Searched defs:OneElement (Results 1 – 4 of 4) sorted by relevance
40 struct OneElement { in BuildTrie() struct41 OneElement(const std::string* key_, int index_) in BuildTrie() function43 const std::string* key; in BuildTrie()44 int index; in BuildTrie()45 bool operator<(const OneElement& el) const { return *key < *el.key; } in BuildTrie()
10 OneElement(T), enumerator
24 TEST(MovingAverageTest, OneElement) { in TEST() argument
55 TEST(UniqueOpModelTest, OneElement) { in TEST() argument