Home
last modified time | relevance | path

Searched defs:Once (Results 1 – 20 of 20) sorted by relevance

/external/rust/crates/tokio-stream/src/
Donce.rs10 pub struct Once<T> { struct
14 impl<I> Unpin for Once<I> {} argument
42 impl<T> Stream for Once<T> { implementation
/external/rust/crates/futures-util/src/stream/
Donce.rs34 impl<Fut> Once<Fut> { implementation
40 impl<Fut: Future> Stream for Once<Fut> { implementation
63 impl<Fut: Future> FusedStream for Once<Fut> { implementation
/external/rust/crates/rayon/src/iter/
Donce.rs30 pub struct Once<T: Send> { struct
34 impl<T: Send> ParallelIterator for Once<T> { argument
49 impl<T: Send> IndexedParallelIterator for Once<T> { implementation
/external/rust/crates/spin/src/
Donce.rs29 pub struct Once<T> { struct
34 impl<T: fmt::Debug> fmt::Debug for Once<T> { argument
47 unsafe impl<T: Send + Sync> Sync for Once<T> {} implementation
48 unsafe impl<T: Send> Send for Once<T> {} implementation
59 impl<T> Once<T> { implementation
249 impl<T> From<T> for Once<T> { implementation
255 impl<T> Drop for Once<T> { implementation
/external/rust/crates/parking_lot/src/
Donce.rs83 pub struct Once(AtomicU8); struct
85 impl Once { impl
318 impl Default for Once { implementation
325 impl fmt::Debug for Once { implementation
/external/libchrome/base/
Dbind_helpers.h54 static OnceCallback<void(Args...)> Once() { in Once() function
/external/tensorflow/tensorflow/lite/
Dminimal_logging_test.cc53 TEST(MinimalLogging, Once) { in TEST() argument
/external/rust/crates/lazy_static/tests/
Dtest.rs110 struct Once(X); struct
/external/boringssl/src/crypto/
Dthread_test.cc43 TEST(ThreadTest, Once) { in TEST() argument
/external/rust/crates/quiche/deps/boringssl/src/crypto/
Dthread_test.cc43 TEST(ThreadTest, Once) { in TEST() argument
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/grammar/
Dgrammar.go74 Once Quantifier = "" const
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/grammar/
Dgrammar.go74 Once Quantifier = "" const
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/grammar/
Dgrammar.go74 Once Quantifier = "" const
/external/llvm-project/compiler-rt/lib/xray/
Dxray_fdr_logging.cpp568 static pthread_once_t Once = PTHREAD_ONCE_INIT; in fdrLoggingHandleCustomEvent() local
598 static pthread_once_t Once = PTHREAD_ONCE_INIT; in fdrLoggingHandleTypedEvent() local
Dxray_profiling.cpp426 static pthread_once_t Once = PTHREAD_ONCE_INIT; in profilingLoggingInit() local
Dxray_profile_collector.cpp384 static pthread_once_t Once = PTHREAD_ONCE_INIT; in nextBuffer() local
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/schema/
Dschema.go63 Once Quantifier = "" const
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/schema/
Dschema.go63 Once Quantifier = "" const
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/schema/
Dschema.go63 Once Quantifier = "" const
/external/protobuf/src/google/protobuf/
Ddescriptor.cc7313 void LazyDescriptor::Once() { in Once() function in google::protobuf::internal::LazyDescriptor