Home
last modified time | relevance | path

Searched defs:ByteSize (Results 1 – 14 of 14) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp143 const size_t ByteSize = 1 << i; in initializeCallbacks() local
441 const size_t ByteSize = 1 << Idx; in instrumentAtomic() local
456 const size_t ByteSize = 1 << Idx; in instrumentAtomic() local
474 const size_t ByteSize = 1 << Idx; in instrumentAtomic() local
488 const size_t ByteSize = 1 << Idx; in instrumentAtomic() local
/external/protobuf/python/google/protobuf/internal/
Dwire_format_test.py203 def ByteSize(self): member in WireFormatTest.testByteSizeFunctions.MockMessage
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.cc776 int FileDescriptorSet::ByteSize() const { in ByteSize() function in google::protobuf::FileDescriptorSet
1238 int FileDescriptorProto::ByteSize() const { in ByteSize() function in google::protobuf::FileDescriptorProto
1560 int DescriptorProto_ExtensionRange::ByteSize() const { in ByteSize() function in google::protobuf::DescriptorProto_ExtensionRange
1980 int DescriptorProto::ByteSize() const { in ByteSize() function in google::protobuf::DescriptorProto
2633 int FieldDescriptorProto::ByteSize() const { in ByteSize() function in google::protobuf::FieldDescriptorProto
3000 int EnumDescriptorProto::ByteSize() const { in ByteSize() function in google::protobuf::EnumDescriptorProto
3315 int EnumValueDescriptorProto::ByteSize() const { in ByteSize() function in google::protobuf::EnumValueDescriptorProto
3629 int ServiceDescriptorProto::ByteSize() const { in ByteSize() function in google::protobuf::ServiceDescriptorProto
4009 int MethodDescriptorProto::ByteSize() const { in ByteSize() function in google::protobuf::MethodDescriptorProto
4536 int FileOptions::ByteSize() const { in ByteSize() function in google::protobuf::FileOptions
[all …]
Dmessage.cc144 int Message::ByteSize() const { in ByteSize() function in google::protobuf::Message
Dextension_set.cc1020 int ExtensionSet::ByteSize() const { in ByteSize() function in google::protobuf::internal::ExtensionSet
1231 int ExtensionSet::Extension::ByteSize(int number) const { in ByteSize() function in google::protobuf::internal::ExtensionSet::Extension
Dwire_format.cc881 int WireFormat::ByteSize(const Message& message) { in ByteSize() function in google::protobuf::internal::WireFormat
Dwire_format_unittest.cc178 TEST(WireFormatTest, ByteSize) { in TEST() argument
/external/protobuf/src/google/protobuf/compiler/
Dplugin.pb.cc370 int CodeGeneratorRequest::ByteSize() const { in ByteSize() function in google::protobuf::compiler::CodeGeneratorRequest
711 int CodeGeneratorResponse_File::ByteSize() const { in ByteSize() function in google::protobuf::compiler::CodeGeneratorResponse_File
988 int CodeGeneratorResponse::ByteSize() const { in ByteSize() function in google::protobuf::compiler::CodeGeneratorResponse
/external/protobuf/python/google/protobuf/
Dmessage.py229 def ByteSize(self): member in Message
Dreflection.py771 def ByteSize(self): function
/external/llvm/lib/IR/
DConstantFold.cpp197 unsigned ByteSize) { in ExtractConstantBytes()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp800 SDValue PPC::get_VSPLTI_elt(SDNode *N, unsigned ByteSize, SelectionDAG &DAG) { in get_VSPLTI_elt()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1532 unsigned ByteSize = VT.getStoreSize(); in CreateStackTemporary() local
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp7994 unsigned ByteSize = SrcVT.getSizeInBits()/8; in BuildFILD() local