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

/external/protobuf/src/google/protobuf/io/
H A Dcoded_stream.h79 // coded_input->ReadVarint32(&size);
236 bool ReadVarint32(uint32* value);
240 // Read a tag. This calls ReadVarint32() and returns the result, or returns
241 // zero (which is not a valid tag) if ReadVarint32() fails. Also, it updates
259 // Usually returns true if calling ReadVarint32() now would produce the given
260 // value. Will always return false if ReadVarint32() would not return the
411 // Shorthand for PushLimit(ReadVarint32(&length) ? length : 0).
845 inline bool CodedInputStream::ReadVarint32(uint32* value) { function in class:google::protobuf::io::CodedInputStream

Completed in 2900 milliseconds