Home
last modified time | relevance | path

Searched refs:VarintParseSlow64 (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dparse_context.h461 std::pair<const char*, uint64> VarintParseSlow64(const char* p, uint32 res);
470 auto tmp = VarintParseSlow64(p, res);
Dparse_context.cc361 std::pair<const char*, uint64> VarintParseSlow64(const char* p, uint32 res32) { in VarintParseSlow64() function
/third_party/protobuf/
Dlibprotobuf_lite.map21 "google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)";