Lines Matching +defs:foo +defs:c
38 TestObject(int foo, double bar) in TestObject()
87 int foo() const { return foo_; } in foo() function in base::__anon29ad220e0111::TestObject
110 DeletedDefaultConstructor(int foo) : foo_(foo) {} in DeletedDefaultConstructor()
112 int foo() const { return foo_; } in foo() function in base::__anon29ad220e0111::DeletedDefaultConstructor
120 explicit DeletedCopy(int foo) : foo_(foo) {} in DeletedCopy()
127 int foo() const { return foo_; } in foo() function in base::__anon29ad220e0111::DeletedCopy
135 explicit DeletedMove(int foo) : foo_(foo) {} in DeletedMove()
142 int foo() const { return foo_; } in foo() function in base::__anon29ad220e0111::DeletedMove
150 explicit NonTriviallyDestructibleDeletedCopyConstructor(int foo) in NonTriviallyDestructibleDeletedCopyConstructor()
159 int foo() const { return foo_; } in foo() function in base::__anon29ad220e0111::NonTriviallyDestructibleDeletedCopyConstructor
403 explicit Test1(int foo) : foo_(foo) {} in TEST()
405 int foo() const { return foo_; } in TEST() function in base::TEST::Test1
484 bool c; in TEST() member
1950 bool c; in TEST() member