Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/googletest/src/matchers/
Dproperty_matcher.rs196 pub fn property_ref_matcher<OuterT, InnerT, MatcherT>( in property_ref_matcher() argument
197 extractor: fn(&OuterT) -> &InnerT, in property_ref_matcher()
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dvisibility.cpp1205 template <class U> class InnerT {}; class
1228 template <> template <class U> struct DEFAULT B<A>::InnerT { struct in test65::B
1229 static void foo() {} in foo()