Home
last modified time | relevance | path

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

/system/utest/fbl/
A Dvector_tests.cpp67 struct ValueTypeTraits { struct
68 using ItemType = ValueType;
69 static ItemType Create(ValueType val) { return val; } in Create()
70 static ValueType GetValue(const ItemType& c) { return c; } in GetValue()
72 static bool CheckLiveCount(size_t expected) { return true; } in CheckLiveCount()
73 static bool CheckCtorDtorCount() { return true; } in CheckCtorDtorCount()

Completed in 6 milliseconds