HomeSort by relevance Sort by last modified time
    Searched refs:kTagSize (Results 1 - 3 of 3) sorted by null

  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
map_entry_lite.h 89 static const int kTagSize = 1;
173 size += has_key() ? kTagSize + KeyTypeHandler::ByteSize(key()) : 0;
174 size += has_value() ? kTagSize + ValueTypeHandler::ByteSize(value()) : 0;
192 ? kTagSize + KeyTypeHandler::GetCachedSize(key())
195 ? kTagSize + ValueTypeHandler::GetCachedSize(
  /external/piex/src/image_type_recognition/
image_type_recognition_lite.cc 563 const size_t kTagSize = 2;
564 const unsigned short kTag[kTagSize] = {0x4F52, 0x5352}; // NOLINT
  /ndk/sources/host-tools/ndk-depends/
ndk-depends.cc 655 return parser_.GetOffAt(dyn_offset_ + kTagSize);
660 static const Off kTagSize = static_cast<Off>(sizeof(Off));
661 static const Off kValueSize = kTagSize;
662 static const Off kEntrySize = kTagSize + kValueSize;
    [all...]

Completed in 120 milliseconds