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