Home
last modified time | relevance | path

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

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