Home
last modified time | relevance | path

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

/system/utest/fbl/
A Dvector_tests.cpp70 static ValueType GetValue(const ItemType& c) { return c; } in GetValue() function
79 static ValueType GetValue(const ItemType& c) { return c.value(); } in GetValue() function
93 static ValueType GetValue(const ItemType& c) { return c->value(); } in GetValue() function
115 static ValueType GetValue(const ItemType& c) { return c->val.value(); } in GetValue() function

Completed in 5 milliseconds