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

  /frameworks/compile/mclinker/lib/Target/
ELFAttributeData.cpp 18 bool ELFAttributeData::ReadTag(TagType& pTag,
  /art/runtime/jdwp/
jdwp_request.cc 136 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 169 def ReadTag(buffer, pos):
663 local_ReadTag = ReadTag
798 (tag_bytes, pos) = ReadTag(buffer, pos)
  /external/protobuf/csharp/src/Google.Protobuf/
CodedInputStream.cs 287 /// Verifies that the last call to ReadTag() returned tag 0 - in other words,
304 /// Peeks at the next field tag. This is like calling <see cref="ReadTag"/>, but the
305 /// tag is not consumed. (So a subsequent call to <see cref="ReadTag"/> will return the
316 nextTag = ReadTag();
318 lastTag = savedLast; // Undo the side effect of ReadTag
331 public uint ReadTag()
385 /// This should be called directly after <see cref="ReadTag"/>, when
429 // depth changes into the ReadTag method instead, potentially...
438 tag = ReadTag();
    [all...]
  /external/protobuf/src/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/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/
value-serializer.cc     [all...]

Completed in 255 milliseconds