Searched defs:FooType (Results 1 – 6 of 6) sorted by relevance
14 struct FooType struct 42 FooType bar; in main() argument 16 AFooType global() argument 17 BFooType global() argument 18 CFooType global() argument
24 struct FooType : Type::TypeBase<FooType, Type, TypeStorage> { struct27 static constexpr StringLiteral name = "fake.foo";
1 typedef int FooType; typedef [all...]
19 typedef int FooType; typedef [all...]
251 using FooType = const int&(NonCopyable&&); in bullet_five_tests() typedef
288 using FooType = int&(NonCopyable&&); in bullet_five_tests() typedef