Searched refs:StringSize (Results 1 – 5 of 5) sorted by relevance
47 auto P = StringToId.insert({S, StringSize}); in insert() 53 StringSize += S.size() + 1; // +1 for '\0' in insert() 60 return StringSize; in calculateSerializedSize() 65 uint32_t End = Begin + StringSize; in commit() 81 assert((End - Begin) == StringSize); in commit()
89 uint32_t StringSize = 1; variable
677 uint32_t StringSize = String.size() * sizeof(UTF16) + sizeof(uint16_t); in performSectionOneLayout() local678 CurrentStringOffset += StringSize; in performSectionOneLayout()679 TotalStringTableSize += StringSize; in performSectionOneLayout()
1862 int64_t StringSize = LHSs->getValue().size(); in resolveReferences() 1865 if (Start < 0 || Start > StringSize) in resolveReferences() 1868 std::to_string(StringSize) + ": " +1763 int64_t StringSize = LHSs->getValue().size(); Fold() local