Home
last modified time | relevance | path

Searched defs:check_array (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-sanitize.hh270 bool check_array (const T *base, unsigned int len) const in check_array() function
276 bool check_array (const T *base, in check_array() function
/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Dtuple_array_conversions.rs62 fn check_array<'tcx>(cx: &LateContext<'tcx>, expr: &'tcx Expr<'tcx>, elements: &'tcx [Expr<'tcx>]) { in check_array() function
Dformatting.rs272 fn check_array(cx: &EarlyContext<'_>, expr: &Expr) { in check_array() function
/third_party/skia/m133/third_party/externals/harfbuzz/src/
Dhb-sanitize.hh362 bool check_array (const T *base, unsigned int len) const in check_array() function
368 bool check_array (const T *base, in check_array() function
/third_party/rust/rust/src/tools/clippy/clippy_lints/src/utils/internal_lints/
Dunnecessary_def_path.rs209 fn check_array(&mut self, cx: &LateContext<'_>, elements: &[Expr<'_>], span: Span) { in check_array() method
/third_party/python/Lib/test/
Dpickletester.py3050 def check_array(arr): function