Home
last modified time | relevance | path

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

/AliOS-Things-master/components/jsoncpp/include/json/
A Dvalue.h690 class JSON_API PathArgument {
694 PathArgument();
695 PathArgument(ArrayIndex index);
696 PathArgument(const char* key);
697 PathArgument(String key);
719 Path(const String& path, const PathArgument& a1 = PathArgument(),
720 const PathArgument& a2 = PathArgument(),
721 const PathArgument& a3 = PathArgument(),
722 const PathArgument& a4 = PathArgument(),
723 const PathArgument& a5 = PathArgument());
[all …]
A Dforwards.h35 class PathArgument; variable
/AliOS-Things-master/components/oss/src/external/json/
A Djson.h356 class PathArgument; variable
1108 class JSON_API PathArgument {
1112 PathArgument();
1113 PathArgument(ArrayIndex index);
1114 PathArgument(const char* key);
1142 const PathArgument& a1 = PathArgument(),
1143 const PathArgument& a2 = PathArgument(),
1144 const PathArgument& a3 = PathArgument(),
1145 const PathArgument& a4 = PathArgument(),
1146 const PathArgument& a5 = PathArgument());
[all …]
A Djsoncpp.cpp4023 PathArgument::PathArgument() : key_(), index_(), kind_(kindNone) {} in PathArgument() function in AlibabaCloud::OSS::Json::PathArgument
4025 PathArgument::PathArgument(ArrayIndex index) in PathArgument() function in AlibabaCloud::OSS::Json::PathArgument
4028 PathArgument::PathArgument(const char* key) in PathArgument() function in AlibabaCloud::OSS::Json::PathArgument
4031 PathArgument::PathArgument(const JSONCPP_STRING& key) in PathArgument() function in AlibabaCloud::OSS::Json::PathArgument
4038 const PathArgument& a1, in Path()
4039 const PathArgument& a2, in Path()
4040 const PathArgument& a3, in Path()
4041 const PathArgument& a4, in Path()
4104 const PathArgument& arg = *it; in resolve()
4130 const PathArgument& arg = *it; in resolve()
[all …]
A Djson-forwards.h323 class PathArgument; variable
/AliOS-Things-master/components/jsoncpp/src/lib_json/
A Djson_value.cpp1502 PathArgument::PathArgument() = default;
1504 PathArgument::PathArgument(ArrayIndex index) in PathArgument() function in Json::PathArgument
1507 PathArgument::PathArgument(const char* key) : key_(key), kind_(kindKey) {} in PathArgument() function in Json::PathArgument
1509 PathArgument::PathArgument(String key) : key_(std::move(key)), kind_(kindKey) {} in PathArgument() function in Json::PathArgument
1514 Path::Path(const String& path, const PathArgument& a1, const PathArgument& a2, in Path()
1515 const PathArgument& a3, const PathArgument& a4, in Path()
1516 const PathArgument& a5) { in Path()
1560 PathArgument::Kind kind) { in addPathInArg()
1577 if (arg.kind_ == PathArgument::kindIndex) { in resolve()
1602 if (arg.kind_ == PathArgument::kindIndex) { in resolve()
[all …]

Completed in 22 milliseconds