HomeSort by relevance Sort by last modified time
    Searched refs:ByteSize (Results 26 - 50 of 111) sorted by null

12 3 4 5

  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc 594 int size = message1.ByteSize();
608 int packed_size = packed_message1.ByteSize();
622 int size = message1.ByteSize();
641 int size = message1.ByteSize();
776 EXPECT_EQ(3, message.ByteSize());
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/
serialwin32.py 138 comDCB.ByteSize = 5
140 comDCB.ByteSize = 6
142 comDCB.ByteSize = 7
144 comDCB.ByteSize = 8
  /external/protobuf/src/google/protobuf/
wire_format.h 120 // Implements Message::ByteSize() via reflection. WARNING: The result
122 // will have their ByteSize() methods called, so their sizes will be cached.
125 static int ByteSize(const Message& message);
198 // will call ByteSize() for the embedded message, insuring that it caches
message.cc 146 int Message::ByteSize() const {
147 int size = WireFormat::ByteSize(*this);
154 << "\" implements neither SetCachedSize() nor ByteSize(). "
wire_format_lite_inl.h     [all...]
  /packages/services/Car/libvehiclenetwork/native/
IVehicleNetworkListener.cpp 59 int size = values->ByteSize();
IVehicleNetworkHalMock.cpp 187 int size = configs->ByteSize();
240 int size = v->ByteSize();
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
wire_format.h 120 // Implements Message::ByteSize() via reflection. WARNING: The result
122 // will have their ByteSize() methods called, so their sizes will be cached.
125 static int ByteSize(const Message& message);
198 // will call ByteSize() for the embedded message, insuring that it caches
wire_format_lite_inl.h 748 return value.ByteSize();
751 return LengthDelimitedSize(value.ByteSize());
759 return value.MessageType_WorkAroundCppLookupDefect::ByteSize();
765 value.MessageType_WorkAroundCppLookupDefect::ByteSize());
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
wire_format.h 120 // Implements Message::ByteSize() via reflection. WARNING: The result
122 // will have their ByteSize() methods called, so their sizes will be cached.
125 static int ByteSize(const Message& message);
198 // will call ByteSize() for the embedded message, insuring that it caches
wire_format_lite_inl.h 748 return value.ByteSize();
751 return LengthDelimitedSize(value.ByteSize());
759 return value.MessageType_WorkAroundCppLookupDefect::ByteSize();
765 value.MessageType_WorkAroundCppLookupDefect::ByteSize());
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
wire_format.h 120 // Implements Message::ByteSize() via reflection. WARNING: The result
122 // will have their ByteSize() methods called, so their sizes will be cached.
125 static int ByteSize(const Message& message);
198 // will call ByteSize() for the embedded message, insuring that it caches
wire_format_lite_inl.h 748 return value.ByteSize();
751 return LengthDelimitedSize(value.ByteSize());
759 return value.MessageType_WorkAroundCppLookupDefect::ByteSize();
765 value.MessageType_WorkAroundCppLookupDefect::ByteSize());
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
duration.pb.h 73 int ByteSize() const;
empty.pb.h 78 int ByteSize() const;
timestamp.pb.h 78 int ByteSize() const;
wire_format.h 120 // Implements Message::ByteSize() via reflection. WARNING: The result
122 // will have their ByteSize() methods called, so their sizes will be cached.
125 static int ByteSize(const Message& message);
206 // will call ByteSize() for the embedded message, insuring that it caches
map_type_handler.h 161 static inline int ByteSize(const MapEntryAccessorType& value);
217 static inline int ByteSize(const MapEntryAccessorType& value); \
270 MapTypeHandler<WireFormatLite::TYPE_MESSAGE, Type>::ByteSize(
277 inline int MapTypeHandler<WireFormatLite::TYPE_##FieldType, Type>::ByteSize( \
296 inline int MapTypeHandler<WireFormatLite::TYPE_##FieldType, Type>::ByteSize( \
    [all...]
struct.pb.h 98 int ByteSize() const;
200 int ByteSize() const;
352 int ByteSize() const;
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
wire_format.h 120 // Implements Message::ByteSize() via reflection. WARNING: The result
122 // will have their ByteSize() methods called, so their sizes will be cached.
125 static int ByteSize(const Message& message);
198 // will call ByteSize() for the embedded message, insuring that it caches
  /external/protobuf/python/google/protobuf/internal/
unknown_fields_test.py 132 self.assertEqual(self.all_fields.ByteSize(), self.empty_message.ByteSize())
wire_format_test.py 114 # Test all numeric *ByteSize() functions.
203 def ByteSize(self):
  /art/runtime/gc/space/
large_object_space.cc 265 size_t ByteSize() const {
390 size_t alloc_size = cur_info->ByteSize();
416 const size_t allocation_size = info->ByteSize();
445 DCHECK_ALIGNED(next_next_info->ByteSize(), kAlignment);
472 size_t alloc_size = info->ByteSize();
546 size_t size = cur_info->ByteSize();
  /art/runtime/gc/allocator/
rosalloc.h 54 size_t ByteSize(RosAlloc* rosalloc) const REQUIRES(rosalloc->lock_) {
74 uint8_t* end = fpr_base + ByteSize(rosalloc);
79 return ByteSize(rosalloc) >= rosalloc->page_release_size_threshold_;
83 return reinterpret_cast<uint8_t*>(this) + ByteSize(rosalloc) == rosalloc->base_ + rosalloc->footprint_;
104 size_t byte_size = ByteSize(rosalloc);
    [all...]
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
kv_pb.py 112 def ByteSize(self):
284 def ByteSize(self):

Completed in 1396 milliseconds

12 3 4 5