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