Home
last modified time | relevance | path

Searched refs:SkipFallback (Results 1 – 5 of 5) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dparse_context.h151 return SkipFallback(ptr, size); in Skip()
281 const char* SkipFallback(const char* ptr, int size);
Dparse_context.cc195 const char* EpsCopyInputStream::SkipFallback(const char* ptr, int size) { in SkipFallback() function in google::protobuf::internal::EpsCopyInputStream
/third_party/protobuf/src/google/protobuf/io/
Dcoded_stream.h589 bool SkipFallback(int count, int original_buffer_size);
1585 return SkipFallback(count, original_buffer_size); in Skip()
Dcoded_stream.cc202 bool CodedInputStream::SkipFallback(int count, int original_buffer_size) { in SkipFallback() function in google::protobuf::io::CodedInputStream
/third_party/protobuf/
Dlibprotobuf_lite.map208 "google::protobuf::io::CodedInputStream::SkipFallback(int, int)";