Lines Matching defs:some_struct
396 struct some_struct {
401 std::vector<int>::const_iterator begin(const some_struct &s) {
405 std::vector<int>::const_iterator end(const some_struct &s) {
409 std::vector<int>::const_reverse_iterator rbegin(const some_struct &s) {
413 std::vector<int>::const_reverse_iterator rend(const some_struct &s) {
417 void swap(some_struct &lhs, some_struct &rhs) {
432 some_namespace::some_struct X{};
617 some_namespace::some_struct s{{1, 2, 3, 4, 5}, ""};
618 some_namespace::some_struct s2{{2, 4, 6, 8, 10}, ""};