Lines Matching refs:integer
859 void SnapshotByteSink::PutInt(uintptr_t integer, const char* description) {862 if (integer >= static_cast<uintptr_t>(1u) << shift) {863 Put((static_cast<int>((integer >> shift)) & 0x7f) | 0x80, "IntPart");866 PutSection(static_cast<int>(integer & 0x7f), "IntLastPart");