Searched refs:AppendSize (Results 1 – 2 of 2) sorted by relevance
196 return AppendSize(ptr, size, [](const char* p, int s) {}); in SkipFallback()208 return AppendSize(ptr, size, in ReadStringFallback()220 return AppendSize(ptr, size, in AppendStringFallback()
295 const char* AppendSize(const char* ptr, int size, const A& append) { in AppendSize() function