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:is_ident
(Results
1 - 13
of
13
) sorted by relevance
/third_party/rust/crates/clap/clap_derive/src/
H
A
D
attr.rs
28
let kind = if attr.path().
is_ident
("clap") {
in parse_all()
30
} else if attr.path().
is_ident
("structopt") {
in parse_all()
32
} else if attr.path().
is_ident
("command") {
in parse_all()
34
} else if attr.path().
is_ident
("group") {
in parse_all()
36
} else if attr.path().
is_ident
("arg") {
in parse_all()
38
} else if attr.path().
is_ident
("value") {
in parse_all()
/third_party/rust/crates/syn/codegen/src/
H
A
D
parse.rs
200
if !attr.path().
is_ident
("cfg") {
in introspect_features()
228
if attr.path().
is_ident
("non_exhaustive") {
in is_non_exhaustive()
237
if attr.path().
is_ident
("doc") && attr.parse_args::<parsing::kw::hidden>().is_ok() {
in is_doc_hidden()
470
if attr.path().
is_ident
("path") {
in path_attr()
490
if attr.path().
is_ident
("cfg") {
in get_features()
585
let mut found = if item.mac.path.
is_ident
("ast_struct") {
in do_load_file()
587
} else if item.mac.path.
is_ident
("ast_enum") {
in do_load_file()
589
} else if item.mac.path.
is_ident
("ast_enum_of_structs") {
in do_load_file()
/third_party/rust/crates/clap/clap_derive/src/utils/
H
A
D
doc_comments.rs
15
.filter(|attr| attr.path().
is_ident
("doc"))
in extract_doc_comment()
/third_party/rust/crates/serde/serde_derive_internals/src/
H
A
D
receiver.rs
77
if node.qself.is_none() && node.path.
is_ident
("Self") {
in visit_type_mut()
/third_party/rust/crates/serde/serde_derive/src/internals/
H
A
D
receiver.rs
77
if node.qself.is_none() && node.path.
is_ident
("Self") {
in visit_type_mut()
/third_party/rust/crates/syn/src/
H
A
D
path.rs
46
/// if attr.path().
is_ident
("serde") {
56
pub fn
is_ident
<I>(&self, ident: &I) -> bool
in is_ident()
functions
H
A
D
item.rs
3367
Type::Path(ty) => ty.qself.is_none() && ty.path.
is_ident
("Self"),
in to_tokens()
3371
(None, _, Type::Path(ty)) => ty.qself.is_none() && ty.path.
is_ident
("Self"),
in to_tokens()
/third_party/jerryscript/jerry-core/parser/js/
H
A
D
js-scanner.c
2952
bool
is_ident
= (context_p->token.lit_location.type == LEXER_IDENT_LITERAL);
in scanner_scan_all()
local
2967
if (
is_ident
in scanner_scan_all()
/third_party/rust/crates/cxx/gen/build/src/syntax/
H
A
D
parse.rs
386
ForeignItem::Macro(foreign) if foreign.mac.path.
is_ident
("include") => {
in parse_foreign_mod()
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H
A
D
parse.rs
386
ForeignItem::Macro(foreign) if foreign.mac.path.
is_ident
("include") => {
in parse_foreign_mod()
/third_party/rust/crates/cxx/macro/src/syntax/
H
A
D
parse.rs
386
ForeignItem::Macro(foreign) if foreign.mac.path.
is_ident
("include") => {
in parse_foreign_mod()
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H
A
D
parse.rs
386
ForeignItem::Macro(foreign) if foreign.mac.path.
is_ident
("include") => {
in parse_foreign_mod()
/third_party/rust/crates/cxx/syntax/
H
A
D
parse.rs
386
ForeignItem::Macro(foreign) if foreign.mac.path.
is_ident
("include") => {
in parse_foreign_mod()
Completed in 19 milliseconds