Home
last modified time | relevance | path

Searched defs:tup (Results 1 – 25 of 122) sorted by relevance

12345

/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
Dmake_from_tuple.pass.cpp63 constexpr bool do_constexpr_test(Tuple&& tup) { in do_constexpr_test()
76 bool do_forwarding_test(Tuple&& tup) { in do_forwarding_test()
86 constexpr std::tuple<> tup; in test_constexpr_construction() local
90 constexpr std::tuple<int> tup(42); in test_constexpr_construction() local
94 constexpr std::tuple<int, long, void*> tup(42, 101, nullptr); in test_constexpr_construction() local
114 Tup tup; in test_perfect_forwarding() local
121 Tup tup(42); in test_perfect_forwarding() local
132 Tup tup(x, "hello world", std::move(y)); in test_perfect_forwarding() local
143 Tup tup(x, "hello world"); in test_perfect_forwarding() local
153 Tup tup = {42, 101, -1}; in test_perfect_forwarding() local
[all …]
/external/cronet/tot/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/tuple.apply/
Dmake_from_tuple.pass.cpp59 constexpr bool do_constexpr_test(Tuple&& tup) { in do_constexpr_test()
66 bool do_forwarding_test(Tuple&& tup) { in do_forwarding_test()
76 constexpr std::tuple<> tup; in test_constexpr_construction() local
80 constexpr std::tuple<int> tup(42); in test_constexpr_construction() local
84 constexpr std::tuple<int, long, void*> tup(42, 101, nullptr); in test_constexpr_construction() local
104 Tup tup; in test_perfect_forwarding() local
111 Tup tup(42); in test_perfect_forwarding() local
122 Tup tup(x, "hello world", std::move(y)); in test_perfect_forwarding() local
133 Tup tup(x, "hello world"); in test_perfect_forwarding() local
143 Tup tup = {42, 101, -1}; in test_perfect_forwarding() local
[all …]
/external/cronet/stable/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/tuple.apply/
Dmake_from_tuple.pass.cpp59 constexpr bool do_constexpr_test(Tuple&& tup) { in do_constexpr_test()
66 bool do_forwarding_test(Tuple&& tup) { in do_forwarding_test()
76 constexpr std::tuple<> tup; in test_constexpr_construction() local
80 constexpr std::tuple<int> tup(42); in test_constexpr_construction() local
84 constexpr std::tuple<int, long, void*> tup(42, 101, nullptr); in test_constexpr_construction() local
104 Tup tup; in test_perfect_forwarding() local
111 Tup tup(42); in test_perfect_forwarding() local
122 Tup tup(x, "hello world", std::move(y)); in test_perfect_forwarding() local
133 Tup tup(x, "hello world"); in test_perfect_forwarding() local
143 Tup tup = {42, 101, -1}; in test_perfect_forwarding() local
[all …]
/external/scapy/scapy/contrib/automotive/obd/
Dscanner.py113 def _get_table_entry_z(self, tup): argument
136 def _get_table_entry_x(self, tup): argument
140 def _get_table_entry_y(self, tup): argument
156 def _get_table_entry_x(self, tup): argument
168 def _get_table_entry_x(self, tup): argument
183 def _get_table_entry_x(self, tup): argument
187 def _get_table_entry_y(self, tup): argument
206 def _get_table_entry_x(self, tup): argument
210 def _get_table_entry_y(self, tup): argument
228 def _get_table_entry_x(self, tup): argument
[all …]
/external/linux-kselftest/tools/testing/selftests/bpf/progs/
Dtest_bpf_nf_fail.c31 struct bpf_sock_tuple tup = {}; in alloc_release() local
45 struct bpf_sock_tuple tup = {}; in insert_insert() local
62 struct bpf_sock_tuple tup = {}; in lookup_insert() local
76 struct bpf_sock_tuple tup = {}; in write_not_allowlisted_field() local
90 struct bpf_sock_tuple tup = {}; in set_timeout_after_insert() local
107 struct bpf_sock_tuple tup = {}; in set_status_after_insert() local
124 struct bpf_sock_tuple tup = {}; in change_timeout_after_alloc() local
138 struct bpf_sock_tuple tup = {}; in change_status_after_alloc() local
/external/scapy/scapy/contrib/automotive/gm/
Dgmlan_scanner.py85 def _get_table_entry_z(self, tup): argument
111 def _get_table_entry_y(self, tup): argument
160 def _get_table_entry_y(self, tup): argument
206 def _get_table_entry_y(self, tup): argument
225 def _get_table_entry_y(self, tup): argument
230 def _get_table_entry_z(self, tup): argument
269 def _get_table_entry_y(self, tup): argument
274 def _get_table_entry_z(self, tup): argument
316 def _get_table_entry_y(self, tup): argument
320 def _get_table_entry_z(self, tup): argument
[all …]
/external/scapy/scapy/contrib/automotive/
Duds_scan.py81 def _get_table_entry_z(self, tup): argument
138 def _get_table_entry_y(self, tup): argument
209 def _get_table_entry_y(self, tup): argument
255 def _get_table_entry_y(self, tup): argument
274 def _get_table_entry_y(self, tup): argument
292 def _get_table_entry_y(self, tup): argument
356 def _get_table_entry_y(self, tup): argument
379 def _get_table_entry_y(self, tup): argument
384 def _get_table_entry_z(self, tup): argument
530 def _get_table_entry_y(self, tup): argument
[all …]
/external/abseil-cpp/absl/utility/
Dutility.h202 T make_from_tuple_impl(Tuple&& tup, absl::index_sequence<I...>) { in make_from_tuple_impl()
220 constexpr T make_from_tuple(Tuple&& tup) { in make_from_tuple()
/external/cronet/stable/third_party/abseil-cpp/absl/utility/
Dutility.h202 T make_from_tuple_impl(Tuple&& tup, absl::index_sequence<I...>) { in make_from_tuple_impl()
220 constexpr T make_from_tuple(Tuple&& tup) { in make_from_tuple()
/external/cronet/tot/third_party/abseil-cpp/absl/utility/
Dutility.h202 T make_from_tuple_impl(Tuple&& tup, absl::index_sequence<I...>) { in make_from_tuple_impl()
220 constexpr T make_from_tuple(Tuple&& tup) { in make_from_tuple()
/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/tuple/
Dtuple.hpp111 get(Tuple& tup) in get()
119 get(Tuple const& tup) in get()
/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/tuple/detail/
Dtuple.hpp101 get(Tuple& tup) in get()
109 get(Tuple const& tup) in get()
/external/pytorch/torch/csrc/autograd/
Dpython_hook.cpp117 THPObjectPtr tup(PyTuple_New(1)); in operator ()() local
144 THPObjectPtr tup(PyTuple_New(1)); in operator ()() local
169 THPObjectPtr tup(PyTuple_New(2)); in operator ()() local
223 THPObjectPtr tup(PyTuple_New(1)); in operator ()() local
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/
Dtuple_array_template_depth.pass.cpp32 tuple_t tup; in main() local
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
Dtuple_array_template_depth.pass.cpp35 tuple_t tup(arr); in main() local
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/utility/
Dutility_test.cc108 auto ApplyFromTupleImpl(F f, const Tup& tup, absl::index_sequence<Is...>) in ApplyFromTupleImpl()
117 auto ApplyFromTuple(F f, const Tup& tup) in ApplyFromTuple()
139 std::vector<std::string> TupStringVecImpl(const Tup& tup, in TupStringVecImpl()
145 std::vector<std::string> TupStringVec(const std::tuple<Ts...>& tup) { in TupStringVec()
356 auto tup = in TEST() local
/external/openscreen/third_party/abseil/src/absl/utility/
Dutility_test.cc106 auto ApplyFromTupleImpl(F f, const Tup& tup, absl::index_sequence<Is...>) in ApplyFromTupleImpl()
115 auto ApplyFromTuple(F f, const Tup& tup) in ApplyFromTuple()
137 std::vector<std::string> TupStringVecImpl(const Tup& tup, in TupStringVecImpl()
143 std::vector<std::string> TupStringVec(const std::tuple<Ts...>& tup) { in TupStringVec()
355 auto tup = in TEST() local
/external/cronet/tot/third_party/libc++/src/test/libcxx/utilities/tuple/tuple.tuple/tuple.assign/
Dtuple_array_template_depth.pass.cpp33 tuple_t tup; in main() local
/external/cronet/stable/third_party/libc++/src/test/libcxx/utilities/tuple/tuple.tuple/tuple.assign/
Dtuple_array_template_depth.pass.cpp33 tuple_t tup; in main() local
/external/cronet/tot/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
Ddefault.lazy.verify.cpp23 std::tuple<Inner<int>> tup; member
/external/scapy/scapy/contrib/automotive/bmw/
Denumerator.py31 def _get_table_entry_y(self, tup): argument
/external/cronet/stable/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
Ddefault.lazy.verify.cpp23 std::tuple<Inner<int>> tup; member
/external/pytorch/test/cpp/jit/
Dtest_custom_class.cpp28 auto tup = res.toTuple(); in TEST() local
125 auto tup = res.toTuple(); in TEST() local
/external/pytorch/torch/csrc/utils/
Dstructseq.cpp28 THPObjectPtr tup = six::maybeAsTuple(obj); in returned_structseq_repr() local
/external/libcxx/test/libcxx/utilities/tuple/tuple.tuple/tuple.cnstr/
Ddisable_reduced_arity_initialization_extension.pass.cpp75 auto tup = doc_example(); in test_example_from_docs() local

12345