Home
last modified time | relevance | path

Searched defs:IntTraits (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/
Dscoped_generic_unittest.cc16 struct IntTraits { struct
17 IntTraits(std::vector<int>* freed) : freed_ints(freed) {} in IntTraits() argument
19 static int InvalidValue() { in InvalidValue()
22 void Free(int value) { in Free()
26 std::vector<int>* freed_ints;