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

/external/chromium_org/courgette/
H A Dstreams.cc137 bool SourceStream::ReadVarint32(uint32* output_value) { function in class:courgette::SourceStream
151 if (!ReadVarint32(&unsigned_value))
292 if (!control_stream->ReadVarint32(&stream_count))
298 if (!control_stream->ReadVarint32(&lengths[i]))
/external/protobuf/src/google/protobuf/io/
H A Dcoded_stream.h79 // coded_input->ReadVarint32(&size);
213 bool ReadVarint32(uint32* value);
217 // Read a tag. This calls ReadVarint32() and returns the result, or returns
218 // zero (which is not a valid tag) if ReadVarint32() fails. Also, it updates
225 // Usually returns true if calling ReadVarint32() now would produce the given
226 // value. Will always return false if ReadVarint32() would not return the
714 inline bool CodedInputStream::ReadVarint32(uint32* value) { function in class:google::protobuf::io::CodedInputStream
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dcoded_stream.h79 // 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
241 // Usually returns true if calling ReadVarint32() now would produce the given
242 // value. Will always return false if ReadVarint32() would not return the
757 inline bool CodedInputStream::ReadVarint32(uint32* value) { function in class:google::protobuf::io::CodedInputStream

Completed in 243 milliseconds