/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 | 455 JdwpTag ReadTag();
|
jdwp_handler.cc | 103 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...] |
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/ |
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...] |
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/ |
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...] |
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/ |
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...] |
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/ |
coded_stream.h | 246 GOOGLE_ATTRIBUTE_ALWAYS_INLINE uint32 ReadTag(); 248 // This usually a faster alternative to ReadTag() when cutoff is a manifest 251 // the cases where ReadTag() would return 0. If the second part is true 281 // call to LastTagWas() will act as if ReadTag() had been called and returned 285 // If the last call to ReadTag() or ReadTagWithCutoff() returned the 523 uint32 last_tag_; // result of last ReadTag() or ReadTagWithCutoff(). 525 // This is set true by ReadTag{Fallback/Slow}() if it is called when exactly [all...] |
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/ |
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...] |
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/ |
map_entry_lite.h | 141 tag = input->ReadTag();
|
/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...] |
/external/v8/src/ |
d8.h | 186 SerializationTag ReadTag(int* offset) const;
|
d8.cc | [all...] |