Home
last modified time | relevance | path

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

/art/libartbase/base/
Dhash_map_test.cc24 struct IntWrapper { int value; }; // Not equality comparable. in TEST() struct
25 HashMap<int, IntWrapper> map; in TEST()
26 map.insert(std::make_pair(1, IntWrapper{2})); in TEST()