/external/protobuf/src/google/protobuf/ |
extension_set.cc | [all...] |
extension_set.h | 348 // to the output stream, using the cached sizes computed when ByteSize() was 368 int ByteSize() const; 370 // Like ByteSize() but uses MessageSet format. 429 // ByteSize() is called then used during serialization. 446 int ByteSize(int number) const; [all...] |
descriptor.pb.h | 187 int ByteSize() const; 281 int ByteSize() const; 463 int ByteSize() const; 560 int ByteSize() const; 728 int ByteSize() const; [all...] |
descriptor.pb.cc | [all...] |
wire_format_lite.h | 472 // Like above, but de-virtualize the call to ByteSize(). The 474 // the subclass must not override ByteSize()).
|
unknown_field_set_unittest.cc | 238 int size = WireFormat::ByteSize(empty_message_);
|
wire_format.cc | [all...] |
/external/protobuf/src/google/protobuf/compiler/ |
plugin.pb.h | 79 int ByteSize() const; 202 int ByteSize() const; 319 int ByteSize() const;
|
plugin.pb.cc | 370 int CodeGeneratorRequest::ByteSize() const { 711 int CodeGeneratorResponse_File::ByteSize() const { [all...] |
/external/llvm/tools/llvm-mc/ |
Disassembler.cpp | 270 ByteArray.erase (ByteArray.begin(), ByteArray.begin() + inst->byteSize());
|
/external/llvm/lib/Target/PowerPC/ |
PPCISelLowering.h | 231 /// size, return the constant being splatted. The ByteSize field indicates 233 SDValue get_VSPLTI_elt(SDNode *N, unsigned ByteSize, SelectionDAG &DAG);
|
PPCISelLowering.cpp | 665 /// the constant being splatted. The ByteSize field indicates the number of 667 SDValue PPC::get_VSPLTI_elt(SDNode *N, unsigned ByteSize, SelectionDAG &DAG) { 670 // If ByteSize of the splat is bigger than the element size of the 675 if (EltSize < ByteSize) { 676 unsigned Multiple = ByteSize/EltSize; // Number of BV entries per spltval. 749 if (ValSizeInBytes < ByteSize) return SDValue(); 753 // get to ByteSize. This allows us to handle 0x01010101 as 0x01. 754 while (ValSizeInBytes > ByteSize) { 764 int ShAmt = (4-ByteSize)*8; [all...] |
/external/svox/pico/lib/ |
picopr.c | 357 static void pr_ALLOCATE (picodata_ProcessingUnit this, pr_MemTypes mType, void * * adr, unsigned int byteSize) 358 /* allocates 'byteSize' bytes in the memery partition given by 'mType' */ 364 if ((pr->workMemTop + byteSize) < PR_WORK_MEM_SIZE) { 366 byteSize = ((byteSize + PICOOS_ALIGN_SIZE - 1) / PICOOS_ALIGN_SIZE) * PICOOS_ALIGN_SIZE; 367 pr->workMemTop += byteSize; 369 PICODBG_INFO(("pr_WorkMem: +%u, tot:%i of %i", byteSize, pr->workMemTop, PR_WORK_MEM_SIZE)); 387 (*adr) = picoos_allocate(pr->dynMemMM, byteSize); [all...] |
/external/protobuf/python/google/protobuf/ |
reflection.py | 771 def ByteSize(self): 784 cls.ByteSize = ByteSize [all...] |
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_message.cc | 377 "int ByteSize() const;\n" [all...] |
/hardware/ril/mock-ril/src/cpp/ |
ctrl_server.cpp | 163 uint32_t len_msg_header = mh->ByteSize();
|
msgheader.pb.cpp | 311 int MsgHeader::ByteSize() const {
|
protobuf_v8.cpp | 443 int length = message->ByteSize();
|
/external/icu4c/i18n/ |
ucol_imp.h | 157 * uint32_t byteSize; - size of inverse UCA image in bytes [all...] |
/external/icu4c/tools/genuca/ |
genuca.cpp | 347 result->byteSize = headerByteSize + inverseTableByteSize + contsByteSize; 408 udata_writeBlock(pData, data, data->byteSize); [all...] |
/external/webrtc/src/modules/audio_processing/main/test/unit_test/ |
unit_test.cc | 141 int size = message.ByteSize();
|
/external/webkit/Source/JavaScriptCore/parser/ |
JSParser.cpp | 651 unsigned oldFunctionCacheSize = m_functionCache ? m_functionCache->byteSize() : 0; 667 unsigned functionCacheSize = m_functionCache ? m_functionCache->byteSize() : 0; [all...] |
/external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/ |
JavaScriptCore.def | 71 ?byteSize@SourceProviderCache@JSC@@QBEIXZ
|
/frameworks/base/opengl/libs/GLES2_dbg/src/ |
debugger_message.pb.cpp | [all...] |
debugger_message.pb.h | 296 int ByteSize() const; [all...] |