Home | History | Annotate | Download | only in io

Lines Matching defs:ReadVarint32

79 //   coded_input->ReadVarint32(&size);
229 bool ReadVarint32(uint32* value);
233 // Read a tag. This calls ReadVarint32() and returns the result, or returns
234 // zero (which is not a valid tag) if ReadVarint32() fails. Also, it updates
252 // Usually returns true if calling ReadVarint32() now would produce the given
253 // value. Will always return false if ReadVarint32() would not return the
793 inline bool CodedInputStream::ReadVarint32(uint32* value) {