Searched refs:getAsUINT64 (Results 1 – 4 of 4) sorted by relevance
33 if (std::optional<uint64_t> val = value.getAsUINT64()) { in fromJSON()
71 if (auto u = value.getAsUINT64()) in ParseJSONValue()
445 std::optional<uint64_t> getAsUINT64() const { in getAsUINT64() function772 if (auto S = E.getAsUINT64()) { in fromJSON()
769 OS << *V.getAsUINT64(); in value()