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

  /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/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/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
plugin.pb.cc 376 int CodeGeneratorRequest::ByteSize() const {
715 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 144 int Message::ByteSize() const {
145 int size = WireFormat::ByteSize(*this);
152 << "\" implements neither SetCachedSize() nor ByteSize(). "
wire_format.cc     [all...]
extension_set.cc     [all...]
descriptor.pb.cc     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 152 const size_t ByteSize = 1 << i;
153 const size_t BitSize = ByteSize * 8;
154 SmallString<32> ReadName("__tsan_read" + itostr(ByteSize));
158 SmallString<32> WriteName("__tsan_write" + itostr(ByteSize));
503 const size_t ByteSize = 1 << Idx;
504 const size_t BitSize = ByteSize * 8;
518 const size_t ByteSize = 1 << Idx;
519 const size_t BitSize = ByteSize * 8;
536 const size_t ByteSize = 1 << Idx;
537 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...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 2198 milliseconds