Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dparse_context.h433 inline const char* ReadTag(const char* p, uint32* out) { in ReadTag() function
451 inline const char* ReadTag(const char* p, uint32* out, uint32* preload) { in ReadTag() function
/external/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs342 public uint ReadTag() in ReadTag() method in Google.Protobuf.CodedInputStream
/external/protobuf/src/google/protobuf/io/
Dcoded_stream.h268 PROTOBUF_ALWAYS_INLINE uint32 ReadTag() { in ReadTag() function
Dcoded_stream_unittest.cc206 TEST_2D(CodedStreamTest, ReadTag, kVarintCases, kBlockSizes) { in TEST_2D() argument
/external/protobuf/python/google/protobuf/internal/
Ddecoder.py174 def ReadTag(buffer, pos): function