Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/
DELFAttributeData.cpp18 bool ELFAttributeData::ReadTag(TagType& pTag, in ReadTag() function in mcld::ELFAttributeData
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DCodedInputStream.cs331 public uint ReadTag() in ReadTag() method in Google.Protobuf.CodedInputStream
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/
Dcoded_stream.h1009 inline uint32 CodedInputStream::ReadTag() { in ReadTag() function
Dcoded_stream_unittest.cc207 TEST_2D(CodedStreamTest, ReadTag, kVarintCases, kBlockSizes) { in TEST_2D() argument
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Ddecoder.py169 def ReadTag(buffer, pos): function