Searched defs:test_scalar (Results 1 – 2 of 2) sorted by relevance
34 struct test_scalar struct36 T value_;37 test_scalar( T value ): value_(value) {} in test_scalar() function
39 struct test_scalar struct41 T value_;42 test_scalar( T value ): value_(value) {} in test_scalar() argument