Searched refs:val_ (Results 1 – 3 of 3) sorted by relevance
59 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_);
102 val_(val) { } in TestObj()104 size_t value() const { return val_; } in value()119 size_t val_; variable
29 : 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