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

  /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/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));
441 const size_t ByteSize = 1 << Idx;
442 const size_t BitSize = ByteSize * 8;
456 const size_t ByteSize = 1 << Idx;
457 const size_t BitSize = ByteSize * 8;
474 const size_t ByteSize = 1 << Idx;
475 const size_t BitSize = ByteSize * 8
    [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/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 478 milliseconds