Searched refs:Foo (Results 1 – 15 of 15) sorted by relevance
13 class Foo {15 Foo(int *a, int *b) : a_(a), b_(b) {} in Foo() function21 Foo foo(int *a, int *b);
4 Foo foo(int *a, int *b) { in foo()6 return Foo(a, b); in foo()
3 name: "Foo"8 linker_set_key: "Foo"81 name: "Foo *"86 linker_set_key: "Foo *"
75 name: "Foo"80 linker_set_key: "Foo"147 name: "Foo *"152 linker_set_key: "Foo *"
113 Suppose a class defines a method "public Foo gimmeFoo()". Any subclass114 that overrides that method must also return Foo, so it would seem that118 gimmeFoo()" so long as MegaFoo is an instance of Foo. In that case it