Home
last modified time | relevance | path

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

/third_party/protobuf/php/src/Google/Protobuf/Internal/
DCodedInputStream.php266 public function readTag() function in Google\\Protobuf\\Internal\\CodedInputStream
/third_party/protobuf/objectivec/
DGPBCodedInputStream.m340 - (int32_t)readTag { method
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java207 public abstract int readTag() throws IOException; in readTag() method in CodedInputStream
617 public int readTag() throws IOException { in readTag() method in CodedInputStream.ArrayDecoder
1331 public int readTag() throws IOException { in readTag() method in CodedInputStream.UnsafeDirectNioDecoder
2058 public int readTag() throws IOException { in readTag() method in CodedInputStream.StreamDecoder
3180 public int readTag() throws IOException { in readTag() method in CodedInputStream.IterableDirectByteBufferDecoder
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DWebGLReadOutsideFramebufferTest.cpp221 static constexpr GLuint readTag = 0xaabb; member in angle::WebGLReadOutsideFramebufferTest