Home
last modified time | relevance | path

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

/external/jsoncpp/include/json/
Dvalue.h508 class JSON_API PathArgument {
512 PathArgument();
513 PathArgument(ArrayIndex index);
514 PathArgument(const char* key);
515 PathArgument(const std::string& key);
542 const PathArgument& a1 = PathArgument(),
543 const PathArgument& a2 = PathArgument(),
544 const PathArgument& a3 = PathArgument(),
545 const PathArgument& a4 = PathArgument(),
546 const PathArgument& a5 = PathArgument());
[all …]
Dforwards.h29 class PathArgument; variable
/external/protobuf/conformance/third_party/jsoncpp/
Djson.h292 class PathArgument; variable
993 class JSON_API PathArgument {
997 PathArgument();
998 PathArgument(ArrayIndex index);
999 PathArgument(const char* key);
1000 PathArgument(const std::string& key);
1027 const PathArgument& a1 = PathArgument(),
1028 const PathArgument& a2 = PathArgument(),
1029 const PathArgument& a3 = PathArgument(),
1030 const PathArgument& a4 = PathArgument(),
[all …]
Djsoncpp.cpp3817 PathArgument::PathArgument() : key_(), index_(), kind_(kindNone) {} in PathArgument() function in Json::PathArgument
3819 PathArgument::PathArgument(ArrayIndex index) in PathArgument() function in Json::PathArgument
3822 PathArgument::PathArgument(const char* key) in PathArgument() function in Json::PathArgument
3825 PathArgument::PathArgument(const std::string& key) in PathArgument() function in Json::PathArgument
3832 const PathArgument& a1, in Path()
3833 const PathArgument& a2, in Path()
3834 const PathArgument& a3, in Path()
3835 const PathArgument& a4, in Path()
3836 const PathArgument& a5) { in Path()
3854 addPathInArg(path, in, itInArg, PathArgument::kindIndex); in makePath()
[all …]
/external/jsoncpp/src/lib_json/
Djson_value.cpp1340 PathArgument::PathArgument() : key_(), index_(), kind_(kindNone) {} in PathArgument() function in Json::PathArgument
1342 PathArgument::PathArgument(ArrayIndex index) in PathArgument() function in Json::PathArgument
1345 PathArgument::PathArgument(const char* key) in PathArgument() function in Json::PathArgument
1348 PathArgument::PathArgument(const std::string& key) in PathArgument() function in Json::PathArgument
1355 const PathArgument& a1, in Path()
1356 const PathArgument& a2, in Path()
1357 const PathArgument& a3, in Path()
1358 const PathArgument& a4, in Path()
1359 const PathArgument& a5) { in Path()
1377 addPathInArg(path, in, itInArg, PathArgument::kindIndex); in makePath()
[all …]