Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Dparse_context.h459 std::pair<const char*, uint32> VarintParseSlow32(const char* p, uint32 res);
464 auto tmp = VarintParseSlow32(p, res);
Dparse_context.cc343 std::pair<const char*, uint32> VarintParseSlow32(const char* p, uint32 res) { in VarintParseSlow32() function
/third_party/protobuf/
Dlibprotobuf_lite.map213 "google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)";