Searched defs:s1_copy (Results 1 – 2 of 2) sorted by relevance
59 void s1_copy(struct s1 *a, struct s1 *b) { *b = *a; } in s1_copy() function
124 string s1_copy(kTestString); in TEST_F() local