Searched defs:TestStruct (Results 1 – 4 of 4) sorted by relevance
100 struct TestStruct { struct101 a: bool,102 b: i8,103 c: String,114 impl Serialize for TestStruct { in serialize_test() implementation140 impl Deserialize for TestStruct { in deserialize_test() implementation
190 struct TestStruct { in sdv_new_select_precondition() struct191 bool: bool, in sdv_new_select_precondition()193 impl TestStruct { in sdv_new_select_precondition() impl
35 using TestStruct = struct FunStruct { typedef
1185 struct TestStruct { struct1186 int value;1187 std::string name;