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:as_str
(Results
51 - 75
of
126
) sorted by relevance
1
2
3
4
5
6
/third_party/rust/crates/unicode-width/src/
H
A
D
tests.rs
102
b.iter(|| test::black_box(UnicodeWidthStr::width(string.
as_str
())));
in enwik8()
111
b.iter(|| test::black_box(UnicodeWidthStr::width(string.
as_str
())));
in jawiki()
/third_party/rust/crates/regex/tests/
H
A
D
api_str.rs
31
assert_eq!(caps.get(0).map(|m| m.
as_str
()), Some("foo"));
in match_as_str()
H
A
D
macros_str.rs
4
macro_rules! match_text { ($text:expr) => { $text.
as_str
() } }
/third_party/rust/crates/version_check/src/
H
A
D
channel.rs
72
fn
as_str
(&self) -> &'static str {
in as_str()
functions
191
write!(f, "{}", self.
as_str
())
in fmt()
/third_party/rust/crates/once_cell/examples/
H
A
D
regex.rs
21
let size = usize::from_str(re.captures(s).unwrap().get(7).unwrap().
as_str
()).unwrap();
in slow()
35
let size = usize::from_str(re.captures(s).unwrap().get(7).unwrap().
as_str
()).unwrap();
in fast()
/third_party/rust/crates/rust-cexpr/src/
H
A
D
expr.rs
78
result_opt!(fn
as_str
: Str -> Vec<u8>);
452
map_opt(|i| self.literal(i), EvalResult::
as_str
),
in string()
453
map_opt(|i| self.identifier(i), EvalResult::
as_str
),
in string()
/kernel/linux/linux-6.6/rust/macros/
H
A
D
vtable.rs
14
TokenTree::Ident(ident) => match ident.to_string().
as_str
() {
H
A
D
paste.rs
26
match ident.to_string().
as_str
() {
in concat()
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H
A
D
atom.rs
27
Self::from_str(ident.to_string().
as_str
())
in from()
H
A
D
derive.rs
28
let what = match ident.to_string().
as_str
() {
in from()
/third_party/rust/crates/cxx/gen/build/src/syntax/
H
A
D
derive.rs
28
let what = match ident.to_string().
as_str
() {
in from()
H
A
D
atom.rs
27
Self::from_str(ident.to_string().
as_str
())
in from()
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H
A
D
derive.rs
28
let what = match ident.to_string().
as_str
() {
in from()
H
A
D
atom.rs
27
Self::from_str(ident.to_string().
as_str
())
in from()
/third_party/rust/crates/cxx/syntax/
H
A
D
atom.rs
27
Self::from_str(ident.to_string().
as_str
())
in from()
H
A
D
derive.rs
28
let what = match ident.to_string().
as_str
() {
in from()
/third_party/rust/crates/cxx/macro/src/syntax/
H
A
D
atom.rs
27
Self::from_str(ident.to_string().
as_str
())
in from()
H
A
D
derive.rs
28
let what = match ident.to_string().
as_str
() {
in from()
/third_party/rust/crates/clap/src/error/
H
A
D
kind.rs
317
pub fn
as_str
(self) -> Option<&'static str> {
in as_str()
functions
346
self.
as_str
().unwrap_or_default().fmt(f)
/third_party/rust/crates/syn/src/
H
A
D
ident.rs
59
match ident.to_string().
as_str
() {
in accept_as_ident()
/third_party/rust/crates/bindgen/bindgen/codegen/
H
A
D
helpers.rs
145
let prefix = TokenStream::from_str(prefix.
as_str
()).unwrap();
in c_void()
166
let prefix = TokenStream::from_str(prefix.
as_str
()).unwrap();
in raw_type()
/third_party/rust/crates/log/src/
H
A
D
lib.rs
578
fmt.pad(self.
as_str
())
in fmt()
609
pub fn
as_str
(&self) -> &'static str {
in as_str()
functions
756
fmt.pad(self.
as_str
())
in fmt()
790
pub fn
as_str
(&self) -> &'static str {
in as_str()
functions
1742
assert_eq!(*expected, input.
as_str
());
in test_level_as_str()
1796
assert_eq!(*expected, input.
as_str
());
in test_level_filter_as_str()
/third_party/rust/crates/bindgen/bindgen/ir/
H
A
D
annotations.rs
177
match attr.name.
as_str
() {
in parse()
/third_party/rust/crates/clap/clap_derive/src/utils/
H
A
D
ty.rs
44
pub fn
as_str
(&self) -> &'static str {
in as_str()
functions
/third_party/rust/crates/rustix/src/path/
H
A
D
dec_int.rs
72
pub fn
as_str
(&self) -> &str {
in as_str()
functions
124
self.
as_str
().fmt(fmt)
Completed in 9 milliseconds
1
2
3
4
5
6