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