Searched defs:Dog (Results 1 – 2 of 2) sorted by relevance
3751 struct Dog { int age; } argument3752 Dog[] dogs = [Dog(10), Dog(5), Dog(15)]; variable3838 struct Dog { int age; } argument3839 Dog[] dogs = [Dog(10), Dog(15), Dog(5)]; variable
4050 struct Dog { int age; } struct4051 Dog[] dogs = [Dog(10), Dog(5), Dog(15)]; variable4176 struct Dog { int age; } struct4177 Dog[] dogs = [Dog(10), Dog(15), Dog(5)]; variable