Searched refs:empty_ (Results 1 – 9 of 9) sorted by relevance
/third_party/flutter/engine/flutter/shell/common/ |
D | pipeline.h | 92 : depth_(depth), empty_(depth), available_(0) {} in Pipeline() 96 bool IsValid() const { return empty_.IsValid() && available_.IsValid(); } in IsValid() 99 if (!empty_.TryWait()) { in Produce() 151 empty_.Signal(); in Consume() 162 fml::Semaphore empty_; variable
|
/third_party/gn/src/gn/ |
D | source_file.h | 157 empty_ = false; 163 bool empty() const { return empty_; } 173 bool empty_;
|
D | source_file.cc | 190 SourceFileTypeSet::SourceFileTypeSet() : empty_(true) { in SourceFileTypeSet() 196 return empty_ || Get(SourceFile::SOURCE_CPP) || in CSourceUsed()
|
/third_party/libabigail/include/ |
D | abg-diff-utils.h | 61 bool empty_; variable 66 : x_(-1), y_(-1),empty_(true) in point() 70 : x_(x), y_(y), empty_(false) in point() 74 : x_(p.x()), y_(p.y()), empty_(p.is_empty()) in point() 85 empty_ = false; in x() 96 empty_ = false; in y() 104 empty_ = false; in set() 112 empty_ = empty; in set() 202 {return empty_;} in is_empty() 216 empty_ = true; in clear()
|
/third_party/node/src/ |
D | util.h | 593 NonCopyableMaybe() : empty_(true) {} in NonCopyableMaybe() 595 : empty_(false), in NonCopyableMaybe() 599 return empty_; in IsEmpty() 603 CHECK_EQ(empty_, false); in Release() 604 empty_ = true; in Release() 609 bool empty_;
|
D | node_http2.h | 514 return !empty_ ? &provider_ : nullptr; 523 bool empty_ = false;
|
D | node_http2.cc | 2320 empty_ = options & STREAM_OPTION_EMPTY_PAYLOAD; in Provider() 2325 empty_ = options & STREAM_OPTION_EMPTY_PAYLOAD; in Provider()
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test19-pr19023-libtcmalloc_and_profiler.so.abi | 30214 <!-- tcmalloc::Span tcmalloc::CentralFreeList::empty_ --> 30215 …<var-decl name='empty_' type-id='type-id-144' visibility='default' filepath='src/central_freelist.…
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test19-pr19023-libtcmalloc_and_profiler.so.abi | 18819 …<var-decl name='empty_' type-id='type-id-144' visibility='default' filepath='src/central_freelist.…
|