Home
last modified time | relevance | path

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

12345678910

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/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 …]
/aosp_15_r20/external/icing/icing/scoring/advanced_scoring/
H A Dscore-expression.h255 std::vector<std::unique_ptr<ScoreExpression>> args_; variable
287 std::vector<std::unique_ptr<ScoreExpression>> args_; variable
332 std::vector<std::unique_ptr<ScoreExpression>> args_; variable
497 std::vector<std::unique_ptr<ScoreExpression>> args_; variable
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dfunctional_ops.cc200 TensorVec args_; member in tensorflow::__anona00ae9de0111::IfOp::State
329 TensorVec args_; member in tensorflow::__anona00ae9de0111::CaseOp::State
494 std::vector<Tensor>* const args_; // Not owned. member in tensorflow::__anona00ae9de0111::WhileOp::BodyFuncCallFrame
529 TensorVec args_; member in tensorflow::__anona00ae9de0111::WhileOp::State
778 TensorVec args_; member in tensorflow::__anona00ae9de0111::ForOp::State
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/
H A Dpigweed_detokenizer.h55 std::vector<Arg> args_; variable
90 std::vector<std::variant<int64_t, uint64_t, double>> args_; variable
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpython_raii.h25 std::tuple<Args...> args_; member
58 std::tuple<Args...> args_; member
H A Dpython_arg_parser.cpp180 py::tuple args_ = py::make_tuple(py::handle(value)); in handle_torch_function_setter() local
210 auto args_ = py::tuple(n + 1); in combine_self_args() local
237 py::tuple args_ = combine_self_args(self, args); in handle_torch_function() local
607 py::tuple args_ = combine_self_args(self, args); in handle_torch_function() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dsubchannel.h89 ChannelArgs args_; variable
320 ChannelArgs args_; variable
Dsubchannel_pool_interface.h61 ChannelArgs args_; variable
/aosp_15_r20/external/grpc-grpc/src/core/client_channel/
H A Dsubchannel.h92 ChannelArgs args_; variable
335 ChannelArgs args_; variable
H A Dsubchannel_pool_interface.h61 ChannelArgs args_; variable
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/strings/internal/str_format/
H A Dchecker.h239 ConvList args_; variable
317 ConvList args_; variable
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/internal/str_format/
H A Dchecker.h269 ConvList args_; variable
358 ConvList args_; variable
/aosp_15_r20/external/webrtc/pc/
H A Dproxy.h148 std::tuple<Args&&...> args_; variable
183 std::tuple<Args&&...> args_; variable
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/transport/
Dauth_filters.h62 grpc_call_credentials::GetRequestMetadataArgs args_; variable
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/client/
H A Dchttp2_connector.h63 Args args_; variable
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/client/
Dchttp2_connector.h63 Args args_; variable
/aosp_15_r20/external/grpc-grpc/src/core/lib/channel/
H A Dchannel_stack_builder.h102 ChannelArgs args_; variable
/aosp_15_r20/external/eigen/bench/tensors/
H A Dbenchmark.h38 std::vector<int> args_; variable
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/support/
Dchannel_arguments.h140 std::vector<grpc_arg> args_; variable
/aosp_15_r20/device/google/cuttlefish/common/libs/utils/
Dproc_file_utils.h43 std::vector<std::string> args_; member
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/support/
Dchannel_arguments.h140 std::vector<grpc_arg> args_; variable
/aosp_15_r20/external/grpc-grpc/include/grpcpp/support/
H A Dchannel_arguments.h140 std::vector<grpc_arg> args_; variable
/aosp_15_r20/external/cronet/third_party/libc++/src/utils/
H A Dssh.py54 def runCommand(command, *args_, **kwargs):
/aosp_15_r20/external/google-cloud-java/java-gkehub/proto-google-cloud-gkehub-v1alpha/src/main/java/com/google/cloud/gkehub/servicemesh/v1alpha/
H A DAnalysisMessage.java261 private com.google.protobuf.Struct args_; field in AnalysisMessage
1276 private com.google.protobuf.Struct args_; field in AnalysisMessage.Builder
/aosp_15_r20/external/fmtlib/include/fmt/
H A Dprintf.h28 basic_format_args<basic_printf_context> args_; variable

12345678910