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

  /frameworks/compile/mclinker/lib/Target/
ELFAttributeData.cpp 18 bool ELFAttributeData::ReadTag(TagType& pTag,
  /art/runtime/jdwp/
jdwp_request.cc 135 JdwpTag Request::ReadTag() {
  /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)
  /external/protobuf/python/google/protobuf/internal/
decoder.py 175 def ReadTag(buffer, pos):
684 local_ReadTag = ReadTag
775 (tag_bytes, pos) = ReadTag(buffer, pos)
  /external/protobuf/src/google/protobuf/io/
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...]
  /external/v8/src/
d8.cc     [all...]

Completed in 595 milliseconds