Lines Matching defs:EC
27 if (auto EC = Stream.readInteger(NumberOfBytes)) in load() local
42 if (auto EC = Stream.readInteger(HashSize)) in load() local
50 if (auto EC = Stream.readInteger(MaxNumberOfStrings)) in load() local
64 if (auto EC = Stream.readInteger(NumPresentWords)) in load() local
76 if (auto EC = Stream.readInteger(Word)) in load() local
88 if (auto EC = Stream.readInteger(NumDeletedWords)) in load() local
101 if (auto EC = Stream.readInteger(Word)) in load() local
117 if (auto EC = Stream.readInteger(NameOffset)) in load() local
124 if (auto EC = Stream.readInteger(NameIndex)) in load() local
135 if (auto EC = Stream.readZeroString(Str)) in load() local
149 if (auto EC = Writer.writeInteger(0U)) // Number of bytes in table in commit() local
152 if (auto EC = Writer.writeInteger(0U)) // Hash Size in commit() local
155 if (auto EC = Writer.writeInteger(0U)) // Max Number of Strings in commit() local
158 if (auto EC = Writer.writeInteger(0U)) // Num Present Words in commit() local
161 if (auto EC = Writer.writeInteger(0U)) // Num Deleted Words in commit() local