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:with_code
(Results
1 - 5
of
5
) sorted by relevance
/third_party/rust/crates/codespan/codespan-reporting/tests/
H
A
D
term.rs
135
.
with_code
("E0499")
243
.
with_code
("E0666")
252
.
with_code
("E0121")
261
.
with_code
("E0121")
272
.
with_code
("E0277")
368
Diagnostic::error().with_message("a message").
with_code
("E0001"),
369
Diagnostic::warning().with_message("a message").
with_code
("W001"),
370
Diagnostic::note().with_message("a message").
with_code
("N0815"),
371
Diagnostic::help().with_message("a message").
with_code
("H4711"),
372
Diagnostic::error().with_message("where did my errorcode go?").
with_code
(""),
[all...]
/third_party/rust/crates/codespan/codespan-reporting/examples/
H
A
D
term.rs
114
.
with_code
("E0001")
in main()
129
.
with_code
("E0308")
in main()
146
.
with_code
("E0308")
in main()
H
A
D
reusable_diagnostic.rs
61
.
with_code
("E0308")
in report()
71
.
with_code
("E0384")
in report()
H
A
D
readme_preview.rs
63
.
with_code
("E0308")
in main()
/third_party/rust/crates/codespan/codespan-reporting/src/
H
A
D
diagnostic.rs
187
pub fn
with_code
(mut self, code: impl Into<String>) -> Diagnostic<FileId> {
in with_code()
functions
Completed in 3 milliseconds