Home
last modified time | relevance | path

Searched defs:StringSize (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugStringTableSubsection.h89 uint32_t StringSize = 1; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugStringTableSubsection.h89 uint32_t StringSize = 1; variable
/external/pigweed/pw_bluetooth_sapphire/host/common/
Dsupplement_data_test.cc95 constexpr size_t StringSize(char const (&)[N]) { in StringSize() function
/external/lzma/CPP/7zip/Archive/Tar/
DTarIn.h25 size_t StringSize; // num characters before zero Byte (StringSize <= item.PackSize) member
/external/libcxx/benchmarks/
Dalgorithms.partition_point.bench.cpp52 static constexpr size_t StringSize = 32; member
/external/cronet/stable/third_party/libc++/src/test/benchmarks/
Dalgorithms.partition_point.bench.cpp61 static constexpr size_t StringSize = 32; member
/external/cronet/tot/third_party/libc++/src/test/benchmarks/
Dalgorithms.partition_point.bench.cpp61 static constexpr size_t StringSize = 32; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWindowsResource.cpp678 uint32_t StringSize = String.size() * sizeof(UTF16) + sizeof(uint16_t); in performSectionOneLayout() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
DWindowsResource.cpp676 uint32_t StringSize = String.size() * sizeof(UTF16) + sizeof(uint16_t); in performSectionOneLayout() local
/external/cronet/stable/third_party/protobuf/src/google/protobuf/
Dwire_format_lite.h1786 inline size_t WireFormatLite::StringSize(const std::string& value) { in StringSize() function
/external/cronet/tot/third_party/protobuf/src/google/protobuf/
Dwire_format_lite.h1786 inline size_t WireFormatLite::StringSize(const std::string& value) { in StringSize() function
/external/protobuf/src/google/protobuf/
Dwire_format_lite.h1794 inline size_t WireFormatLite::StringSize(const std::string& value) { in StringSize() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/TableGen/
DRecord.cpp1531 int64_t StringSize = LHSs->getValue().size(); in Fold() local