HomeSort by relevance Sort by last modified time
    Searched refs:ReadTag (Results 1 - 14 of 14) sorted by null

  /external/protobuf/python/google/protobuf/internal/
decoder.py 153 def ReadTag(buffer, pos):
501 local_ReadTag = ReadTag
584 (tag_bytes, pos) = ReadTag(buffer, pos)
reflection_test.py     [all...]
  /external/protobuf/src/google/protobuf/io/
coded_stream.h 223 uint32 ReadTag() GOOGLE_ATTRIBUTE_ALWAYS_INLINE;
247 // call to LastTagWas() will act as if ReadTag() had been called and returned
251 // If the last call to ReadTag() returned the given value, returns true.
447 uint32 last_tag_; // result of last ReadTag().
449 // This is set true by ReadTag{Fallback/Slow}() if it is called when exactly
    [all...]
coded_stream_unittest.cc 194 TEST_2D(CodedStreamTest, ReadTag, kVarintCases, kBlockSizes) {
202 EXPECT_EQ(expected_value, coded_input.ReadTag());
    [all...]
  /external/webrtc/src/modules/audio_processing/main/test/unit_test/
audio_processing_unittest.pb.cc 117 while ((tag = input->ReadTag()) != 0) {
396 while ((tag = input->ReadTag()) != 0) {
668 while ((tag = input->ReadTag()) != 0) {
    [all...]
  /external/protobuf/src/google/protobuf/
wire_format_lite.cc 158 uint32 tag = input->ReadTag();
wire_format.cc 145 uint32 tag = input->ReadTag();
374 uint32 tag = input->ReadTag();
652 uint32 tag = input->ReadTag();
    [all...]
descriptor.pb.cc     [all...]
descriptor_database.cc 355 if (input.ReadTag() == kNameTag) {
extension_set.cc     [all...]
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.cc 235 while ((tag = input->ReadTag()) != 0) {
569 while ((tag = input->ReadTag()) != 0) {
890 while ((tag = input->ReadTag()) != 0) {
    [all...]
  /hardware/ril/mock-ril/src/cpp/
msgheader.pb.cpp 173 while ((tag = input->ReadTag()) != 0) {
  /external/protobuf/python/google/protobuf/
reflection.py 832 local_ReadTag = decoder.ReadTag
    [all...]
  /frameworks/base/opengl/libs/GLES2_dbg/src/
debugger_message.pb.cpp 634 while ((tag = input->ReadTag()) != 0) {
    [all...]

Completed in 447 milliseconds