Home
last modified time | relevance | path

Searched defs:args_ (Results 1 – 25 of 67) sorted by relevance

123

/third_party/boost/boost/process/
Dargs.hpp38 struct args_ struct
41 using remove_reference_t = typename std::remove_reference<T>::type;
43 using value_type = typename remove_reference_t<T>::value_type;
46 using vvalue_type = value_type<value_type<T>>;
49 arg_setter_<vvalue_type<Range>, true> operator()(Range &&range) const in operator ()()
54 arg_setter_<vvalue_type<Range>, true> operator+=(Range &&range) const in operator +=()
59 arg_setter_<vvalue_type<Range>, false> operator= (Range &&range) const in operator =()
64 arg_setter_<Char, true> operator()(std::basic_string<Char> && str) const in operator ()()
69 arg_setter_<Char, true> operator+=(std::basic_string<Char> && str) const in operator +=()
74 arg_setter_<Char, false> operator= (std::basic_string<Char> && str) const in operator =()
[all …]
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ge_runtime/task/
Dtbe_task.h41 void *args_; variable
Daicpu_task.h46 void *args_; variable
/third_party/grpc/src/core/ext/filters/client_channel/
Dsubchannel_pool_interface.h57 const grpc_channel_args* args_; variable
Dserver_address.h103 grpc_channel_args* args_; variable
/third_party/boost/boost/python/detail/
Dcaller.hpp46 inline PyObject* get(mpl::int_<N>, PyObject* const& args_) in get()
51 inline Py_ssize_t arity(PyObject* const& args_) in arity()
76 ArgPackage const& args_ in create_result_converter()
/third_party/boost/libs/python/src/object/
Diterator.cpp15 PyObject* identity(PyObject* args_, PyObject*) in identity() argument
/third_party/node/src/
Dnode_main_instance.h83 std::vector<std::string> args_; variable
/third_party/grpc/src/core/ext/transport/chttp2/client/
Dchttp2_connector.h57 Args args_; variable
/third_party/grpc/include/grpcpp/support/
Dchannel_arguments_impl.h146 std::vector<grpc_arg> args_; variable
Dchannel_arguments.h142 std::vector<grpc_arg> args_; variable
/third_party/gn/src/gn/
Dtoolchain.h132 Scope::KeyValueMap args_; variable
Daction_values.h60 SubstitutionList args_; variable
/third_party/grpc/src/core/lib/channel/
Dhandshaker.h163 HandshakerArgs args_; variable
/third_party/abseil-cpp/absl/strings/internal/str_format/
Dchecker.h225 ConvList args_; variable
303 ConvList args_; variable
Dbind.h154 absl::Span<const FormatArgImpl> args_; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
Dchecker.h239 ConvList args_; variable
317 ConvList args_; variable
Dbind.h169 absl::Span<const FormatArgImpl> args_; variable
/third_party/grpc/src/core/lib/transport/
Dpid_controller.h111 const Args args_; variable
/third_party/boost/boost/beast/core/detail/
Dbind_handler.hpp43 args_type args_; member in boost::beast::detail::bind_wrapper
212 detail::tuple<Args...> args_; member in boost::beast::detail::bind_front_wrapper
/third_party/boost/boost/accumulators/framework/accumulators/
Ddroppable_accumulator.hpp53 Args const &args_; member
91 Args const &args_; member
/third_party/boost/libs/beast/include/boost/beast/core/detail/
Dbind_handler.hpp43 args_type args_; member in boost::beast::detail::bind_wrapper
212 detail::tuple<Args...> args_; member in boost::beast::detail::bind_front_wrapper
/third_party/boost/boost/python/
Dmake_constructor.hpp98 inline PyObject* get(mpl::int_<N>, offset_args<BaseArgs,Offset> const& args_) in get()
104 inline unsigned arity(offset_args<BaseArgs,Offset> const& args_) in arity()
/third_party/benchmark/src/
Dbenchmark_api_internal.h54 const std::vector<int64_t>& args_; variable
/third_party/boost/libs/parameter/test/
Ddeduced.hpp39 assert_expected(E const& e, ArgPack const& args_) in assert_expected()

123