Home
last modified time | relevance | path

Searched refs:AppendSize (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/
Dparse_context.cc197 return AppendSize(ptr, size, [](const char* p, int s) {}); in SkipFallback()
218 return AppendSize(ptr, size, in AppendStringFallback()
Dparse_context.h276 const char* AppendSize(const char* ptr, int size, const A& append) { in AppendSize() function