HomeSort by relevance Sort by last modified time
    Searched defs:ByteSize (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/third_party/leveldatabase/src/db/
write_batch_internal.h 35 static size_t ByteSize(const WriteBatch* batch) {
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
wire_format_test.py 114 # Test all numeric *ByteSize() functions.
203 def ByteSize(self):
cpp_message.py 588 def ByteSize(self):
589 return self._cmsg.ByteSize()
python_message.py 739 def ByteSize(self):
755 cls.ByteSize = ByteSize
    [all...]
  /external/protobuf/python/google/protobuf/internal/
wire_format_test.py 114 # Test all numeric *ByteSize() functions.
203 def ByteSize(self):
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterDwarf.cpp 230 unsigned ByteSize = SizeInBits / SizeOfByte;
231 Streamer.EmitULEB128(ByteSize, Twine(ByteSize));
DwarfUnit.cpp 531 unsigned ByteSize = Size / 8; // Assuming 8 bits per byte.
533 addUInt(TheDie, dwarf::DW_FORM_data1, ByteSize);
    [all...]
  /external/protobuf/python/google/protobuf/
message.py 229 def ByteSize(self):
231 Recursively calls ByteSize() on all contained messages.
reflection.py 771 def ByteSize(self):
784 cls.ByteSize = ByteSize
    [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
message.py 246 def ByteSize(self):
248 Recursively calls ByteSize() on all contained messages.
  /external/lldb/tools/debugserver/source/
DNBBreakpoint.h 32 nub_size_t ByteSize() const { return m_byte_size; }
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
plugin.pb.cc 378 int CodeGeneratorRequest::ByteSize() const {
717 int CodeGeneratorResponse_File::ByteSize() const {
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
message.cc 146 int Message::ByteSize() const {
147 int size = WireFormat::ByteSize(*this);
154 << "\" implements neither SetCachedSize() nor ByteSize(). "
wire_format.cc 578 int WireFormat::ByteSize(const Message& message) {
734 int message_size = sub_message.ByteSize();
extension_set.cc     [all...]
descriptor.pb.cc     [all...]
  /external/protobuf/src/google/protobuf/
message.cc 145 int Message::ByteSize() const {
146 int size = WireFormat::ByteSize(*this);
153 << "\" implements neither SetCachedSize() nor ByteSize(). "
wire_format.cc     [all...]
extension_set.cc     [all...]
descriptor.pb.cc     [all...]
  /art/runtime/gc/space/
large_object_space.cc 206 size_t ByteSize() const {
320 size_t alloc_size = cur_info->ByteSize();
346 const size_t allocation_size = info->ByteSize();
375 DCHECK(IsAligned<kAlignment>(next_next_info->ByteSize()));
402 size_t alloc_size = info->ByteSize();
474 size_t size = cur_info->ByteSize();
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 143 const size_t ByteSize = 1 << i;
144 const size_t BitSize = ByteSize * 8;
145 SmallString<32> ReadName("__tsan_read" + itostr(ByteSize));
149 SmallString<32> WriteName("__tsan_write" + itostr(ByteSize));
478 const size_t ByteSize = 1 << Idx;
479 const size_t BitSize = ByteSize * 8;
493 const size_t ByteSize = 1 << Idx;
494 const size_t BitSize = ByteSize * 8;
511 const size_t ByteSize = 1 << Idx;
512 const size_t BitSize = ByteSize * 8
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.cc 370 int CodeGeneratorRequest::ByteSize() const {
711 int CodeGeneratorResponse_File::ByteSize() const {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 1968 milliseconds

1 2