Searched defs: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::JsonNameValue