Home
last modified time | relevance | path

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

/external/libbrillo/brillo/dbus/
Ddbus_method_invoker.h282 template<typename... InArgs, typename... OutArgs>
290 const InArgs&... params) { in CallMethodWithTimeout()
305 template<typename... InArgs, typename... OutArgs>
311 const InArgs&... params) { in CallMethod()
/external/jsoncpp/include/json/
Dvalue.h555 typedef std::vector<const PathArgument*> InArgs; typedef
558 void makePath(const std::string& path, const InArgs& in);
560 const InArgs& in,
561 InArgs::const_iterator& itInArg,
/external/protobuf/conformance/third_party/jsoncpp/
Djson.h1040 typedef std::vector<const PathArgument*> InArgs; typedef
1043 void makePath(const std::string& path, const InArgs& in);
1045 const InArgs& in,
1046 InArgs::const_iterator& itInArg,
Djsoncpp.cpp3837 InArgs in; in Path()
3846 void Path::makePath(const std::string& path, const InArgs& in) { in makePath()
3849 InArgs::const_iterator itInArg = in.begin(); in makePath()
3878 const InArgs& in, in addPathInArg()
3879 InArgs::const_iterator& itInArg, in addPathInArg()
/external/jsoncpp/src/lib_json/
Djson_value.cpp1360 InArgs in; in Path()
1369 void Path::makePath(const std::string& path, const InArgs& in) { in makePath()
1372 InArgs::const_iterator itInArg = in.begin(); in makePath()
1401 const InArgs& in, in addPathInArg()
1402 InArgs::const_iterator& itInArg, in addPathInArg()