/prebuilts/go/linux-x86/src/cmd/cgo/ |
gcc.go | [all...] |
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/ |
win32.py | 279 ('ByteSize', BYTE),
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_field.h | 154 // are placed in the message's ByteSize() method.
|
/external/protobuf/src/google/protobuf/ |
extension_set_unittest.cc | 345 int size = source.ByteSize(); 366 int size = source.ByteSize(); 389 int size = source.ByteSize(); 410 int size = source.ByteSize(); [all...] |
wire_format_lite_inl.h | [all...] |
extension_set_heavy.cc | 689 return ByteSize(number); 702 message_size = lazymessage_value->ByteSize(); 704 message_size = message_value->ByteSize();
|
extension_set.h | 382 // to the output stream, using the cached sizes computed when ByteSize() was 402 int ByteSize() const; 404 // Like ByteSize() but uses MessageSet format. 432 virtual int ByteSize() const = 0; 496 // ByteSize() is called then used during serialization. 518 int ByteSize(int number) const; [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...] |
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/ |
duration.pb.h | 73 int ByteSize() const;
|
source_context.pb.h | 73 int ByteSize() const;
|
timestamp.pb.h | 78 int ByteSize() const;
|
wire_format_lite_inl.h | [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...] |
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...] |
struct.pb.h | 98 int ByteSize() const; 200 int ByteSize() const; 352 int ByteSize() const;
|
any.pb.h | 84 int ByteSize() const;
|
field_mask.pb.h | 73 int ByteSize() const;
|
/external/v8/test/cctest/compiler/ |
test-simplified-lowering.cc | 409 untagged_array(static_cast<E*>(malloc(ByteSize()))), 411 static_cast<int>(ByteSize()))) { 417 size_t ByteSize() { return num_elements * sizeof(E); } 421 memcpy(untagged_array, original_elements, ByteSize()); 422 CHECK_EQ(static_cast<int>(ByteSize()), tagged_array->length()); 424 memcpy(raw, original_elements, ByteSize()); 542 CHECK_EQ(static_cast<int>(ByteSize()), tagged_array->length()); [all...] |
/external/zopfli/src/zopfli/ |
deflate.c | 35 is not simply bytesize * 8 + bp because even representing one bit requires a 36 whole byte. It is: (bp == 0) ? (bytesize * 8) : ((bytesize - 1) * 8 + bp)
|
/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...] |
/prebuilts/misc/linux-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...] |
/prebuilts/misc/windows/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...] |
/prebuilts/tools/linux-x86_64/protoc/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/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...] |