Searched defs:AppendInt (Results 1 – 2 of 2) sorted by relevance
67 void AppendInt(int64_t value) { AppendPaddedInt<'0', 0>(value); } in AppendInt() function
217 bool AppendInt(int32_t value) { in AppendInt() function