Home
last modified time | relevance | path

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

/external/protobuf/php/src/Google/Protobuf/Internal/
DCodedInputStream.php266 public function readTag() function in Google\\Protobuf\\Internal\\CodedInputStream
/external/protobuf/objectivec/
DGPBCodedInputStream.m332 - (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/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java207 public abstract int readTag() throws IOException; in readTag() method in CodedInputStream
615 public int readTag() throws IOException { in readTag() method in CodedInputStream.ArrayDecoder
1329 public int readTag() throws IOException { in readTag() method in CodedInputStream.UnsafeDirectNioDecoder
2056 public int readTag() throws IOException { in readTag() method in CodedInputStream.StreamDecoder
3178 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.py195 def readTag(self): member in OTTableReader