Symbol: Descending
headers/private/kernel/util/AVLTreeMap.h
17
template<typename Value> class Descending;
headers/private/kernel/util/AVLTreeMap.h
577
class Descending {
headers/private/kernel/util/KernelUtilsOrder.h
34
class Descending {
headers/private/kernel/util/VectorSet.h
19
template<typename Value> class Descending;
headers/private/kernel/util/VectorSet.h
479
class Descending {
src/tests/system/kernel/util/VectorMapTest.cpp
117
class Strategy : public KernelUtilsOrder::Descending<Value> {};
src/tests/system/kernel/util/VectorMapTest.cpp
912
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(VectorMapTest<IntIntTestStrategy<Descending> >,
src/tests/system/kernel/util/VectorMapTest.cpp
916
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(VectorMapTest<IntStringTestStrategy<Descending> >,
src/tests/system/kernel/util/VectorMapTest.cpp
920
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(VectorMapTest<StringIntTestStrategy<Descending> >,
src/tests/system/kernel/util/VectorMapTest.cpp
924
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(VectorMapTest<StringStringTestStrategy<Descending> >,
src/tests/system/kernel/util/VectorMapTest.cpp
928
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(VectorMapTest<ImplicitKeyTestStrategy<Descending> >,
src/tests/system/kernel/util/VectorSetTest.cpp
18
using VectorSetOrder::Descending;
src/tests/system/kernel/util/VectorSetTest.cpp
439
typedef TestStrategy<IntStrategy, Descending> IntDescTestStrategy;
src/tests/system/kernel/util/VectorSetTest.cpp
441
typedef TestStrategy<StringStrategy, Descending> StringDescTestStrategy;