Searched defs:StringSize (Results 1 – 13 of 13) sorted by relevance
89 uint32_t StringSize = 1; variable
95 constexpr size_t StringSize(char const (&)[N]) { in StringSize() function
25 size_t StringSize; // num characters before zero Byte (StringSize <= item.PackSize) member
52 static constexpr size_t StringSize = 32; member
61 static constexpr size_t StringSize = 32; member
678 uint32_t StringSize = String.size() * sizeof(UTF16) + sizeof(uint16_t); in performSectionOneLayout() local
676 uint32_t StringSize = String.size() * sizeof(UTF16) + sizeof(uint16_t); in performSectionOneLayout() local
1786 inline size_t WireFormatLite::StringSize(const std::string& value) { in StringSize() function
1794 inline size_t WireFormatLite::StringSize(const std::string& value) { in StringSize() function
1531 int64_t StringSize = LHSs->getValue().size(); in Fold() local