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:rure_error
(Results
1 - 3
of
3
) sorted by relevance
/third_party/rust/crates/regex/regex-capi/include/
H
A
D
rure.h
108
*
rure_error
is an error that caused compilation to fail.
113
* Whenever a function accepts an *
rure_error
, it is safe to pass NULL. (But
118
typedef struct
rure_error
rure_error
;
typedef
158
rure_error
*error);
469
rure_error
*error);
532
* to create an
rure_error
pointer, and that pointer can be passed to
539
rure_error
*rure_error_new();
546
void rure_error_free(
rure_error
*err);
556
const char *rure_error_message(
rure_error
*er
[all...]
/third_party/rust/crates/regex/regex-capi/ctest/
H
A
D
test.c
294
rure_error
*err = rure_error_new();
in test_compile_error()
323
rure_error
*err = rure_error_new();
in test_compile_error_size_limit()
361
rure_error
*err = rure_error_new();
in test_regex_set_matches()
427
rure_error
*err = rure_error_new();
in test_regex_set_match_start()
503
rure_error
*err = rure_error_new();
in test_regex_set_options()
/third_party/rust/crates/regex/regex-capi/examples/
H
A
D
iter.c
54
rure_error
*err = rure_error_new();
in main()
Completed in 3 milliseconds