Home
last modified time | relevance | path

Searched refs:Once (Results 1 - 25 of 34) sorted by relevance

12

/third_party/rust/crates/lazy-static.rs/src/
H A Dcore_lazy.rs10 use self::spin::Once;
12 pub struct Lazy<T: Sync>(Once<T>);
15 pub const INIT: Self = Lazy(Once::INIT);
H A Dinline_lazy.rs14 use self::std::sync::Once;
19 pub struct Lazy<T: Sync>(Cell<Option<T>>, Once);
35 // The `Once` will catch and propagate panics in get()
/third_party/rust/crates/proc-macro2/src/
H A Ddetection.rs2 use std::sync::Once;
5 static INIT: Once = Once::new();
37 // The Once is to prevent the possibility of this ordering:
/third_party/rust/crates/regex/bench/src/ffi/
H A Dtcl.rs5 use std::sync::Once;
10 static ONCE: Once = Once::new();
/third_party/rust/crates/rust-openssl/openssl-sys/src/
H A Dlib.rs100 use std::sync::Once;
102 static INIT: Once = Once::new();
/third_party/rust/crates/serde/test_suite/tests/macros/
H A Dmod.rs63 fn into_iter(self) -> iter::Once<Token>; in into_iter()
67 fn into_iter(self) -> iter::Once<Token> { in into_iter()
/third_party/rust/crates/libloading/tests/
H A Dfunctions.rs20 static ONCE: ::std::sync::Once = ::std::sync::Once::new(); in make_helpers()
/third_party/rust/crates/syn/examples/lazy-static/lazy-static/src/
H A Dlib.rs128 static ONCE: std::sync::Once = std::sync::Once::new(); in lazy_static()
/third_party/rust/crates/rust-openssl/openssl-errors/src/
H A Dlib.rs65 pub use std::sync::Once;
270 static INIT: $crate::export::Once = $crate::export::Once::new(); in id()
/third_party/rust/crates/rust-cexpr/tests/
H A Dclang.rs312 use std::sync::Once; in fix_bug_9069()
314 static CHECK_FIX: Once = Once::new(); in fix_bug_9069()
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/grammar/
H A Dgrammar.go73 // Once indicates the quantified term may appear exactly once.
74 Once Quantifier = ""
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/grammar/
H A Dgrammar.go73 // Once indicates the quantified term may appear exactly once.
74 Once Quantifier = ""
/third_party/spirv-tools/utils/vscode/src/grammar/
H A Dgrammar.go73 // Once indicates the quantified term may appear exactly once.
74 Once Quantifier = ""
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dtests.rs14 use std::sync::Once;
26 static CHECK_RUSTFMT: Once = Once::new(); in rustfmt()
/third_party/rust/crates/regex/src/
H A Dpool.rs241 /// Puts a value back into the pool. Callers don't need to call this. Once
/third_party/libunwind/libunwind/doc/
H A Dunw_resume.tex37 \Func{access\_fpreg} accessor callbacks as needed. Once that is
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dmod.rs4154 use std::sync::Once;
4158 static ONCE: Once = Once::new(); in get_new_idx()
4180 static ONCE: Once = Once::new(); in get_new_ssl_idx()
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha1-ppc.pl232 ; block which crosses the boundary. Once found that block is aligned
/third_party/pcre2/pcre2/src/
H A Dpcre2_internal.h1670 "Once", \
/third_party/openssl/crypto/sha/asm/
H A Dsha1-ppc.pl232 ; block which crosses the boundary. Once found that block is aligned
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.h212 Once(); in Get()
219 void Once();
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/parser/
H A Dparser.go469 case schema.Once:
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/parser/
H A Dparser.go469 case schema.Once:
/third_party/spirv-tools/utils/vscode/src/parser/
H A Dparser.go469 case schema.Once:
/third_party/ffmpeg/tests/fate/
H A Dmatroska.mak174 # This test muxes DVB subtitles twice into Matroska: Once normally

Completed in 23 milliseconds

12