Home
last modified time | relevance | path

Searched refs:ByteSize (Results 1 – 25 of 122) sorted by relevance

12345

/external/protobuf/src/google/protobuf/
Dwell_known_types_unittest.cc45 EXPECT_EQ(0, message.any_field().ByteSize()); in TEST()
46 EXPECT_EQ(0, message.api_field().ByteSize()); in TEST()
47 EXPECT_EQ(0, message.duration_field().ByteSize()); in TEST()
48 EXPECT_EQ(0, message.empty_field().ByteSize()); in TEST()
49 EXPECT_EQ(0, message.field_mask_field().ByteSize()); in TEST()
50 EXPECT_EQ(0, message.source_context_field().ByteSize()); in TEST()
51 EXPECT_EQ(0, message.struct_field().ByteSize()); in TEST()
52 EXPECT_EQ(0, message.timestamp_field().ByteSize()); in TEST()
53 EXPECT_EQ(0, message.type_field().ByteSize()); in TEST()
54 EXPECT_EQ(0, message.int32_field().ByteSize()); in TEST()
Dwire_format_unittest.cc221 TEST(WireFormatTest, ByteSize) { in TEST() argument
225 EXPECT_EQ(message.ByteSize(), WireFormat::ByteSize(message)); in TEST()
227 EXPECT_EQ(0, message.ByteSize()); in TEST()
228 EXPECT_EQ(0, WireFormat::ByteSize(message)); in TEST()
235 EXPECT_EQ(message.ByteSize(), WireFormat::ByteSize(message)); in TEST()
237 EXPECT_EQ(0, message.ByteSize()); in TEST()
238 EXPECT_EQ(0, WireFormat::ByteSize(message)); in TEST()
245 EXPECT_EQ(message.ByteSize(), WireFormat::ByteSize(message)); in TEST()
247 EXPECT_EQ(0, message.ByteSize()); in TEST()
248 EXPECT_EQ(0, WireFormat::ByteSize(message)); in TEST()
[all …]
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.cpp72 Optional<uint8_t> ByteSize; in extract() local
99 if ((ByteSize = dwarf::getFixedFormByteSize(F, dwarf::FormParams()))) { in extract()
101 FixedAttributeSize->NumBytes += *ByteSize; in extract()
111 AttributeSpecs.push_back(AttributeSpec(A, F, ByteSize)); in extract()
187 size_t ByteSize = NumBytes; in getByteSize() local
189 ByteSize += NumAddrs * U.getAddressByteSize(); in getByteSize()
191 ByteSize += NumRefAddrs * U.getRefAddrByteSize(); in getByteSize()
193 ByteSize += NumDwarfOffsets * U.getDwarfOffsetByteSize(); in getByteSize()
194 return ByteSize; in getByteSize()
201 if (ByteSize.HasByteSize) in getByteSize()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.cpp72 Optional<uint8_t> ByteSize; in extract() local
99 if ((ByteSize = dwarf::getFixedFormByteSize(F, dwarf::FormParams()))) { in extract()
101 FixedAttributeSize->NumBytes += *ByteSize; in extract()
111 AttributeSpecs.push_back(AttributeSpec(A, F, ByteSize)); in extract()
187 size_t ByteSize = NumBytes; in getByteSize() local
189 ByteSize += NumAddrs * U.getAddressByteSize(); in getByteSize()
191 ByteSize += NumRefAddrs * U.getRefAddrByteSize(); in getByteSize()
193 ByteSize += NumDwarfOffsets * U.getDwarfOffsetByteSize(); in getByteSize()
194 return ByteSize; in getByteSize()
201 if (ByteSize.HasByteSize) in getByteSize()
[all …]
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.h34 AttributeSpec(dwarf::Attribute A, dwarf::Form F, Optional<uint8_t> ByteSize) in AttributeSpec()
37 this->ByteSize.HasByteSize = ByteSize.hasValue(); in AttributeSpec()
38 if (this->ByteSize.HasByteSize) in AttributeSpec()
39 this->ByteSize.ByteSize = *ByteSize; in AttributeSpec()
61 uint8_t ByteSize; member
64 ByteSizeStorage ByteSize; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.h34 AttributeSpec(dwarf::Attribute A, dwarf::Form F, Optional<uint8_t> ByteSize) in AttributeSpec()
37 this->ByteSize.HasByteSize = ByteSize.hasValue(); in AttributeSpec()
38 if (this->ByteSize.HasByteSize) in AttributeSpec()
39 this->ByteSize.ByteSize = *ByteSize; in AttributeSpec()
61 uint8_t ByteSize; member
64 ByteSizeStorage ByteSize; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASourceFile.cpp33 DWORD ByteSize = 0; in getChecksum() local
34 HRESULT Result = SourceFile->get_checksum(0, &ByteSize, nullptr); in getChecksum()
35 if (ByteSize == 0) in getChecksum()
37 std::vector<BYTE> ChecksumBytes(ByteSize); in getChecksum()
38 Result = SourceFile->get_checksum(ByteSize, &ByteSize, &ChecksumBytes[0]); in getChecksum()
/external/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
DDIASourceFile.cpp33 DWORD ByteSize = 0; in getChecksum() local
34 HRESULT Result = SourceFile->get_checksum(0, &ByteSize, nullptr); in getChecksum()
35 if (ByteSize == 0) in getChecksum()
37 std::vector<BYTE> ChecksumBytes(ByteSize); in getChecksum()
38 Result = SourceFile->get_checksum(ByteSize, &ByteSize, &ChecksumBytes[0]); in getChecksum()
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIASourceFile.cpp44 DWORD ByteSize = 0; in getChecksum() local
45 HRESULT Result = SourceFile->get_checksum(0, &ByteSize, nullptr); in getChecksum()
46 if (ByteSize == 0) in getChecksum()
48 std::vector<BYTE> ChecksumBytes(ByteSize); in getChecksum()
49 Result = SourceFile->get_checksum(ByteSize, &ByteSize, &ChecksumBytes[0]); in getChecksum()
/external/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFLinkerDeclContext.h80 DeclContext(unsigned Hash, uint32_t Line, uint32_t ByteSize, uint16_t Tag,
83 : QualifiedNameHash(Hash), Line(Line), ByteSize(ByteSize), Tag(Tag), in QualifiedNameHash()
105 uint32_t ByteSize = 0; variable
161 LHS->Line == RHS->Line && LHS->ByteSize == RHS->ByteSize && in isEqual()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
DDWARFLinkerDeclContext.h79 DeclContext(unsigned Hash, uint32_t Line, uint32_t ByteSize, uint16_t Tag,
82 : QualifiedNameHash(Hash), Line(Line), ByteSize(ByteSize), Tag(Tag), in QualifiedNameHash()
104 uint32_t ByteSize = 0; variable
160 LHS->Line == RHS->Line && LHS->ByteSize == RHS->ByteSize && in isEqual()
/external/protobuf/python/google/protobuf/internal/
Dwire_format.py195 + message.ByteSize())
200 + _VarUInt64ByteSizeNoTag(message.ByteSize())
201 + message.ByteSize())
214 message_size = msg.ByteSize()
Dreflection_test.py243 self.assertEqual(2, message.ByteSize())
247 self.assertEqual(3, message.ByteSize())
250 self.assertEqual(3, message.ByteSize())
254 self.assertEqual(3, message.ByteSize())
1685 self.assertEqual(proto.ByteSize(), 0)
1694 self.assertEqual(proto.ByteSize(), 0)
1902 self.assertEqual(proto.ByteSize(), len(serialized))
2161 return self.proto.ByteSize()
2164 self.assertEqual(0, self.proto.ByteSize())
2169 self.assertEqual(0, proto.ByteSize())
[all …]
Dencoder.py283 result += element.ByteSize()
288 return tag_size + value.ByteSize()
302 l = element.ByteSize()
308 l = value.ByteSize()
333 l = value.ByteSize()
363 value.ByteSize()
760 local_EncodeVarint(write, element.ByteSize(), deterministic)
766 local_EncodeVarint(write, value.ByteSize(), deterministic)
796 local_EncodeVarint(write, value.ByteSize(), deterministic)
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinkerDeclContext.cpp111 unsigned ByteSize = std::numeric_limits<uint32_t>::max(); in getChildDeclContext() local
122 ByteSize = dwarf::toUnsigned(DIE.find(dwarf::DW_AT_byte_size), in getChildDeclContext()
182 DeclContext Key(Hash, Line, ByteSize, Tag, NameRef, FileRef, Context); in getChildDeclContext()
189 new (Allocator) DeclContext(Hash, Line, ByteSize, Tag, NameRef, FileRef, in getChildDeclContext()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DWARFLinker/
DDWARFLinkerDeclContext.cpp107 unsigned ByteSize = std::numeric_limits<uint32_t>::max(); in getChildDeclContext() local
118 ByteSize = dwarf::toUnsigned(DIE.find(dwarf::DW_AT_byte_size), in getChildDeclContext()
178 DeclContext Key(Hash, Line, ByteSize, Tag, NameRef, FileRef, Context); in getChildDeclContext()
185 new (Allocator) DeclContext(Hash, Line, ByteSize, Tag, NameRef, FileRef, in getChildDeclContext()
/external/grpc-grpc/test/core/util/
Dtsan_suppressions.txt9 # protobuf has an idempotent write race in ByteSize/GetCachedSize
11 race:ByteSize
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp219 const unsigned ByteSize = 1U << i; in initialize() local
220 const unsigned BitSize = ByteSize * 8; in initialize()
221 std::string ByteSizeStr = utostr(ByteSize); in initialize()
636 const unsigned ByteSize = 1U << Idx; in instrumentAtomic() local
637 const unsigned BitSize = ByteSize * 8; in instrumentAtomic()
651 const unsigned ByteSize = 1U << Idx; in instrumentAtomic() local
652 const unsigned BitSize = ByteSize * 8; in instrumentAtomic()
668 const unsigned ByteSize = 1U << Idx; in instrumentAtomic() local
669 const unsigned BitSize = ByteSize * 8; in instrumentAtomic()
682 const unsigned ByteSize = 1U << Idx; in instrumentAtomic() local
[all …]
/external/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp159 const unsigned ByteSize = 1U << i; in initializeCallbacks() local
160 const unsigned BitSize = ByteSize * 8; in initializeCallbacks()
161 std::string ByteSizeStr = utostr(ByteSize); in initializeCallbacks()
573 const unsigned ByteSize = 1U << Idx; in instrumentAtomic() local
574 const unsigned BitSize = ByteSize * 8; in instrumentAtomic()
594 const unsigned ByteSize = 1U << Idx; in instrumentAtomic() local
595 const unsigned BitSize = ByteSize * 8; in instrumentAtomic()
611 const unsigned ByteSize = 1U << Idx; in instrumentAtomic() local
612 const unsigned BitSize = ByteSize * 8; in instrumentAtomic()
625 const unsigned ByteSize = 1U << Idx; in instrumentAtomic() local
[all …]
/external/tensorflow/tensorflow/core/util/
Dtensor_slice_writer.cc181 size_t size_bound = ss->ByteSize() + kTensorProtoHeaderBytes + in SaveData()
192 DCHECK_GE(ss->ByteSize(), 0); in SaveData()
193 DCHECK_LE(ss->ByteSize(), size_bound); in SaveData()
Dtensor_slice_writer.h166 ss->ByteSize() + kTensorProtoHeaderBytes + in SaveData()
174 DCHECK_GE(ss->ByteSize(), 0); in SaveData()
175 DCHECK_LE(ss->ByteSize(), size_bound); in SaveData()
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp264 const unsigned ByteSize = 1U << i; in initialize() local
265 const unsigned BitSize = ByteSize * 8; in initialize()
266 std::string ByteSizeStr = utostr(ByteSize); in initialize()
748 const unsigned ByteSize = 1U << Idx; in instrumentAtomic() local
749 const unsigned BitSize = ByteSize * 8; in instrumentAtomic()
763 const unsigned ByteSize = 1U << Idx; in instrumentAtomic() local
764 const unsigned BitSize = ByteSize * 8; in instrumentAtomic()
780 const unsigned ByteSize = 1U << Idx; in instrumentAtomic() local
781 const unsigned BitSize = ByteSize * 8; in instrumentAtomic()
794 const unsigned ByteSize = 1U << Idx; in instrumentAtomic() local
[all …]
/external/llvm/lib/DebugInfo/PDB/Raw/
DNameHashTable.cpp28 support::ulittle32_t ByteSize; in load() member
44 if (auto EC = Stream.readStreamRef(NamesBuffer, H->ByteSize)) in load()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantFold.cpp213 unsigned ByteSize) { in ExtractConstantBytes() argument
218 assert(ByteSize && "Must be accessing some piece"); in ExtractConstantBytes()
219 assert(ByteStart+ByteSize <= CSize && "Extracting invalid piece from input"); in ExtractConstantBytes()
220 assert(ByteSize != CSize && "Should not extract everything"); in ExtractConstantBytes()
227 V = V.trunc(ByteSize*8); in ExtractConstantBytes()
239 Constant *RHS = ExtractConstantBytes(CE->getOperand(1), ByteStart,ByteSize); in ExtractConstantBytes()
248 Constant *LHS = ExtractConstantBytes(CE->getOperand(0), ByteStart,ByteSize); in ExtractConstantBytes()
254 Constant *RHS = ExtractConstantBytes(CE->getOperand(1), ByteStart,ByteSize); in ExtractConstantBytes()
262 Constant *LHS = ExtractConstantBytes(CE->getOperand(0), ByteStart,ByteSize); in ExtractConstantBytes()
280 IntegerType::get(CE->getContext(), ByteSize * 8)); in ExtractConstantBytes()
[all …]
/external/llvm/lib/IR/
DConstantFold.cpp213 unsigned ByteSize) { in ExtractConstantBytes() argument
218 assert(ByteSize && "Must be accessing some piece"); in ExtractConstantBytes()
219 assert(ByteStart+ByteSize <= CSize && "Extracting invalid piece from input"); in ExtractConstantBytes()
220 assert(ByteSize != CSize && "Should not extract everything"); in ExtractConstantBytes()
227 V = V.trunc(ByteSize*8); in ExtractConstantBytes()
239 Constant *RHS = ExtractConstantBytes(CE->getOperand(1), ByteStart,ByteSize); in ExtractConstantBytes()
248 Constant *LHS = ExtractConstantBytes(CE->getOperand(0), ByteStart,ByteSize); in ExtractConstantBytes()
254 Constant *RHS = ExtractConstantBytes(CE->getOperand(1), ByteStart,ByteSize); in ExtractConstantBytes()
262 Constant *LHS = ExtractConstantBytes(CE->getOperand(0), ByteStart,ByteSize); in ExtractConstantBytes()
280 ByteSize*8)); in ExtractConstantBytes()
[all …]

12345