Home
last modified time | relevance | path

Searched refs:test_construct_from_optional_ref (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/optional/test/
Doptional_test_ref_to_val.cpp47 void test_construct_from_optional_ref() in test_construct_from_optional_ref() function
99 test_construct_from_optional_ref<int, int>(); in main()
100 test_construct_from_optional_ref<int, int const>(); in main()
101 test_construct_from_optional_ref<int const, int const>(); in main()
102 test_construct_from_optional_ref<int const, int>(); in main()
104 test_construct_from_optional_ref<Value, Value>(); in main()
105 test_construct_from_optional_ref<Value, Value const>(); in main()
106 test_construct_from_optional_ref<Value const, Value const>(); in main()
107 test_construct_from_optional_ref<Value const, Value>(); in main()