Searched defs:my_struct (Results 1 – 6 of 6) sorted by relevance
27 struct my_struct { struct28 my_struct(int x) : mem(x) {}; in my_struct() argument46 my_struct x(3); argument
28 typedef struct my_struct { struct35 } t_my_struct; argument
35 struct my_struct struct48 explicit my_struct(color col) : m_color(col) in my_struct() argument52 color get_color() const in get_color()
587 let my_struct = MyStruct { in debug_struct_match() localVariable608 let my_struct = MyStruct { in debug_struct_not_match() localVariable
192 struct my_struct: public my_class { struct
1263 let my_struct = plain::from_mut_bytes::<MyStruct>(bytes).expect("failed to convert bytes"); in test_object_user_ringbuf() localVariable