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

  /external/protobuf/src/google/protobuf/io/
coded_stream.h 273 // if more bytes can be read. If ExpectAtEnd() returns true, a subsequent
276 bool ExpectAtEnd();
487 // at EOF, or by ExpectAtEnd() when it returns true. This happens when we
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
coded_stream.h 262 // if more bytes can be read. If ExpectAtEnd() returns true, a subsequent
265 bool ExpectAtEnd();
472 // at EOF, or by ExpectAtEnd() when it returns true. This happens when we
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
coded_stream.h 262 // if more bytes can be read. If ExpectAtEnd() returns true, a subsequent
265 bool ExpectAtEnd();
472 // at EOF, or by ExpectAtEnd() when it returns true. This happens when we
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
coded_stream.h 262 // if more bytes can be read. If ExpectAtEnd() returns true, a subsequent
265 bool ExpectAtEnd();
472 // at EOF, or by ExpectAtEnd() when it returns true. This happens when we
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
coded_stream.h 280 // if more bytes can be read. If ExpectAtEnd() returns true, a subsequent
283 bool ExpectAtEnd();
526 // at EOF, or by ExpectAtEnd() when it returns true. This happens when we
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
coded_stream.h 262 // if more bytes can be read. If ExpectAtEnd() returns true, a subsequent
265 bool ExpectAtEnd();
472 // at EOF, or by ExpectAtEnd() when it returns true. This happens when we
    [all...]

Completed in 565 milliseconds