Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/repr/json/
Dconverter.cpp26 const Json::Value json_empty_string(""); variable
Dconverter.h76 extern const Json::Value json_empty_string;
Dir_reader.cpp87 return Get(key, json_empty_string, &Json::Value::isString).asString(); in GetString()