Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
hash_table_test.cc File Reference
#include <algorithm>
#include <cstring>
#include <map>
#include <set>
#include <string>
#include <utility>
#include <vector>
#include "platform/assert.h"
#include "vm/hash_table.h"
#include "vm/unit_test.h"

Go to the source code of this file.

Classes

class  dart::TestTraits
 

Namespaces

namespace  dart
 

Functions

template<typename Table >
void dart::Validate (const Table &table)
 
 dart::ISOLATE_UNIT_TEST_CASE (HashTable)
 
std::string dart::ToStdString (const String &str)
 
template<typename Set >
void dart::VerifyStringSetsEqual (const std::set< std::string > &expected, const Set &actual, bool ordered)
 
template<typename Map >
void dart::VerifyStringMapsEqual (const std::map< std::string, int > &expected, const Map &actual, bool ordered)
 
template<typename Set >
void dart::TestSet (intptr_t initial_capacity, bool ordered)
 
template<typename Map >
void dart::TestMap (intptr_t initial_capacity, bool ordered)
 
 dart::ISOLATE_UNIT_TEST_CASE (Sets)
 
 dart::ISOLATE_UNIT_TEST_CASE (Maps)