Searched refs:JsonNameValue (Results 1 – 1 of 1) sorted by relevance
51 class JsonNameValue { class53 JsonNameValue(const std::string name, const Json::Value& value) : name_(name), value_(value) {} in JsonNameValue() function in __anon23a93e9b0111::JsonNameValue75 virtual JsonNameValue GetJson() const = 0;160 virtual JsonNameValue GetJson() const override { in GetJson()178 return JsonNameValue(name_, obj); in GetJson()205 virtual JsonNameValue GetJson() const override { in GetJson()212 return JsonNameValue(name_, obj); in GetJson()230 virtual JsonNameValue GetJson() const override { in GetJson()237 return JsonNameValue(name_, obj); in GetJson()250 virtual JsonNameValue GetJson() const override { in GetJson()[all …]