Searched refs:same_as (Results 1 – 9 of 9) sorted by relevance
/third_party/boost/libs/mpl/test/ |
D | same_as.cpp | 21 MPL_ASSERT(( apply1< same_as<int>,int > )); in MPL_TEST_CASE() 22 MPL_ASSERT_NOT(( apply1< same_as<int>,long > )); in MPL_TEST_CASE()
|
D | Jamfile.v2 | 81 compile same_as.cpp ;
|
/third_party/boost/boost/mpl/ |
D | remove.hpp | 32 : remove_if_impl< Sequence, same_as<T>, Inserter > 42 : reverse_remove_if_impl< Sequence, same_as<T>, Inserter >
|
D | replace.hpp | 34 : replace_if_impl< Sequence, same_as<OldType>, NewType, Inserter > 45 : reverse_replace_if_impl< Sequence, same_as<OldType>, NewType, Inserter >
|
D | index_of.hpp | 30 : index_if< Sequence,same_as<T> >
|
D | find.hpp | 29 : find_if< Sequence,same_as<T> >
|
D | same_as.hpp | 26 struct same_as struct
|
/third_party/boost/boost/mpl/aux_/ |
D | count_impl.hpp | 31 typedef typename count_if< Sequence,same_as<T> >::type type; 34 : count_if< Sequence,same_as<T> >
|
/third_party/weston/compositor/ |
D | main.c | 1796 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()
|