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

1 2

  /frameworks/compile/mclinker/include/mcld/Target/
ELFAttributeData.h 80 /// ReadTag - read an attribute tag from input buffer.
86 static bool ReadTag(TagType& pTag, const char* &pBuf, size_t &pBufSize);
90 /// Similar with ReadTag() while this reads attribute value from the input
  /frameworks/compile/mclinker/lib/Target/
ELFAttributeData.cpp 18 bool ELFAttributeData::ReadTag(TagType& pTag, const char* &pBuf,
ELFAttribute.cpp 238 if (!ELFAttributeData::ReadTag(tag, attr_buf, attr_size))
  /external/chromium_org/third_party/brotli/src/woff2/
buffer.h 139 bool ReadTag(uint32_t *value) {
  /art/runtime/jdwp/
jdwp_request.cc 135 JdwpTag Request::ReadTag() {
jdwp.h 428 JdwpTag ReadTag();
  /external/chromium_org/third_party/ots/src/
head.cc 34 if (!table.ReadTag(&magic) ||
ots.cc 170 if (!file.ReadTag(&header->version)) {
223 if (!file.ReadTag(&table.tag) ||
248 if (!file.ReadTag(&woff_tag)) {
256 if (!file.ReadTag(&header->version)) {
329 if (!file.ReadTag(&table.tag) ||
ots.h 137 bool ReadTag(uint32_t *value) {
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
decoder.py 160 def ReadTag(buffer, pos):
574 local_ReadTag = ReadTag
663 (tag_bytes, pos) = ReadTag(buffer, pos)
reflection_test.py     [all...]
  /external/protobuf/python/google/protobuf/internal/
decoder.py 153 def ReadTag(buffer, pos):
501 local_ReadTag = ReadTag
584 (tag_bytes, pos) = ReadTag(buffer, pos)
reflection_test.py     [all...]
  /external/protobuf/src/google/protobuf/io/
coded_stream.h 223 uint32 ReadTag() GOOGLE_ATTRIBUTE_ALWAYS_INLINE;
247 // call to LastTagWas() will act as if ReadTag() had been called and returned
251 // If the last call to ReadTag() returned the given value, returns true.
447 uint32 last_tag_; // result of last ReadTag().
449 // This is set true by ReadTag{Fallback/Slow}() if it is called when exactly
    [all...]
coded_stream_unittest.cc 194 TEST_2D(CodedStreamTest, ReadTag, kVarintCases, kBlockSizes) {
202 EXPECT_EQ(expected_value, coded_input.ReadTag());
    [all...]
  /external/chromium_org/third_party/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;
263 // call to LastTagWas() will act as if ReadTag() had been called and returned
267 // If the last call to ReadTag() returned the given value, returns true.
469 uint32 last_tag_; // result of last ReadTag().
471 // This is set true by ReadTag{Fallback/Slow}() if it is called when exactly
    [all...]
  /external/protobuf/src/google/protobuf/
wire_format_lite.cc 158 uint32 tag = input->ReadTag();
wire_format.cc 145 uint32 tag = input->ReadTag();
374 uint32 tag = input->ReadTag();
652 uint32 tag = input->ReadTag();
    [all...]
descriptor.pb.cc     [all...]
descriptor_database.cc 355 if (input.ReadTag() == kNameTag) {
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
plugin.pb.cc 242 while ((tag = input->ReadTag()) != 0) {
575 while ((tag = input->ReadTag()) != 0) {
896 while ((tag = input->ReadTag()) != 0) {
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.cc 235 while ((tag = input->ReadTag()) != 0) {
569 while ((tag = input->ReadTag()) != 0) {
890 while ((tag = input->ReadTag()) != 0) {
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor_database.cc 355 if (input.ReadTag() == kNameTag) {
extension_set_heavy.cc 524 uint32 tag = input->ReadTag();
571 uint32 tag = input->ReadTag();

Completed in 286 milliseconds

1 2