Lines Matching defs:SSSS
13 struct SSSS in FUNC() struct
15 float bv; in FUNC()
16 SSSS( const float& from): bv(from) { } in FUNC() argument
25 struct SSSS in FUNC() struct
27 SSSS( const float& from) {} in FUNC() function
37 struct SSSS in GORF() struct
39 float bv; in GORF()
40 SSSS( const float& from): bv(from) { } in GORF() function
49 struct SSSS in GORF() struct
51 SSSS( const float& from) {} in GORF() argument
61 struct SSSS { in OmittingCode() struct
62 float bv; in OmittingCode()
63 SSSS(const float& from): bv(from) { } in OmittingCode() function
69 struct SSSS { in OmittingCode() struct
70 float bv; in OmittingCode()
71 SSSS(const float& from): bv(from) { } in OmittingCode() function