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:memchr_tests
(Results
1 - 3
of
3
) sorted by relevance
/third_party/rust/crates/memchr/src/tests/memchr/
H
A
D
memchr.rs
7
tests::memchr::testdata::
memchr_tests
,
12
for test in
memchr_tests
() {
in memchr1_find()
19
for test in
memchr_tests
() {
in memchr1_fallback_find()
26
for test in
memchr_tests
() {
in memchr2_find()
33
for test in
memchr_tests
() {
in memchr2_fallback_find()
40
for test in
memchr_tests
() {
in memchr3_find()
47
for test in
memchr_tests
() {
in memchr3_fallback_find()
54
for test in
memchr_tests
() {
in memrchr1_find()
61
for test in
memchr_tests
() {
in memrchr1_fallback_find()
68
for test in
memchr_tests
() {
in memrchr2_find()
[all...]
H
A
D
iter.rs
3
use crate::{tests::memchr::testdata::
memchr_tests
, Memchr, Memchr2, Memchr3};
7
for test in
memchr_tests
() {
in memchr1_iter()
14
for test in
memchr_tests
() {
in memchr2_iter()
21
for test in
memchr_tests
() {
in memchr3_iter()
28
for test in
memchr_tests
() {
in memrchr1_iter()
35
for test in
memchr_tests
() {
in memrchr2_iter()
44
for test in
memchr_tests
() {
in memrchr3_iter()
H
A
D
testdata.rs
4
pub fn
memchr_tests
() -> Vec<MemchrTest> {
in memchr_tests()
functions
128
/// used. If they are used, `
memchr_tests
` will panic.
Completed in 2 milliseconds