Home
last modified time | relevance | path

Searched defs:foop (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/test/core/gprpp/
Dref_counted_test.cc50 RefCountedPtr<Foo> foop = foo->Ref(); in TEST() local
58 RefCountedPtr<const Foo> foop = foo->Ref(); in TEST() local
168 RefCountedPtr<FooNonPolymorphic> foop = foo->Ref(); in TEST() local
181 RefCountedPtr<FooWithTracing> foop = foo->Ref(DEBUG_LOCATION, "extra_ref"); in TEST() local
199 RefCountedPtr<FooNonPolymorphicWithTracing> foop = in TEST() local
Ddual_ref_counted_test.cc63 RefCountedPtr<Foo> foop = foo->RefIfNonZero(); in TEST() local
68 RefCountedPtr<Foo> foop = foo->RefIfNonZero(); in TEST() local
/external/clang/test/CodeGenCXX/
Ddebug-info-class-nolimit.cpp16 typedef foo *foop; typedef