Searched refs:all_ (Results 1 – 8 of 8) sorted by relevance
/third_party/cef/libcef/browser/ |
D | browser_context.cc | 45 DCHECK(all_.empty()); in ~ImplManager() 52 all_.push_back(impl); in AddImpl() 59 DCHECK(it != all_.end()); in RemoveImpl() 60 all_.erase(it); in RemoveImpl() 72 return GetImplPos(impl) != all_.end(); in IsValidImpl() 79 for (const auto& context : all_) { in GetImplFromGlobalId() 93 for (const auto& bc : all_) { in GetImplFromBrowserContext() 117 const Vector GetAllImpl() const { return all_; } in GetAllImpl() 121 Vector::iterator it = all_.begin(); in GetImplPos() 122 for (; it != all_.end(); ++it) { in GetImplPos() [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
D | hashtablez_sampler.cc | 87 : dropped_samples_(0), size_estimate_(0), all_(nullptr), dispose_(nullptr) { in HashtablezSampler() 93 HashtablezInfo* s = all_.load(std::memory_order_acquire); in ~HashtablezSampler() 102 sample->next = all_.load(std::memory_order_relaxed); in PushNew() 103 while (!all_.compare_exchange_weak(sample->next, sample, in PushNew() 160 HashtablezInfo* s = all_.load(std::memory_order_acquire); in Iterate()
|
D | hashtablez_sampler.h | 296 std::atomic<HashtablezInfo*> all_; variable
|
/third_party/littlefs/scripts/ |
D | readmdir.py | 166 self.all_ = self.pair[0].all_ 181 self.all_ = [] 195 self.all_.append(tag) 202 self.log = self.all_.copy() 307 self._dump_tags(self.all_, f=f, truncate=truncate)
|
/third_party/gn/src/gn/ |
D | desc_builder.cc | 124 : what_(what), all_(all), tree_(tree), blame_(blame) {} in BaseDescBuilder() 230 bool all_; member in __anon1955f9190111::BaseDescBuilder 689 if (all_) { in RenderDeps() 700 if (all_) { in RenderDeps()
|
/third_party/cJSON/tests/unity/docs/ |
D | UnityHelperScriptsGuide.md | 144 Define this option with C code to be executed _after all_ test cases have
|
/third_party/unity/docs/ |
D | UnityHelperScriptsGuide.md | 144 Define this option with C code to be executed _after all_ test cases have
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 79706 - * result//all_*.err result//any3_0_0.err result//choice_*.err 79720 - * all_*.err any3_0_0.err choice_*.err list0_0_1.err list0_1_1.err: 80745 - * result/schemas/all_* result/schemas/any3_0_0.err 85152 - * test/schemas/all_* result/schemas/all_*: added some regression
|