Searched refs:invalidContent (Results 1 – 3 of 3) sorted by relevance
97 const char* invalidContent = "1 2 abc 4"; variable99 xmlNodeSetContent(invalidNode, BAD_CAST invalidContent);
205 constexpr auto invalidContent = R"({ "key" : "value")"; variable209 ofs << invalidContent;
288 constexpr auto invalidContent = R"({ "key" : "value")"; in TestJsonNodeFileType() local292 ofs << invalidContent; in TestJsonNodeFileType()