Home
last modified time | relevance | path

Searched refs:overflow_ (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/
Denum_set.h58 overflow_ = std::move(other.overflow_); in EnumSet()
60 other.overflow_.reset(nullptr); in EnumSet()
66 overflow_.reset(other.overflow_ ? new OverflowSetType(*other.overflow_)
77 if (a.overflow_ == nullptr && b.overflow_ == nullptr) {
81 if (a.overflow_ == nullptr || b.overflow_ == nullptr) {
85 return *a.overflow_ == *b.overflow_;
109 if (overflow_) { in ForEach()
110 for (uint32_t c : *overflow_) f(static_cast<EnumType>(c)); in ForEach()
117 if (overflow_ && !overflow_->empty()) return false; in IsEmpty()
128 if (!overflow_ || !in_set.overflow_) return false; in HasAnyOf()
[all …]
/external/deqp-deps/SPIRV-Tools/source/
Denum_set.h58 overflow_ = std::move(other.overflow_); in EnumSet()
60 other.overflow_.reset(nullptr); in EnumSet()
66 overflow_.reset(other.overflow_ ? new OverflowSetType(*other.overflow_)
77 if (a.overflow_ == nullptr && b.overflow_ == nullptr) {
81 if (a.overflow_ == nullptr || b.overflow_ == nullptr) {
85 return *a.overflow_ == *b.overflow_;
109 if (overflow_) { in ForEach()
110 for (uint32_t c : *overflow_) f(static_cast<EnumType>(c)); in ForEach()
117 if (overflow_ && !overflow_->empty()) return false; in IsEmpty()
128 if (!overflow_ || !in_set.overflow_) return false; in HasAnyOf()
[all …]
/external/webrtc/rtc_base/
Drate_statistics.cc38 overflow_(other.overflow_), in RateStatistics()
50 overflow_ = false; in Reset()
82 overflow_ = true; in Update()
111 overflow_) { in Rate()
Drate_statistics.h91 bool overflow_ = false; variable