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