Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugStringTableSubsection.h89 uint32_t StringSize = 1; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWindowsResource.cpp678 uint32_t StringSize = String.size() * sizeof(UTF16) + sizeof(uint16_t); in performSectionOneLayout() local
/third_party/protobuf/src/google/protobuf/
Dwire_format_lite.h1749 inline size_t WireFormatLite::StringSize(const std::string& value) { in StringSize() function