OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ReadVarint32
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/courgette/
streams.cc
137
bool SourceStream::
ReadVarint32
(uint32* output_value) {
151
if (!
ReadVarint32
(&unsigned_value))
292
if (!control_stream->
ReadVarint32
(&stream_count))
298
if (!control_stream->
ReadVarint32
(&lengths[i]))
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
coded_stream.h
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
241
// Usually returns true if calling
ReadVarint32
() now would produce the given
242
// value. Will always return false if
ReadVarint32
() would not return the
[
all
...]
/external/protobuf/src/google/protobuf/io/
coded_stream.h
79
// 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
[
all
...]
Completed in 64 milliseconds