Home
last modified time | relevance | path

Searched defs:ReadTag (Results 1 – 12 of 12) sorted by relevance

/external/cronet/net/der/
Dparser.cc96 bool Parser::ReadTag(Tag tag, Input* out) { in ReadTag() function in net::der::Parser
/external/cronet/net/third_party/quiche/src/quiche/common/
Dquiche_data_reader.cc133 bool QuicheDataReader::ReadTag(uint32_t* tag) { in ReadTag() function in quiche::QuicheDataReader
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/
DParseContext.cs159 public uint ReadTag() in ReadTag() method
DCodedInputStream.cs318 public uint ReadTag() in ReadTag() method in Google.Protobuf.CodedInputStream
/external/protobuf/csharp/src/Google.Protobuf/
DParseContext.cs159 public uint ReadTag() in ReadTag() method
DCodedInputStream.cs318 public uint ReadTag() in ReadTag() method in Google.Protobuf.CodedInputStream
/external/protobuf/python/google/protobuf/internal/
Ddecoder.py156 def ReadTag(buffer, pos): function
/external/cronet/third_party/protobuf/python/google/protobuf/internal/
Ddecoder.py156 def ReadTag(buffer, pos): function
/external/protobuf/src/google/protobuf/io/
Dcoded_stream.h258 PROTOBUF_ALWAYS_INLINE uint32_t ReadTag() { in ReadTag() function
Dcoded_stream_unittest.cc205 TEST_2D(CodedStreamTest, ReadTag, kVarintCases, kBlockSizes) { in TEST_2D() argument
/external/cronet/third_party/protobuf/src/google/protobuf/io/
Dcoded_stream.h281 PROTOBUF_ALWAYS_INLINE uint32_t ReadTag() { in ReadTag() function
Dcoded_stream_unittest.cc203 TEST_2D(CodedStreamTest, ReadTag, kVarintCases, kBlockSizes) { in TEST_2D() argument