Home
last modified time | relevance | path

Searched defs:any (Results 1 – 25 of 400) sorted by relevance

12345678910>>...16

/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
Dtypes.cc35 bool operator==(const AnyChannelMode& any, in operator ==()
40 const AnyChannelMode& any) { in operator ==()
43 bool operator==(const AnyChannelMode& any, CreditBasedFlowControlMode mode) { in operator ==()
46 bool operator==(CreditBasedFlowControlMode mode, const AnyChannelMode& any) { in operator ==()
49 bool operator!=(const AnyChannelMode& any, in operator !=()
54 const AnyChannelMode& any) { in operator !=()
57 bool operator!=(const AnyChannelMode& any, CreditBasedFlowControlMode mode) { in operator !=()
60 bool operator!=(CreditBasedFlowControlMode mode, const AnyChannelMode& any) { in operator !=()
/external/pytorch/test/cpp/api/
Dany.cpp20 AnyModule any(M{}); in TEST_F() local
30 AnyModule any(M{}); in TEST_F() local
40 AnyModule any(M{}); in TEST_F() local
50 AnyModule any(M{}); in TEST_F() local
67 AnyModule any(M{}); in TEST_F() local
81 AnyModule any(M{}); in TEST_F() local
95 AnyModule any(M_test_wrong_number_of_arguments{}); in TEST_F() local
144 AnyModule any(M_default_arg_with_macro{}); in TEST_F() local
158 AnyModule any(M_default_arg_without_macro{}); in TEST_F() local
209 AnyModule any(M{5}); in TEST_F() local
[all …]
/external/sdv/vsomeip/third_party/boost/any/include/boost/
Dany.hpp35 class any class
39 BOOST_CONSTEXPR any() BOOST_NOEXCEPT in any() function in boost::any
45 any(const ValueType & value) in any() function in boost::any
52 any(const any & other) in any() function in boost::any
59 any(any&& other) BOOST_NOEXCEPT in any() function in boost::any
67 any(ValueType&& value in any() function in boost::any
68 …, typename boost::disable_if<boost::is_same<any&, ValueType> >::type* = 0 // disable if value has … in any()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/types/
Dany.h90 class any; variable
204 any(const any& other) in any() function
223 any(T&& value) : obj_(new Obj<VT>(in_place, std::forward<T>(value))) {} in any() function
231 explicit any(in_place_type_t<T> /*tag*/, Args&&... args) in any() function
244 explicit any(in_place_type_t<T> /*tag*/, std::initializer_list<U> ilist, in any() function
/external/abseil-cpp/absl/types/
Dany.h91 class any; variable
205 any(const any& other) in any() function
224 any(T&& value) : obj_(new Obj<VT>(in_place, std::forward<T>(value))) {} in any() function
232 explicit any(in_place_type_t<T> /*tag*/, Args&&... args) in any() function
245 explicit any(in_place_type_t<T> /*tag*/, std::initializer_list<U> ilist, in any() function
/external/cronet/tot/third_party/abseil-cpp/absl/types/
Dany.h91 class any; variable
205 any(const any& other) in any() function
224 any(T&& value) : obj_(new Obj<VT>(in_place, std::forward<T>(value))) {} in any() function
232 explicit any(in_place_type_t<T> /*tag*/, Args&&... args) in any() function
245 explicit any(in_place_type_t<T> /*tag*/, std::initializer_list<U> ilist, in any() function
/external/cronet/stable/third_party/abseil-cpp/absl/types/
Dany.h91 class any; variable
205 any(const any& other) in any() function
224 any(T&& value) : obj_(new Obj<VT>(in_place, std::forward<T>(value))) {} in any() function
232 explicit any(in_place_type_t<T> /*tag*/, Args&&... args) in any() function
245 explicit any(in_place_type_t<T> /*tag*/, std::initializer_list<U> ilist, in any() function
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/algorithm/
Dany.hpp32 any(First1 const&, First2 const&, Last const&, F const&, mpl::true_) in any() function
39 any(First1 const& first1, First2 const& first2, Last const& last, F& f, mpl::false_) in any() function
54 any(Sequence1 const& seq1, Sequence2& seq2, F f) in any() function
68 any(Sequence const& seq, unused_type, F f) in any() function
/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/algorithm/query/
Dany.hpp21 struct any struct
23 typedef bool type;
30 any(Sequence const& seq, F f) in any() function
/external/openscreen/third_party/abseil/src/absl/types/
Dany.h99 class any; variable
213 any(const any& other) in any() function
232 any(T&& value) : obj_(new Obj<VT>(in_place, std::forward<T>(value))) {} in any() function
240 explicit any(in_place_type_t<T> /*tag*/, Args&&... args) in any() function
253 explicit any(in_place_type_t<T> /*tag*/, std::initializer_list<U> ilist, in any() function
/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/detail/
Dany.hpp24 struct any struct
26 template<typename T> any(T const &) {} in any() argument
/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/
Dpointer_rebind.hpp35 template <typename V> struct any struct
36 { any(const V&) { } }; in any() argument
50 template <typename V> struct any struct
51 { any(const V&) { } }; in any() argument
/external/cronet/stable/third_party/protobuf/src/google/protobuf/
Dany_test.cc73 google::protobuf::Any any; in TEST() local
85 google::protobuf::Any any; in TEST() local
104 google::protobuf::Any any; in TEST() local
124 google::protobuf::Any any; in TEST() local
182 google::protobuf::Any any; in TEST() local
/external/cronet/tot/third_party/protobuf/src/google/protobuf/
Dany_test.cc73 google::protobuf::Any any; in TEST() local
85 google::protobuf::Any any; in TEST() local
104 google::protobuf::Any any; in TEST() local
124 google::protobuf::Any any; in TEST() local
182 google::protobuf::Any any; in TEST() local
/external/protobuf/src/google/protobuf/
Dany_test.cc73 google::protobuf::Any any; in TEST() local
85 google::protobuf::Any any; in TEST() local
104 google::protobuf::Any any; in TEST() local
124 google::protobuf::Any any; in TEST() local
182 google::protobuf::Any any; in TEST() local
/external/rust/android-crates-io/crates/futures/tests/
Dstream_try_stream.rs168 let any = st.try_any(is_even).await; in try_any() localVariable
172 let any = st.try_any(is_even).await; in try_any() localVariable
176 let any = st.try_any(is_even).await; in try_any() localVariable
180 let any = st.try_any(is_even).await; in try_any() localVariable
/external/dagger2/javatests/dagger/functional/kotlinsrc/subcomponent/
DChildComponent.kt28 fun any(): Any method
/external/openthread/tests/scripts/thread-cert/pktverify/
Dtest_info.py77 def _convert_keys_to_ints(d: Dict[str, any]) -> Dict[int, any]: argument
81 def _convert_hex_values(d: Dict[any, str]) -> Dict[any, int]:
/external/cronet/tot/third_party/protobuf/src/google/protobuf/util/internal/testdata/
Danys.proto74 google.protobuf.Any any = 1; field
109 google.protobuf.Any any = 2; field
113 google.protobuf.Any any = 1; field
/external/protobuf/src/google/protobuf/util/internal/testdata/
Danys.proto74 google.protobuf.Any any = 1; field
109 google.protobuf.Any any = 2; field
113 google.protobuf.Any any = 1; field
/external/cronet/stable/third_party/protobuf/src/google/protobuf/util/internal/testdata/
Danys.proto74 google.protobuf.Any any = 1; field
109 google.protobuf.Any any = 2; field
113 google.protobuf.Any any = 1; field
/external/boringssl/src/util/convert_wycheproof/
Dconvert_wycheproof.go38 func sortedKeys(m map[string]any) []string {
47 func printAttribute(w io.Writer, key string, valueAny any, isInstruction bool) error {
/external/cronet/stable/third_party/boringssl/src/util/convert_wycheproof/
Dconvert_wycheproof.go38 func sortedKeys(m map[string]any) []string {
47 func printAttribute(w io.Writer, key string, valueAny any, isInstruction bool) error {
/external/cronet/tot/third_party/boringssl/src/util/convert_wycheproof/
Dconvert_wycheproof.go38 func sortedKeys(m map[string]any) []string {
47 func printAttribute(w io.Writer, key string, valueAny any, isInstruction bool) error {
/external/rust/android-crates-io/extra_versions/crates/protobuf/src/well_known_types_util/
Dmod.rs1 mod any; module

12345678910>>...16