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

12

/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/lldb/tools/debugserver/source/
H A DDNBBreakpoint.h32 nub_size_t ByteSize() const { return m_byte_size; } function in class:DNBBreakpoint
/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/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp230 unsigned ByteSize = SizeInBits / SizeOfByte; local
231 Streamer.EmitULEB128(ByteSize, Twine(ByteSize));
H A DDwarfUnit.cpp531 unsigned ByteSize = Size / 8; // Assuming 8 bits per byte. variable
533 addUInt(TheDie, dwarf::DW_FORM_data1, ByteSize);
/external/protobuf/src/google/protobuf/
H A Dmessage.cc145 int Message::ByteSize() const { function in class:google::protobuf::Message
146 int size = WireFormat::ByteSize(*this);
153 << "\" 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.cpp143 const size_t ByteSize = 1 << i; local
144 const size_t BitSize = ByteSize * 8;
145 SmallString<32> ReadName("__tsan_read" + itostr(ByteSize));
149 SmallString<32> WriteName("__tsan_write" + itostr(ByteSize));
478 const size_t ByteSize = 1 << Idx; local
479 const size_t BitSize = ByteSize * 8;
493 const size_t ByteSize = 1 << Idx; local
494 const size_t BitSize = ByteSize * 8;
511 const size_t ByteSize = 1 << Idx; local
512 const size_t BitSize = ByteSize *
525 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.cpp1763 unsigned ByteSize = VT.getStoreSize(); local
1769 int FrameIdx = FrameInfo->CreateStackObject(ByteSize, StackAlign, false);
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp6094 const uint64_t ByteSize = TLI.getDataLayout()->getTypeAllocSize(RetTy); local
6096 int FrameIdx = FrameInfo->CreateStackObject(ByteSize, StackAlign, false);

Completed in 535 milliseconds

12