Flutter Engine
The Flutter Engine
|
#include "include/core/SkRefCnt.h"
#include "include/core/SkString.h"
#include "include/core/SkTypes.h"
#include "src/core/SkTHash.h"
#include "tests/Test.h"
#include <cstdint>
#include <initializer_list>
#include <string>
#include <string_view>
#include <utility>
Go to the source code of this file.
Functions | |
static int | count (const THashMap< int, double > &map) |
DEF_TEST (HashMap, r) | |
DEF_TEST (HashMapCtor, r) | |
DEF_TEST (HashMapCtorOneElem, r) | |
DEF_TEST (HashSetCtor, r) | |
DEF_TEST (HashSetCtorOneElem, r) | |
template<typename T > | |
static void | test_hash_set (skiatest::Reporter *r) |
DEF_TEST (HashSetWithSkString, r) | |
DEF_TEST (HashSetWithStdString, r) | |
DEF_TEST (HashSetWithStdStringView, r) | |
DEF_TEST (HashSetCopyCounter, r) | |
DEF_TEST (HashFindOrNull, r) | |
DEF_TEST (HashTableGrowsAndShrinks, r) | |
DEF_TEST (HashMapSwap, r) | |
DEF_TEST (HashSetSwap, r) | |
Definition at line 23 of file HashTest.cpp.
DEF_TEST | ( | HashFindOrNull | , |
r | |||
) |
Definition at line 378 of file HashTest.cpp.
DEF_TEST | ( | HashMap | , |
r | |||
) |
Definition at line 29 of file HashTest.cpp.
DEF_TEST | ( | HashMapCtor | , |
r | |||
) |
Definition at line 152 of file HashTest.cpp.
DEF_TEST | ( | HashMapCtorOneElem | , |
r | |||
) |
Definition at line 180 of file HashTest.cpp.
DEF_TEST | ( | HashMapSwap | , |
r | |||
) |
Definition at line 449 of file HashTest.cpp.
DEF_TEST | ( | HashSetCopyCounter | , |
r | |||
) |
Definition at line 351 of file HashTest.cpp.
DEF_TEST | ( | HashSetCtor | , |
r | |||
) |
Definition at line 204 of file HashTest.cpp.
DEF_TEST | ( | HashSetCtorOneElem | , |
r | |||
) |
Definition at line 217 of file HashTest.cpp.
DEF_TEST | ( | HashSetSwap | , |
r | |||
) |
Definition at line 471 of file HashTest.cpp.
DEF_TEST | ( | HashSetWithSkString | , |
r | |||
) |
Definition at line 294 of file HashTest.cpp.
DEF_TEST | ( | HashSetWithStdString | , |
r | |||
) |
Definition at line 298 of file HashTest.cpp.
DEF_TEST | ( | HashSetWithStdStringView | , |
r | |||
) |
Definition at line 302 of file HashTest.cpp.
DEF_TEST | ( | HashTableGrowsAndShrinks | , |
r | |||
) |
Definition at line 399 of file HashTest.cpp.
|
static |
Definition at line 235 of file HashTest.cpp.