Home
last modified time | relevance | path

Searched defs:check_custom (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/fmtlib/test/
H A Dbase-test.cc419 struct check_custom { struct
441 EXPECT_CALL(v, visit(_)).WillOnce(Invoke(check_custom())); in TEST() argument
/aosp_15_r20/tools/repohooks/rh/
H A Dhooks.py340 def check_custom(project, commit, _desc, diff, options=None, **kwargs): function
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/core/
H A Ddevice.rs385 fn check_custom(&self) -> bool { in check_custom() method