Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugStringTableSubsection.h89 uint32_t StringSize = 1; variable
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DDebugStringTableSubsection.h89 uint32_t StringSize = 1; variable
/external/llvm-project/libcxx/benchmarks/
Dalgorithms.partition_point.bench.cpp52 static constexpr size_t StringSize = 32; member
/external/libcxx/benchmarks/
Dalgorithms.partition_point.bench.cpp52 static constexpr size_t StringSize = 32; member
/external/llvm-project/llvm/lib/Object/
DWindowsResource.cpp678 uint32_t StringSize = String.size() * sizeof(UTF16) + sizeof(uint16_t); in performSectionOneLayout() local
/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/protobuf/src/google/protobuf/
Dwire_format_lite.h1747 inline size_t WireFormatLite::StringSize(const std::string& value) { in StringSize() function