Searched refs:EscapeSpecialCodePoint (Results 1 – 2 of 2) sorted by relevance
35 bool EscapeSpecialCodePoint(uint32_t code_point, std::string* dest) { in EscapeSpecialCodePoint() function99 if (EscapeSpecialCodePoint(code_point, dest)) in EscapeJSONStringImpl()139 if (EscapeSpecialCodePoint(c, &dest)) in EscapeBytesAsInvalidJSONString()
35 bool EscapeSpecialCodePoint(uint32_t code_point, std::string* dest) { in EscapeSpecialCodePoint() function99 if (EscapeSpecialCodePoint(code_point, dest)) in EscapeJSONStringImpl()152 if (EscapeSpecialCodePoint(c, &dest)) in EscapeBytesAsInvalidJSONString()