Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugStringTableSubsection.h90 uint32_t StringSize = 1; variable
/external/libcxx/benchmarks/
Dalgorithms.partition_point.bench.cpp52 static constexpr size_t StringSize = 32; member
/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
/external/protobuf/src/google/protobuf/
Dwire_format_lite_inl.h837 inline int WireFormatLite::StringSize(const string& value) { in StringSize() function