Searched refs:once_ (Results 1 – 9 of 9) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/internal/ |
D | mutex_nonprod.inc | 212 : destruct_(true), once_() {} 215 : destruct_(false), once_(), space_{{0}} {} 229 absl::call_once(once_, SynchronizationStorage::Construct, this); 241 absl::once_flag once_;
|
/external/libtextclassifier/abseil-cpp/absl/synchronization/internal/ |
D | mutex_nonprod.inc | 212 : destruct_(true), once_() {} 215 : destruct_(false), once_(), space_{{0}} {} 229 absl::call_once(once_, SynchronizationStorage::Construct, this); 241 absl::once_flag once_;
|
/external/abseil-cpp/absl/synchronization/internal/ |
D | mutex_nonprod.inc | 212 : is_dynamic_(true), once_() {} 219 : is_dynamic_(false), once_(), space_{{0}} {} 238 absl::call_once(once_, SynchronizationStorage::Construct, this); 253 absl::once_flag once_;
|
/external/webrtc/third_party/abseil-cpp/absl/synchronization/internal/ |
D | mutex_nonprod.inc | 212 : is_dynamic_(true), once_() {} 219 : is_dynamic_(false), once_(), space_{{0}} {} 238 absl::call_once(once_, SynchronizationStorage::Construct, this); 253 absl::once_flag once_;
|
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | re2.h | 931 std::call_once(once_, &LazyRE2::Init, this); in MAKE_INTEGER_PARSER() 941 mutable std::once_flag once_; in MAKE_INTEGER_PARSER() local
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.h | 189 once_ = nullptr; in Init() 221 internal::once_flag* once_; variable
|
D | descriptor.cc | 7293 GOOGLE_CHECK(!once_); in Set() 7304 GOOGLE_CHECK(!once_); in SetLazy() 7310 once_ = file->pool_->tables_->AllocateOnceDynamic(); in SetLazy() 7314 if (once_) { in Once() 7315 internal::call_once(*once_, LazyDescriptor::OnceStatic, this); in Once()
|
/external/libabigail/tests/data/test-annotate/ |
D | test19-pr19023-libtcmalloc_and_profiler.so.abi | 1244 <!-- ProfileHandler::once_ --> 15569 <!-- static pthread_once_t ProfileHandler::once_ --> 15570 …<var-decl name='once_' type-id='type-id-1234' mangled-name='_ZN14ProfileHandler5once_E' visibility…
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test19-pr19023-libtcmalloc_and_profiler.so.abi | 9505 …<var-decl name='once_' type-id='type-id-1234' mangled-name='_ZN14ProfileHandler5once_E' visibility…
|