Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp141 const size_t ByteSize = 1 << i; in initializeCallbacks() local
507 const size_t ByteSize = 1 << Idx; in instrumentAtomic() local
521 const size_t ByteSize = 1 << Idx; in instrumentAtomic() local
538 const size_t ByteSize = 1 << Idx; in instrumentAtomic() local
552 const size_t ByteSize = 1 << Idx; in instrumentAtomic() local
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIASourceFile.cpp40 DWORD ByteSize = 0; in getChecksum() local
/external/protobuf/python/google/protobuf/internal/
Dwire_format_test.py203 def ByteSize(self): member in WireFormatTest.testByteSizeFunctions.MockMessage
Dcpp_message.py588 def ByteSize(self): function
Dpython_message.py785 def ByteSize(self): function
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.cc910 int FileDescriptorSet::ByteSize() const { in ByteSize() function in google::protobuf::FileDescriptorSet
1490 int FileDescriptorProto::ByteSize() const { in ByteSize() function in google::protobuf::FileDescriptorProto
1870 int DescriptorProto_ExtensionRange::ByteSize() const { in ByteSize() function in google::protobuf::DescriptorProto_ExtensionRange
2333 int DescriptorProto::ByteSize() const { in ByteSize() function in google::protobuf::DescriptorProto
3035 int FieldDescriptorProto::ByteSize() const { in ByteSize() function in google::protobuf::FieldDescriptorProto
3371 int OneofDescriptorProto::ByteSize() const { in ByteSize() function in google::protobuf::OneofDescriptorProto
3678 int EnumDescriptorProto::ByteSize() const { in ByteSize() function in google::protobuf::EnumDescriptorProto
4009 int EnumValueDescriptorProto::ByteSize() const { in ByteSize() function in google::protobuf::EnumValueDescriptorProto
4341 int ServiceDescriptorProto::ByteSize() const { in ByteSize() function in google::protobuf::ServiceDescriptorProto
4740 int MethodDescriptorProto::ByteSize() const { in ByteSize() function in google::protobuf::MethodDescriptorProto
[all …]
Dmessage.cc146 int Message::ByteSize() const { in ByteSize() function in google::protobuf::Message
Dextension_set.cc1208 int ExtensionSet::ByteSize() const { in ByteSize() function in google::protobuf::internal::ExtensionSet
1390 int ExtensionSet::Extension::ByteSize(int number) const { in ByteSize() function in google::protobuf::internal::ExtensionSet::Extension
Dwire_format.cc907 int WireFormat::ByteSize(const Message& message) { in ByteSize() function in google::protobuf::internal::WireFormat
Dwire_format_unittest.cc215 TEST(WireFormatTest, ByteSize) { in TEST() argument
/external/protobuf/src/google/protobuf/compiler/
Dplugin.pb.cc397 int CodeGeneratorRequest::ByteSize() const { in ByteSize() function in google::protobuf::compiler::CodeGeneratorRequest
758 int CodeGeneratorResponse_File::ByteSize() const { in ByteSize() function in google::protobuf::compiler::CodeGeneratorResponse_File
1052 int CodeGeneratorResponse::ByteSize() const { in ByteSize() function in google::protobuf::compiler::CodeGeneratorResponse
/external/lldb/tools/debugserver/source/
DDNBBreakpoint.h32 nub_size_t ByteSize() const { return m_byte_size; } in ByteSize() function
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.cpp57 unsigned ByteSize = SizeInBits / SizeOfByte; in AddOpPiece() local
/external/protobuf/python/google/protobuf/
Dmessage.py250 def ByteSize(self): member in Message
/external/nanopb-c/generator/google/protobuf/
Dmessage.py246 def ByteSize(self): member in Message
/external/nanopb-c/generator/google/protobuf/internal/
Dpython_message.py739 def ByteSize(self): function
/external/llvm/lib/IR/
DConstantFold.cpp212 unsigned ByteSize) { in ExtractConstantBytes()
/external/v8/test/cctest/compiler/
Dtest-simplified-lowering.cc409 size_t ByteSize() { return num_elements * sizeof(E); } in ByteSize() function in AccessTester
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc1381 static PyObject* ByteSize(CMessage* self, PyObject* args) { in CheckAndGetInteger() function
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1808 unsigned ByteSize = VT.getStoreSize(); in CreateStackTemporary() local
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp1309 SDValue PPC::get_VSPLTI_elt(SDNode *N, unsigned ByteSize, SelectionDAG &DAG) { in get_VSPLTI_elt()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp6167 const uint64_t ByteSize = TLI.getDataLayout()->getTypeAllocSize(RetTy); in LowerFSINCOS() local
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp11442 unsigned ByteSize = SrcVT.getSizeInBits()/8; in BuildFILD() local