Searched refs:unsignedValue (Results 1 – 2 of 2) sorted by relevance
115 snprintf(buf, sizeof(buf), "%" PRIu64, item->asUint()->unsignedValue()); in prettyPrintInternal()
329 uint64_t unsignedValue() const { return mValue; } in unsignedValue() function