Home
last modified time | relevance | path

Searched defs:check_method (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Dreturn_self_not_must_use.rs71 fn check_method(cx: &LateContext<'_>, decl: &FnDecl<'_>, fn_def: LocalDefId, span: Span, owner_id: … in check_method() function
/third_party/rust/rust/tests/ui/traits/
Ditem-privacy.rs59 fn check_method() { in check_method() function
/third_party/python/Lib/test/
Dtest_xml_etree.py235 def check_method(method): function
/third_party/python/Modules/
D_testcapimodule.c2638 #define MAKE_DATETIME_CHECK_FUNC(check_method, exact_method) \ argument