Searched refs:stringPtr (Results 1 – 2 of 2) sorted by relevance
133 if (auto stringPtr = object.get_ptr<const std::string*>()) in getJsonValue() local135 return *stringPtr; in getJsonValue()
77 if (auto stringPtr = entry.get_ptr<const std::string*>()) in getPropValue() local81 value = *stringPtr; in getPropValue()