Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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 …]