Home
last modified time | relevance | path

Searched refs:StringSize (Results 1 – 16 of 16) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DDebugStringTableSubsection.cpp49 auto P = StringToId.insert({S, StringSize}); in insert()
55 StringSize += S.size() + 1; // +1 for '\0' in insert()
62 return StringSize; in calculateSerializedSize()
67 uint32_t End = Begin + StringSize; in commit()
83 assert((End - Begin) == StringSize); in commit()
/external/libcxx/benchmarks/
Dalgorithms.partition_point.bench.cpp52 static constexpr size_t StringSize = 32; member
56 std::generate(Res.begin(), Res.end(), [] { return getRandomString(StringSize); }); in generateInput()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugStringTableSubsection.h90 uint32_t StringSize = 1; variable
/external/protobuf/src/google/protobuf/compiler/
Dplugin.pb.cc422 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
429 total_size += ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
933 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
940 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
947 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
1247 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
/external/protobuf/src/google/protobuf/
Dapi.pb.cc548 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
555 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
1298 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
1305 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
1317 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
1842 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
1849 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
Dtype.pb.cc613 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
641 total_size += ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
1531 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
1538 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
1557 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
1564 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
2247 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
2740 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
3117 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
Ddescriptor.pb.cc1723 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
1730 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
1753 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
1761 total_size += ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
3494 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
3565 total_size += ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
4736 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
4762 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
4769 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
4776 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
[all …]
Dfield_mask.pb.cc272 total_size += ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
Dsource_context.pb.cc272 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
Dany.pb.cc318 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
Dwire_format_lite.h502 static inline int StringSize(const string& value);
Dwire_format_lite_inl.h837 inline int WireFormatLite::StringSize(const string& value) { in StringSize() function
Dwire_format.cc1103 data_size += WireFormatLite::StringSize(value); in FieldDataOnlyByteSize()
Dstruct.pb.cc844 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
Dwrappers.pb.cc2299 ::google::protobuf::internal::WireFormatLite::StringSize( in ByteSize()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWindowsResource.cpp393 uint32_t StringSize = String.size() * sizeof(UTF16) + sizeof(uint16_t); in performSectionOneLayout() local
394 CurrentStringOffset += StringSize; in performSectionOneLayout()
395 TotalStringTableSize += StringSize; in performSectionOneLayout()