Home
last modified time | relevance | path

Searched refs:JsonNameValue (Results 1 – 1 of 1) sorted by relevance

/frameworks/libs/binary_translation/tools/nogrod/
Dmain.cc51 class JsonNameValue { class
53 JsonNameValue(const std::string name, const Json::Value& value) : name_(name), value_(value) {} in JsonNameValue() function in __anon23a93e9b0111::JsonNameValue
75 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 …]