Searched defs:StringSize (Results 1 – 7 of 7) sorted by relevance
89 uint32_t StringSize = 1; variable
52 static constexpr size_t StringSize = 32; member
678 uint32_t StringSize = String.size() * sizeof(UTF16) + sizeof(uint16_t); in performSectionOneLayout() local
1747 inline size_t WireFormatLite::StringSize(const std::string& value) { in StringSize() function