Home
last modified time | relevance | path

Searched defs:readTag (Results 1 – 10 of 10) sorted by relevance

/external/protobuf/php/src/Google/Protobuf/Internal/
DCodedInputStream.php266 public function readTag() function in Google\\Protobuf\\Internal\\CodedInputStream
/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/
DCodedInputStream.php266 public function readTag() function in Google\\Protobuf\\Internal\\CodedInputStream
/external/cronet/third_party/protobuf/objectivec/
DGPBCodedInputStream.m340 - (int32_t)readTag { method
/external/protobuf/objectivec/
DGPBCodedInputStream.m340 - (int32_t)readTag { method
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
DCodedInputByteBufferNano.java70 public int readTag() throws IOException { in readTag() method in CodedInputByteBufferNano
/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
DCodedInputStreamMicro.java78 public int readTag() throws IOException { in readTag() method in CodedInputStreamMicro
/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java213 public abstract int readTag() throws IOException; in readTag() method in CodedInputStream
623 public int readTag() throws IOException { in readTag() method in CodedInputStream.ArrayDecoder
1338 public int readTag() throws IOException { in readTag() method in CodedInputStream.UnsafeDirectNioDecoder
2106 public int readTag() throws IOException { in readTag() method in CodedInputStream.StreamDecoder
3227 public int readTag() throws IOException { in readTag() method in CodedInputStream.IterableDirectByteBufferDecoder
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java213 public abstract int readTag() throws IOException; in readTag() method in CodedInputStream
623 public int readTag() throws IOException { in readTag() method in CodedInputStream.ArrayDecoder
1338 public int readTag() throws IOException { in readTag() method in CodedInputStream.UnsafeDirectNioDecoder
2106 public int readTag() throws IOException { in readTag() method in CodedInputStream.StreamDecoder
3227 public int readTag() throws IOException { in readTag() method in CodedInputStream.IterableDirectByteBufferDecoder
/external/angle/src/tests/gl_tests/
DWebGLReadOutsideFramebufferTest.cpp221 static constexpr GLuint readTag = 0xaabb; member in angle::WebGLReadOutsideFramebufferTest
/external/fonttools/Lib/fontTools/ttLib/tables/
DotBase.py316 def readTag(self): member in OTTableReader