Lines Matching +defs:foo +defs:c
33 char c = 'a'; member
144 virtual bool IsA(Class c) override { return c == Class::Foo; } in IsA()
168 virtual bool IsA(Class c) override { return c == Class::Bar; } in IsA()
208 InstrumentedFoo::InstrumentedFoo(const InstrumentedFoo &foo) { in InstrumentedFoo()
212 InstrumentedFoo &InstrumentedFoo::operator=(const InstrumentedFoo &foo) { in operator =()
242 int InstrumentedFoo::C(float *c) { in C()
315 InstrumentedFoo *foo = new InstrumentedFoo(0); in GetInstrumentedFooRef() local
323 InstrumentedFoo *foo = new InstrumentedFoo(0); in GetInstrumentedFooPtr() local
328 void InstrumentedBar::SetInstrumentedFoo(InstrumentedFoo *foo) { in SetInstrumentedFoo()
334 void InstrumentedBar::SetInstrumentedFoo(InstrumentedFoo &foo) { in SetInstrumentedFoo()
387 Foo foo; in TEST() local
522 const char *foo = "foo"; in TEST() local
573 Foo foo; in TEST() local
594 Foo foo; in TEST() local
622 float c = 300.3f; in TEST() local
625 InstrumentedFoo foo(0); in TEST() local
651 float c = 300.3f; in TEST() local
654 InstrumentedFoo *foo = new InstrumentedFoo(0); in TEST() local
691 InstrumentedFoo foo = bar.GetInstrumentedFoo(); in TEST() local
694 float c = 300.3f; in TEST() local
731 InstrumentedFoo &foo = bar.GetInstrumentedFooRef(); in TEST() local
734 float c = 300.3f; in TEST() local
767 InstrumentedFoo &foo = *(bar.GetInstrumentedFooPtr()); in TEST() local
770 float c = 300.3f; in TEST() local
803 float c = 300.3f; in TEST() local
806 InstrumentedFoo foo(0); in TEST() local
831 float c = 999.9f; in TEST() local
834 InstrumentedFoo foo(9); in TEST() local
862 float c = 300.3f; in TEST() local
865 InstrumentedFoo foo(0); in TEST() local
887 float c = 999.9f; in TEST() local
890 InstrumentedFoo foo(9); in TEST() local
913 InstrumentedFoo foo = bar.GetInstrumentedFoo(); in TEST() local
916 float c = 300.3f; in TEST() local
947 InstrumentedFoo foo = bar.GetInstrumentedFoo(); in TEST() local
950 float c = 999.9f; in TEST() local
984 InstrumentedFoo &foo = bar.GetInstrumentedFooRef(); in TEST() local
987 float c = 300.3f; in TEST() local
1018 InstrumentedFoo &foo = bar.GetInstrumentedFooRef(); in TEST() local
1021 float c = 999.9f; in TEST() local
1055 InstrumentedFoo &foo = *(bar.GetInstrumentedFooPtr()); in TEST() local
1058 float c = 300.3f; in TEST() local
1089 InstrumentedFoo &foo = *(bar.GetInstrumentedFooPtr()); in TEST() local
1092 float c = 999.9f; in TEST() local