Home
last modified time | relevance | path

Searched defs:ReadVarint32 (Results 1 – 3 of 3) sorted by relevance

/third_party/brotli/c/common/
Dshared_dictionary.c67 static BROTLI_BOOL ReadVarint32(const uint8_t* encoded, size_t size, in ReadVarint32() function
/third_party/protobuf/src/google/protobuf/io/
Dcoded_stream.h1296 inline bool CodedInputStream::ReadVarint32(uint32_t* value) { in ReadVarint32() function
Dcoded_stream_unittest.cc121 TEST_P(VarintCasesWithSizes, ReadVarint32) { in TEST_P() argument