Home
last modified time | relevance | path

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

/third_party/boost/boost/bimap/relation/
Dpair_layout.hpp29 struct normal_layout {}; struct
56 typedef normal_layout type;
60 struct inverse_layout< normal_layout >
Dstructured_pair.hpp261 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,
Dmutant_relation.hpp249 typedef structured_pair< TA, TB, Info, normal_layout > left_pair;
/third_party/boost/libs/bimap/test/
Dtest_structured_pair.cpp46 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/
Dkeyboard.c218 static const struct layout normal_layout = { variable
354 return &normal_layout; in get_current_layout()