/aosp_15_r20/external/sdv/vsomeip/third_party/boost/tuple/include/boost/tuple/ |
D | tuple_comparison.hpp | 38 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 …]
|
D | tuple_io.hpp | 169 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/ |
D | ranged_probe_fn.hpp | 313 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/ |
D | ranged_probe_fn.hpp | 313 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_/ |
D | find_fn_imps.hpp | 88 apply_update(entry_pointer, type_to_type<null_type>) in apply_update()
|
D | insert_fn_imps.hpp | 104 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_/ |
D | find_fn_imps.hpp | 88 apply_update(entry_pointer, type_to_type<null_type>) in apply_update()
|
D | insert_fn_imps.hpp | 104 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_/ |
D | trace_fn_imps.hpp | 87 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_/ |
D | trace_fn_imps.hpp | 87 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/ |
D | typelist.h | 57 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/ |
D | typelist.h | 57 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_/ |
D | trace_fn_imps.hpp | 107 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_/ |
D | trace_fn_imps.hpp | 107 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/ |
D | tree_trace_base.hpp | 154 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/ |
D | tree_trace_base.hpp | 154 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/ |
D | constructor_tests.cpp | 49 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/ |
D | tuple_basic.hpp | 54 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_/ |
D | node_iterators.hpp | 132 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_/ |
D | node_iterators.hpp | 132 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/ |
D | tag_and_trait.hpp | 210 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/ |
D | tag_and_trait.hpp | 210 struct null_type { }; struct
|
/aosp_15_r20/external/boringssl/src/crypto/asn1/ |
H A D | asn1_test.cc | 2015 bssl::UniquePtr<ASN1_TYPE> null_type( in TEST() local
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/asn1/ |
H A D | asn1_test.cc | 2015 bssl::UniquePtr<ASN1_TYPE> null_type( in TEST() local
|