HomeSort by relevance Sort by last modified time
    Searched defs:ReadVarint32 (Results 1 - 7 of 7) sorted by null

  /external/tensorflow/tensorflow/core/lib/io/
inputbuffer.h 61 Status ReadVarint32(uint32* result);
85 // Internal slow-path routine used by ReadVarint32().
111 inline Status InputBuffer::ReadVarint32(uint32* result) {
  /external/protobuf/src/google/protobuf/io/
coded_stream.h 79 // 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).
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/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...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/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...]
  /prebuilts/misc/windows/protobuf2.5/include/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...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
coded_stream.h 79 // 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).
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/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...]

Completed in 202 milliseconds