Home
last modified time | relevance | path

Searched defs:GenericExpectations (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/mockall_derive/src/
Dmock_function.rs2395 struct GenericExpectations<'a> { struct
2399 impl<'a> ToTokens for GenericExpectations<'a> { argument
2420 impl GenericExpectations { in to_tokens() impl
2473 impl GenericExpectations { in to_tokens() impl
/aosp_15_r20/external/cronet/testing/unexpected_passes_common/
H A Dunittest_utils.py149 class GenericExpectations(expectations.Expectations): class