HomeSort by relevance Sort by last modified time
    Searched refs:ReadTag (Results 1 - 18 of 18) sorted by null

  /frameworks/compile/mclinker/include/mcld/Target/
ELFAttributeData.h 82 /// ReadTag - read an attribute tag from input buffer.
88 static bool ReadTag(TagType& pTag, const char*& pBuf, size_t& pBufSize);
92 /// Similar with ReadTag() while this reads attribute value from the input
  /frameworks/compile/mclinker/lib/Target/
ELFAttributeData.cpp 18 bool ELFAttributeData::ReadTag(TagType& pTag,
ELFAttribute.cpp 237 if (!ELFAttributeData::ReadTag(tag, attr_buf, attr_size))
  /art/runtime/jdwp/
jdwp_request.cc 135 JdwpTag Request::ReadTag() {
jdwp.h 460 JdwpTag ReadTag();
jdwp_handler.cc 102 argTypes[i] = request->ReadTag();
    [all...]
  /external/nanopb-c/generator/google/protobuf/internal/
decoder.py 160 def ReadTag(buffer, pos):
574 local_ReadTag = ReadTag
663 (tag_bytes, pos) = ReadTag(buffer, pos)
python_message.py 806 local_ReadTag = decoder.ReadTag
    [all...]
  /external/protobuf/src/google/protobuf/
wire_format_lite.cc 215 uint32 tag = input->ReadTag();
235 uint32 tag = input->ReadTag();
wire_format.cc 145 uint32 tag = input->ReadTag();
370 uint32 tag = input->ReadTag();
674 uint32 tag = input->ReadTag();
    [all...]
descriptor_database.cc 356 if (input.ReadTag() == kNameTag) {
extension_set_heavy.cc 549 const uint32 tag = input->ReadTag();
592 const uint32 tag = input->ReadTag();
  /external/protobuf/src/google/protobuf/io/
coded_stream_unittest.cc 200 TEST_2D(CodedStreamTest, ReadTag, kVarintCases, kBlockSizes) {
208 EXPECT_EQ(expected_value, coded_input.ReadTag());
240 input.ReadTag();
    [all...]
coded_stream.h 239 uint32 ReadTag() GOOGLE_ATTRIBUTE_ALWAYS_INLINE;
241 // This usually a faster alternative to ReadTag() when cutoff is a manifest
244 // the cases where ReadTag() would return 0. If the second part is true
274 // call to LastTagWas() will act as if ReadTag() had been called and returned
278 // If the last call to ReadTag() or ReadTagWithCutoff() returned the
484 uint32 last_tag_; // result of last ReadTag() or ReadTagWithCutoff().
486 // This is set true by ReadTag{Fallback/Slow}() if it is called when exactly
    [all...]
  /external/protobuf/python/google/protobuf/internal/
decoder.py 175 def ReadTag(buffer, pos):
684 local_ReadTag = ReadTag
775 (tag_bytes, pos) = ReadTag(buffer, pos)
reflection_test.py     [all...]
python_message.py 853 local_ReadTag = decoder.ReadTag
    [all...]
  /art/runtime/
debugger.cc     [all...]

Completed in 1853 milliseconds