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

1 2 34 5

  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor.pb.h 191 int ByteSize() const;
276 int ByteSize() const;
497 int ByteSize() const;
589 int ByteSize() const;
755 int ByteSize() const;
    [all...]
message.h 273 virtual int ByteSize() const;
277 // This is called only by the default implementation of ByteSize(), to
278 // update the cached size. If you override ByteSize(), you do not need
279 // to override this. If you do not override ByteSize(), you MUST override
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor.pb.h 191 int ByteSize() const;
276 int ByteSize() const;
497 int ByteSize() const;
589 int ByteSize() const;
755 int ByteSize() const;
    [all...]
message.h 273 virtual int ByteSize() const;
277 // This is called only by the default implementation of ByteSize(), to
278 // update the cached size. If you override ByteSize(), you do not need
279 // to override this. If you do not override ByteSize(), you MUST override
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
type.pb.h 162 int ByteSize() const;
305 int ByteSize() const;
562 int ByteSize() const;
688 int ByteSize() const;
791 int ByteSize() const;
    [all...]
extension_set.h 395 // to the output stream, using the cached sizes computed when ByteSize() was
415 int ByteSize() const;
417 // Like ByteSize() but uses MessageSet format.
448 virtual int ByteSize() const = 0;
512 // ByteSize() is called then used during serialization.
534 int ByteSize(int number) const;
    [all...]
message.h 244 // SpaceUsed() is noticeably slower than ByteSize(), as it is implemented
246 // ByteSize()). Like ByteSize(), its CPU time is linear in the number of
300 virtual int ByteSize() const;
304 // This is called only by the default implementation of ByteSize(), to
305 // update the cached size. If you override ByteSize(), you do not need
306 // to override this. If you do not override ByteSize(), you MUST override
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor.pb.h 191 int ByteSize() const;
276 int ByteSize() const;
497 int ByteSize() const;
589 int ByteSize() const;
755 int ByteSize() const;
    [all...]
message.h 273 virtual int ByteSize() const;
277 // This is called only by the default implementation of ByteSize(), to
278 // update the cached size. If you override ByteSize(), you do not need
279 // to override this. If you do not override ByteSize(), you MUST override
    [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp 99 uint32_t ByteSize;
114 : QualifiedNameHash(0), Line(0), ByteSize(0),
118 DeclContext(unsigned Hash, uint32_t Line, uint32_t ByteSize, uint16_t Tag,
122 : QualifiedNameHash(Hash), Line(Line), ByteSize(ByteSize), Tag(Tag),
150 LHS->Line == RHS->Line && LHS->ByteSize == RHS->ByteSize &&
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.pb.cc     [all...]
extension_set.cc     [all...]
message.h 270 virtual int ByteSize() const;
274 // This is called only by the default implementation of ByteSize(), to
275 // update the cached size. If you override ByteSize(), you do not need
276 // to override this. If you do not override ByteSize(), you MUST override
    [all...]
wire_format.cc     [all...]
unknown_field_set_unittest.cc 243 int size = WireFormat::ByteSize(empty_message_);
  /external/protobuf/python/google/protobuf/internal/
python_message.py 785 def ByteSize(self):
801 cls.ByteSize = ByteSize
    [all...]
cpp_message.py 588 def ByteSize(self):
589 return self._cmsg.ByteSize()
  /frameworks/base/tools/aapt2/proto/
TableProtoSerializer.cpp 297 const uint64_t pbSize = mPbFile->ByteSize();
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
message.h 273 virtual int ByteSize() const;
277 // This is called only by the default implementation of ByteSize(), to
278 // update the cached size. If you override ByteSize(), you do not need
279 // to override this. If you do not override ByteSize(), you MUST override
    [all...]
  /external/v8/test/cctest/compiler/
test-simplified-lowering.cc 424 untagged_array(static_cast<E*>(malloc(ByteSize()))),
426 static_cast<int>(ByteSize()))) {
432 size_t ByteSize() { return num_elements * sizeof(E); }
436 memcpy(untagged_array, original_elements, ByteSize());
437 CHECK_EQ(static_cast<int>(ByteSize()), tagged_array->length());
439 memcpy(raw, original_elements, ByteSize());
560 CHECK_EQ(static_cast<int>(ByteSize()), tagged_array->length());
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 411 /// size, return the constant being splatted. The ByteSize field indicates
413 SDValue get_VSPLTI_elt(SDNode *N, unsigned ByteSize, SelectionDAG &DAG);
    [all...]
  /external/protobuf/python/google/protobuf/pyext/
message.cc     [all...]
  /packages/services/Car/libvehiclenetwork/native/
VehicleNetworkProtoUtil.cpp 585 int size = v->ByteSize();
  /system/extras/perfprofd/
perfprofdcore.cc 497 int size = encodedProfile.ByteSize();
  /hardware/intel/img/psb_video/src/mrst/
lnc_hostheader.c 367 IMG_UINT32 ByteSize)
378 for (Lp = 0; Lp < ByteSize - 1; Lp++)
    [all...]

Completed in 1588 milliseconds

1 2 34 5