Home
last modified time | relevance | path

Searched defs:dummy_constructor (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/concept_check/include/boost/
Dconcept_archetype.hpp29 class dummy_constructor { }; class
42 null_archetype(detail::dummy_constructor) { } in null_archetype()
146 boolean_archetype(detail::dummy_constructor) { } in boolean_archetype()
370 unary_function_archetype(detail::dummy_constructor) { } in unary_function_archetype()
381 binary_function_archetype(detail::dummy_constructor) { } in binary_function_archetype()
392 unary_predicate_archetype(detail::dummy_constructor) { } in unary_predicate_archetype()
403 binary_predicate_archetype(detail::dummy_constructor) { } in binary_predicate_archetype()
468 output_iterator_archetype(detail::dummy_constructor) { } in output_iterator_archetype()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/concept_check/test/
Dstl_concept_covering.cpp57 mutually_convertible_archetype(boost::detail::dummy_constructor) { } in mutually_convertible_archetype()