Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:lazy_static
(Results
1 - 19
of
19
) sorted by relevance
/third_party/rust/crates/regex/bench/src/
H
A
D
bench.rs
139
use
lazy_static
::
lazy_static
;
142
// Why do we use
lazy_static
here? It seems sensible to just
149
lazy_static
! {
184
use
lazy_static
::
lazy_static
;
187
lazy_static
! {
217
use
lazy_static
::
lazy_static
;
220
lazy_static
! {
[all...]
/third_party/rust/crates/codespan/codespan-reporting/tests/
H
A
D
term.rs
9
lazy_static
::
lazy_static
! {
89
lazy_static
::
lazy_static
! {
119
lazy_static
::
lazy_static
! {
171
lazy_static
::
lazy_static
! {
311
lazy_static
::
lazy_static
! {
[all...]
/third_party/rust/crates/once_cell/examples/
H
A
D
bench_vs_lazy_static.rs
1
use
lazy_static
::
lazy_static
;
9
lazy_static
! {
24
let
lazy_static
= {
in main()
36
println!("
lazy_static
: {:?}",
lazy_static
);
in main()
/third_party/rust/crates/syn/examples/lazy-static/example/src/
H
A
D
main.rs
1
use
lazy_static
::
lazy_static
;
4
lazy_static
! {
/third_party/rust/crates/lazy-static.rs/compiletest/tests/compile-fail/
H
A
D
incorrect_visibility_restriction.rs
3
extern crate lazy_static_compiletest as
lazy_static
;
5
lazy_static
! {
H
A
D
static_is_sized.rs
3
extern crate lazy_static_compiletest as
lazy_static
;
5
lazy_static
! {
H
A
D
static_is_private.rs
2
extern crate lazy_static_compiletest as
lazy_static
;
6
lazy_static
! {
/third_party/rust/crates/lazy-static.rs/tests/
H
A
D
no_std.rs
6
extern crate
lazy_static
;
8
lazy_static
! {
H
A
D
test.rs
2
extern crate
lazy_static
;
5
lazy_static
! {
30
lazy_static
! {
34
lazy_static
! {
76
lazy_static
! {
82
lazy_static
! {
104
lazy_static
! {
120
lazy_static
! {
143
lazy_static
! {
153
lazy_static
in pre_init()
[all...]
/third_party/rust/crates/nix/test/
H
A
D
test.rs
6
extern crate
lazy_static
;
82
lazy_static
! {
/third_party/rust/crates/bindgen/bindgen-tests/tests/quickchecking/src/
H
A
D
lib.rs
24
extern crate
lazy_static
;
49
lazy_static
! {
/third_party/rust/crates/lazy-static.rs/src/
H
A
D
lib.rs
19
lazy_static
! {
31
# extern crate
lazy_static
;
33
lazy_static
! {
62
extern crate
lazy_static
;
66
lazy_static
! {
99
#![doc(html_root_url = "https://docs.rs/
lazy_static
/1.4.0")]
in times_two()
130
lazy_static
!($($t)*);
167
macro_rules!
lazy_static
{
macros
199
/// extern crate
lazy_static
;
201
///
lazy_static
! {
[all...]
/third_party/rust/crates/clap/clap_bench/benches/
H
A
D
05_ripgrep.rs
10
use
lazy_static
::
lazy_static
;
492
lazy_static
! {
/third_party/rust/crates/syn/examples/lazy-static/lazy-static/src/
H
A
D
lib.rs
10
/// `
lazy_static
` crate.
12
///
lazy_static
! {
18
///
lazy_static
! {
49
pub fn
lazy_static
(input: TokenStream) -> TokenStream {
in lazy_static()
functions
62
// 10 | static ref FOO: String = "
lazy_static
".to_owned();
in lazy_static()
/third_party/rust/crates/nix/test/sys/
H
A
D
test_signal.rs
83
lazy_static
! {
H
A
D
test_aio.rs
24
lazy_static
! {
/third_party/rust/crates/bindgen/bindgen/
H
A
D
lib.rs
21
extern crate
lazy_static
;
2391
lazy_static
! {
in ensure_libclang_is_loaded()
H
A
D
clang.rs
1437
lazy_static
! {
in is_associated_type()
/third_party/rust/crates/bindgen/bindgen/ir/
H
A
D
item.rs
1820
lazy_static
! {
in is_template_with_spelling()
Completed in 14 milliseconds