Home
last modified time | relevance | path

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

/system/ulib/fbl/include/fbl/
A Dalgorithm.h59 constexpr const L round_up(const T& val_, const U& multiple_) {
60 const L val = static_cast<L>(val_);
73 constexpr const L round_down(const T& val_, const U& multiple_) {
74 const L val = static_cast<L>(val_);
/system/utest/fbl/include/fbl/tests/intrusive_containers/
A Dobjects.h102 val_(val) { } in TestObj()
104 size_t value() const { return val_; } in value()
119 size_t val_; variable
/system/utest/fbl/
A Dvector_tests.cpp29 : alive_(true), val_(val) { in TestObject()
34 : alive_(r.alive_), val_(r.val_) { in TestObject()
39 val_ = r.val_; in operator =()
51 ValueType value() const { return val_; } in value()
56 ValueType val_; member

Completed in 8 milliseconds