Searched refs:LOG_UINT64 (Results 1 – 1 of 1) sorted by relevance
1107 const static int LOG_UINT64 = -6; member1133 …bool Uint64(uint64_t) { RAPIDJSON_ASSERT(LogCount < LogCapacity); Logs[LogCount++] = LOG_UINT64; r… in Uint64()