Home
last modified time | relevance | path

Searched defs:null_type (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/tuple/include/boost/tuple/
Dtuple_comparison.hpp38 inline bool operator==(const null_type&, const null_type&) { return true; } in operator ==()
39 inline bool operator>=(const null_type&, const null_type&) { return true; } in operator >=()
40 inline bool operator<=(const null_type&, const null_type&) { return true; } in operator <=()
41 inline bool operator!=(const null_type&, const null_type&) { return false; } in operator !=()
42 inline bool operator<(const null_type&, const null_type&) { return false; } in operator <()
43 inline bool operator>(const null_type&, const null_type&) { return false; } in operator >()
59 inline bool eq<null_type,null_type>(const null_type&, const null_type&) { return true; } in eq()
67 inline bool neq<null_type,null_type>(const null_type&, const null_type&) { return false; } in neq()
76 inline bool lt<null_type,null_type>(const null_type&, const null_type&) { return false; } in lt()
85 inline bool gt<null_type,null_type>(const null_type&, const null_type&) { return false; } in gt()
[all …]
Dtuple_io.hpp169 print(std::basic_ostream<CharType, CharTrait>& o, const null_type&) { in print()
310 operator>>(std::basic_istream<CharType, CharTrait> &is, null_type&) { in operator >>() argument
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/ext/pb_ds/detail/hash_fn/
Dranged_probe_fn.hpp313 ranged_probe_fn(size_type, const null_type&, in ranged_probe_fn()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/hash_fn/
Dranged_probe_fn.hpp313 ranged_probe_fn(size_type, const null_type&, in ranged_probe_fn()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/list_update_map_/
Dfind_fn_imps.hpp88 apply_update(entry_pointer, type_to_type<null_type>) in apply_update()
Dinsert_fn_imps.hpp104 init_entry_metadata(entry_pointer, type_to_type<null_type>) in init_entry_metadata()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/ext/pb_ds/detail/list_update_map_/
Dfind_fn_imps.hpp88 apply_update(entry_pointer, type_to_type<null_type>) in apply_update()
Dinsert_fn_imps.hpp104 init_entry_metadata(entry_pointer, type_to_type<null_type>) in init_entry_metadata()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/ext/pb_ds/detail/left_child_next_sibling_heap_/
Dtrace_fn_imps.hpp87 trace_node_metadata(node_const_pointer, type_to_type<null_type>) in trace_node_metadata()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/left_child_next_sibling_heap_/
Dtrace_fn_imps.hpp87 trace_node_metadata(node_const_pointer, type_to_type<null_type>) in trace_node_metadata()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/ext/
Dtypelist.h57 struct null_type { }; in _GLIBCXX_VISIBILITY() struct
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
Dtypelist.h57 struct null_type { }; in _GLIBCXX_VISIBILITY() struct
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/ext/pb_ds/detail/pat_trie_/
Dtrace_fn_imps.hpp107 trace_node_metadata(node_const_pointer, type_to_type<null_type>) in trace_node_metadata()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pat_trie_/
Dtrace_fn_imps.hpp107 trace_node_metadata(node_const_pointer, type_to_type<null_type>) in trace_node_metadata()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/
Dtree_trace_base.hpp154 trace_it_metadata(Node_CItr, type_to_type<null_type>) in trace_it_metadata()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/ext/pb_ds/detail/
Dtree_trace_base.hpp154 trace_it_metadata(Node_CItr, type_to_type<null_type>) in trace_it_metadata()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/test/bll_compatibility/
Dconstructor_tests.cpp49 bool check_tuple(int /*n*/, const null_type& ) { return true; } in check_tuple()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/tuple/include/boost/tuple/detail/
Dtuple_basic.hpp54 struct null_type {}; struct
963 inline void swap(null_type&, null_type&) {} in swap() argument
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/ov_tree_map_/
Dnode_iterators.hpp132 has_metadata = !is_same<Metadata_Type, null_type>::value in get_metadata() enumerator
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/ext/pb_ds/detail/ov_tree_map_/
Dnode_iterators.hpp132 has_metadata = !is_same<Metadata_Type, null_type>::value in get_metadata() enumerator
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/ext/pb_ds/
Dtag_and_trait.hpp210 struct null_type { }; struct
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/
Dtag_and_trait.hpp210 struct null_type { }; struct
/aosp_15_r20/external/boringssl/src/crypto/asn1/
H A Dasn1_test.cc2015 bssl::UniquePtr<ASN1_TYPE> null_type( in TEST() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/asn1/
H A Dasn1_test.cc2015 bssl::UniquePtr<ASN1_TYPE> null_type( in TEST() local