Searched defs:ByteSize (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/third_party/leveldatabase/src/db/
H A Dwrite_batch_internal.h35 static size_t ByteSize(const WriteBatch* batch) { function in class:leveldb::WriteBatchInternal
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dwire_format_test.py114 # Test all numeric *ByteSize() functions.
203 def ByteSize(self): member in class:WireFormatTest.testByteSizeFunctions.MockMessage
H A Dcpp_message.py588 def ByteSize(self): function in function:_AddMessageMethods
589 return self._cmsg.ByteSize()
H A Dpython_message.py739 def ByteSize(self): function in function:_AddByteSizeMethod
755 cls.ByteSize = ByteSize
/external/protobuf/python/google/protobuf/internal/
H A Dwire_format_test.py114 # Test all numeric *ByteSize() functions.
203 def ByteSize(self): member in class:WireFormatTest.testByteSizeFunctions.MockMessage
/external/protobuf/python/google/protobuf/
H A Dmessage.py229 def ByteSize(self): member in class:Message
231 Recursively calls ByteSize() on all contained messages.
H A Dreflection.py771 def ByteSize(self): function in function:_AddByteSizeMethod
784 cls.ByteSize = ByteSize
/external/chromium_org/third_party/protobuf/python/google/protobuf/
H A Dmessage.py246 def ByteSize(self): member in class:Message
248 Recursively calls ByteSize() on all contained messages.
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dwire_format.cc578 int WireFormat::ByteSize(const Message& message) { function in class:google::protobuf::internal::WireFormat
734 int message_size = sub_message.ByteSize();
H A Dmessage.cc146 int Message::ByteSize() const { function in class:google::protobuf::Message
147 int size = WireFormat::ByteSize(*this);
154 << "\" implements neither SetCachedSize() nor ByteSize(). "
H A Dextension_set.cc1070 int ExtensionSet::ByteSize() const { function in class:google::protobuf::internal::ExtensionSet
1075 total_size += iter->second.ByteSize(iter->first);
1252 int ExtensionSet::Extension::ByteSize(int number) const { function in class:google::protobuf::internal::ExtensionSet::Extension
1368 int size = lazymessage_value->ByteSize();
H A Ddescriptor.pb.cc855 int FileDescriptorSet::ByteSize() const { function in class:google::protobuf::FileDescriptorSet
1425 int FileDescriptorProto::ByteSize() const { function in class:google::protobuf::FileDescriptorProto
1787 int DescriptorProto_ExtensionRange::ByteSize() const { function in class:google::protobuf::DescriptorProto_ExtensionRange
2207 int DescriptorProto::ByteSize() const { function in class:google::protobuf::DescriptorProto
2857 int FieldDescriptorProto::ByteSize() const { function in class:google::protobuf::FieldDescriptorProto
3224 int EnumDescriptorProto::ByteSize() const { function in class:google::protobuf::EnumDescriptorProto
3539 int EnumValueDescriptorProto::ByteSize() const { function in class:google::protobuf::EnumValueDescriptorProto
3853 int ServiceDescriptorProto::ByteSize() const { function in class:google::protobuf::ServiceDescriptorProto
4231 int MethodDescriptorProto::ByteSize() const { function in class:google::protobuf::MethodDescriptorProto
4863 int FileOptions::ByteSize() cons function in class:google::protobuf::FileOptions
5252 int MessageOptions::ByteSize() const { function in class:google::protobuf::MessageOptions
5721 int FieldOptions::ByteSize() const { function in class:google::protobuf::FieldOptions
6037 int EnumOptions::ByteSize() const { function in class:google::protobuf::EnumOptions
6275 int EnumValueOptions::ByteSize() const { function in class:google::protobuf::EnumValueOptions
6500 int ServiceOptions::ByteSize() const { function in class:google::protobuf::ServiceOptions
6725 int MethodOptions::ByteSize() const { function in class:google::protobuf::MethodOptions
6982 int UninterpretedOption_NamePart::ByteSize() const { function in class:google::protobuf::UninterpretedOption_NamePart
7418 int UninterpretedOption::ByteSize() const { function in class:google::protobuf::UninterpretedOption
7849 int SourceCodeInfo_Location::ByteSize() const { function in class:google::protobuf::SourceCodeInfo_Location
8106 int SourceCodeInfo::ByteSize() const { function in class:google::protobuf::SourceCodeInfo
[all...]
/external/protobuf/src/google/protobuf/
H A Dmessage.cc144 int Message::ByteSize() const { function in class:google::protobuf::Message
145 int size = WireFormat::ByteSize(*this);
152 << "\" implements neither SetCachedSize() nor ByteSize(). "
H A Dwire_format.cc881 int WireFormat::ByteSize(const Message& message) { function in class:google::protobuf::internal::WireFormat
1037 int message_size = sub_message.ByteSize();
H A Dextension_set.cc1020 int ExtensionSet::ByteSize() const { function in class:google::protobuf::internal::ExtensionSet
1025 total_size += iter->second.ByteSize(iter->first);
1231 int ExtensionSet::Extension::ByteSize(int number) const { function in class:google::protobuf::internal::ExtensionSet::Extension
1370 return ByteSize(number);
1381 int message_size = message_value->ByteSize();
H A Ddescriptor.pb.cc776 int FileDescriptorSet::ByteSize() const { function in class:google::protobuf::FileDescriptorSet
1238 int FileDescriptorProto::ByteSize() const { function in class:google::protobuf::FileDescriptorProto
1560 int DescriptorProto_ExtensionRange::ByteSize() const { function in class:google::protobuf::DescriptorProto_ExtensionRange
1980 int DescriptorProto::ByteSize() const { function in class:google::protobuf::DescriptorProto
2633 int FieldDescriptorProto::ByteSize() const { function in class:google::protobuf::FieldDescriptorProto
3000 int EnumDescriptorProto::ByteSize() const { function in class:google::protobuf::EnumDescriptorProto
3315 int EnumValueDescriptorProto::ByteSize() const { function in class:google::protobuf::EnumValueDescriptorProto
3629 int ServiceDescriptorProto::ByteSize() const { function in class:google::protobuf::ServiceDescriptorProto
4009 int MethodDescriptorProto::ByteSize() const { function in class:google::protobuf::MethodDescriptorProto
4536 int FileOptions::ByteSize() cons function in class:google::protobuf::FileOptions
4891 int MessageOptions::ByteSize() const { function in class:google::protobuf::MessageOptions
5302 int FieldOptions::ByteSize() const { function in class:google::protobuf::FieldOptions
5569 int EnumOptions::ByteSize() const { function in class:google::protobuf::EnumOptions
5793 int EnumValueOptions::ByteSize() const { function in class:google::protobuf::EnumValueOptions
6017 int ServiceOptions::ByteSize() const { function in class:google::protobuf::ServiceOptions
6241 int MethodOptions::ByteSize() const { function in class:google::protobuf::MethodOptions
6498 int UninterpretedOption_NamePart::ByteSize() const { function in class:google::protobuf::UninterpretedOption_NamePart
6889 int UninterpretedOption::ByteSize() const { function in class:google::protobuf::UninterpretedOption
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.cc378 int CodeGeneratorRequest::ByteSize() const { function in class:google::protobuf::compiler::CodeGeneratorRequest
717 int CodeGeneratorResponse_File::ByteSize() const { function in class:google::protobuf::compiler::CodeGeneratorResponse_File
994 int CodeGeneratorResponse::ByteSize() const { function in class:google::protobuf::compiler::CodeGeneratorResponse
/external/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp152 const size_t ByteSize = 1 << i; local
153 const size_t BitSize = ByteSize * 8;
154 SmallString<32> ReadName("__tsan_read" + itostr(ByteSize));
158 SmallString<32> WriteName("__tsan_write" + itostr(ByteSize));
503 const size_t ByteSize = 1 << Idx; local
504 const size_t BitSize = ByteSize * 8;
518 const size_t ByteSize = 1 << Idx; local
519 const size_t BitSize = ByteSize * 8;
536 const size_t ByteSize = 1 << Idx; local
537 const size_t BitSize = ByteSize *
550 const size_t ByteSize = 1 << Idx; local
[all...]
/external/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.cc370 int CodeGeneratorRequest::ByteSize() const { function in class:google::protobuf::compiler::CodeGeneratorRequest
711 int CodeGeneratorResponse_File::ByteSize() const { function in class:google::protobuf::compiler::CodeGeneratorResponse_File
988 int CodeGeneratorResponse::ByteSize() const { function in class:google::protobuf::compiler::CodeGeneratorResponse
/external/llvm/lib/IR/
H A DConstantFold.cpp190 /// first byte used, counting from the least significant byte) and ByteSize,
198 unsigned ByteSize) {
203 assert(ByteSize && "Must be accessing some piece");
204 assert(ByteStart+ByteSize <= CSize && "Extracting invalid piece from input");
205 assert(ByteSize != CSize && "Should not extract everything");
212 V = V.trunc(ByteSize*8);
224 Constant *RHS = ExtractConstantBytes(CE->getOperand(1), ByteStart,ByteSize);
233 Constant *LHS = ExtractConstantBytes(CE->getOperand(0), ByteStart,ByteSize);
239 Constant *RHS = ExtractConstantBytes(CE->getOperand(1), ByteStart,ByteSize);
247 Constant *LHS = ExtractConstantBytes(CE->getOperand(0), ByteStart,ByteSize);
197 ExtractConstantBytes(Constant *C, unsigned ByteStart, unsigned ByteSize) argument
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1529 unsigned ByteSize = VT.getStoreSize(); local
1535 int FrameIdx = FrameInfo->CreateStackObject(ByteSize, StackAlign, false);
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp861 /// the constant being splatted. The ByteSize field indicates the number of
863 SDValue PPC::get_VSPLTI_elt(SDNode *N, unsigned ByteSize, SelectionDAG &DAG) { argument
866 // If ByteSize of the splat is bigger than the element size of the
871 if (EltSize < ByteSize) {
872 unsigned Multiple = ByteSize/EltSize; // Number of BV entries per spltval.
945 if (ValSizeInBytes < ByteSize) return SDValue();
949 // get to ByteSize. This allows us to handle 0x01010101 as 0x01.
950 while (ValSizeInBytes > ByteSize) {
960 int MaskVal = SignExtend32(Value, ByteSize * 8);
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp8386 unsigned ByteSize = SrcVT.getSizeInBits()/8; local
8395 MachineMemOperand::MOLoad, ByteSize, ByteSize);

Completed in 1275 milliseconds