Home
last modified time | relevance | path

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

/external/jsoncpp/src/lib_json/
Djson_value.cpp1346 : key_(key), index_(), kind_(kindKey) {} in PathArgument()
1349 : key_(key.c_str()), index_(), kind_(kindKey) {} in PathArgument()
1387 addPathInArg(path, in, itInArg, PathArgument::kindKey); in makePath()
1426 } else if (arg.kind_ == PathArgument::kindKey) { in resolve()
1448 } else if (arg.kind_ == PathArgument::kindKey) { in resolve()
1468 } else if (arg.kind_ == PathArgument::kindKey) { in make()
/external/jsoncpp/include/json/
Dvalue.h521 kindKey enumerator