Home
last modified time | relevance | path

Searched refs:value_ (Results 1 – 5 of 5) sorted by relevance

/device/google/cuttlefish_common/common/libs/fs/
Dshared_select.h41 iterator begin() { return value_.begin(); } in begin()
42 iterator end() { return value_.end(); } in end()
43 const_iterator begin() const { return value_.begin(); } in begin()
44 const_iterator end() const { return value_.end(); } in end()
47 value_.swap(rhs->value_); in swap()
51 value_.erase(in); in Clr()
55 return value_.count(in) != 0; in IsSet()
59 value_.insert(in); in Set()
63 value_.clear(); in Zero()
67 std::set<SharedFD> value_;
Dshared_fd.h134 SharedFD(const std::shared_ptr<FileInstance>& in) : value_(in) {} in SharedFD()
163 bool operator==(const SharedFD& rhs) const { return value_ == rhs.value_; }
165 bool operator!=(const SharedFD& rhs) const { return value_ != rhs.value_; }
167 bool operator<(const SharedFD& rhs) const { return value_ < rhs.value_; }
169 bool operator<=(const SharedFD& rhs) const { return value_ <= rhs.value_; }
171 bool operator>(const SharedFD& rhs) const { return value_ > rhs.value_; }
173 bool operator>=(const SharedFD& rhs) const { return value_ >= rhs.value_; }
175 std::shared_ptr<FileInstance> operator->() const { return value_; }
177 const cvd::FileInstance& operator*() const { return *value_; }
179 cvd::FileInstance& operator*() { return *value_; }
[all …]
/device/google/cuttlefish_common/common/vsoc/shm/
Dgraphics.h143 volatile PixelFormat value_; member
153 volatile uint64_t value_; member
156 return !!(value_ & (uint64_t(1) << in)); in HasValue()
De2e_test_region_layout.h83 return value_; in value()
86 void set_value(E2ETestStage new_value) { value_ = new_value; } in set_value()
92 E2ETestStage value_;
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlobject.h104 #define TValuefields Value value_; int tt_
113 #define val_(o) ((o)->value_)
242 io1->value_ = io2->value_; io1->tt_ = io2->tt_; \