Searched refs:ijsonPtr (Results 1 – 1 of 1) sorted by relevance
217 int64_t* ijsonPtr = jsonValue.get_ptr<int64_t*>(); in unpackValueWithErrorCode() local218 if (ijsonPtr == nullptr) in unpackValueWithErrorCode()222 if (!checkRange<Type>(*ijsonPtr, key)) in unpackValueWithErrorCode()226 value = static_cast<Type>(*ijsonPtr); in unpackValueWithErrorCode()