Searched refs:normal_layout (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/boost/bimap/relation/ |
D | pair_layout.hpp | 29 struct normal_layout {}; struct 56 typedef normal_layout type; 60 struct inverse_layout< normal_layout >
|
D | structured_pair.hpp | 261 template< class FirstType, class SecondType, class Info, class Layout = normal_layout > 284 structured_pair< FirstType, SecondType, Info, normal_layout >, 287 BOOST_DEDUCED_TYPENAME ::boost::is_same<Layout, normal_layout>::type,
|
D | mutant_relation.hpp | 249 typedef structured_pair< TA, TB, Info, normal_layout > left_pair;
|
/third_party/boost/libs/bimap/test/ |
D | test_structured_pair.cpp | 46 normal_layout in BOOST_BIMAP_TEST_STATIC_FUNCTION() 74 typedef structured_pair< short, double, normal_layout > pair_type; in test_basic()
|
/third_party/weston/clients/ |
D | keyboard.c | 218 static const struct layout normal_layout = { variable 354 return &normal_layout; in get_current_layout()
|