Searched defs:foo (Results 1 – 6 of 6) sorted by relevance
87 preset1::handle_type foo = cache["bar"]; variable
131 auto foo = [] (int) { in __anoncd5487920202() variable
73 ClassWithVectorType foo(i); in TestVectorTypes() local78 ClassWithVectorType foo(i); in TestVectorTypes() local
89 ClassWithVectorType foo = *ci; in TestVectorTypes() local
124 ClassWithVectorType foo(i); in TestVectorTypes() local
180 Foo( const Foo& foo ) : state_trackable_type(foo) { in Foo()187 Foo( Foo&& foo ) : state_trackable_type(std::move(foo)) { in Foo() function323 FooWithAssign foo; variable