Home
last modified time | relevance | path

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

/third_party/boost/libs/mpl/test/
Dsame_as.cpp21 MPL_ASSERT(( apply1< same_as<int>,int > )); in MPL_TEST_CASE()
22 MPL_ASSERT_NOT(( apply1< same_as<int>,long > )); in MPL_TEST_CASE()
DJamfile.v281 compile same_as.cpp ;
/third_party/boost/boost/mpl/
Dremove.hpp32 : remove_if_impl< Sequence, same_as<T>, Inserter >
42 : reverse_remove_if_impl< Sequence, same_as<T>, Inserter >
Dreplace.hpp34 : replace_if_impl< Sequence, same_as<OldType>, NewType, Inserter >
45 : reverse_replace_if_impl< Sequence, same_as<OldType>, NewType, Inserter >
Dindex_of.hpp30 : index_if< Sequence,same_as<T> >
Dfind.hpp29 : find_if< Sequence,same_as<T> >
Dsame_as.hpp26 struct same_as struct
/third_party/boost/boost/mpl/aux_/
Dcount_impl.hpp31 typedef typename count_if< Sequence,same_as<T> >::type type;
34 : count_if< Sequence,same_as<T> >
/third_party/weston/compositor/
Dmain.c1796 char *same_as; in drm_config_find_controlling_output_section() local
1799 same_as = strdup(head_name); in drm_config_find_controlling_output_section()
1802 "name", same_as); in drm_config_find_controlling_output_section()
1806 "'same-as=%{public}s' not found.\n", same_as); in drm_config_find_controlling_output_section()
1808 free(same_as); in drm_config_find_controlling_output_section()
1821 &same_as, NULL); in drm_config_find_controlling_output_section()
1822 } while (same_as); in drm_config_find_controlling_output_section()