MCPcopy Create free account
hub / github.com/catboost/catboost / Y_UNIT_TEST

Function Y_UNIT_TEST

util/generic/map_ut.cpp:14–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12 void DoTestMMap1(TMultiMap<char, int, TLess<char>, TAlloc>& mm);
13
14 Y_UNIT_TEST(TestMap1) {
15 {
16 TMap<char, int, TLess<char>> m;
17 DoTestMap1(m);
18 }
19 {
20 TMemoryPool p(100);
21 TMap<char, int, TLess<char>, TPoolAllocator> m(&p);
22 DoTestMap1(m);
23 }
24 }
25
26 Y_UNIT_TEST(TestMMap1) {
27 {

Callers

nothing calls this directly

Calls 15

DoTestMap1Function · 0.85
DoTestMMap1Function · 0.85
TKeyClass · 0.70
valueFunction · 0.50
ContainerClass · 0.50
moveFunction · 0.50
lower_boundMethod · 0.45
upper_boundMethod · 0.45
beginMethod · 0.45
rbeginMethod · 0.45
rendMethod · 0.45
equal_rangeMethod · 0.45

Tested by

no test coverage detected