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

  /art/runtime/jdwp/
jdwp_request.cc 135 JdwpTag Request::ReadTag() {
  /external/chromium_org/third_party/brotli/src/woff2/
buffer.h 139 bool ReadTag(uint32_t *value) {
  /external/chromium_org/third_party/ots/src/
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)
  /external/chromium_org/third_party/protobuf/src/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...]
  /art/runtime/
elf_file.cc     [all...]

Completed in 203 milliseconds