Searched refs:JsonType (Results 1 – 2 of 2) sorted by relevance
31 template <typename JsonType>32 bool setJsonFromPointer(const std::string& ptrStr, const JsonType& value, in setJsonFromPointer()
268 using JsonType = std::add_const_t<std::add_pointer_t<Type>>; in unpackValueWithErrorCode() typedef269 JsonType jsonPtr = jsonValue.get_ptr<JsonType>(); in unpackValueWithErrorCode()