Home
last modified time | relevance | path

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