Searched refs:makeEmpty (Results 1 – 15 of 15) sorted by relevance
77 template <class Variant> void makeEmpty(Variant &v) { in makeEmpty() function166 makeEmpty(v2); in test_equality()175 makeEmpty(v1); in test_equality()185 makeEmpty(v1); in test_equality()187 makeEmpty(v2); in test_equality()252 makeEmpty(v2); in test_relational()258 makeEmpty(v1); in test_relational()265 makeEmpty(v1); in test_relational()267 makeEmpty(v2); in test_relational()
273 makeEmpty(v); in test_exceptions()280 makeEmpty(v); in test_exceptions()288 makeEmpty(v); in test_exceptions()296 makeEmpty(v); in test_exceptions()298 makeEmpty(v2); in test_exceptions()
199 template <class Variant> void makeEmpty(Variant &v) { in makeEmpty() function275 makeEmpty(v1); in test_copy_assignment_empty_empty()277 makeEmpty(v2); in test_copy_assignment_empty_empty()293 makeEmpty(v2); in test_copy_assignment_non_empty_empty()303 makeEmpty(v2); in test_copy_assignment_non_empty_empty()318 makeEmpty(v1); in test_copy_assignment_empty_non_empty()328 makeEmpty(v1); in test_copy_assignment_empty_non_empty()
245 makeEmpty(v1); in test_move_assignment_empty_empty()247 makeEmpty(v2); in test_move_assignment_empty_empty()263 makeEmpty(v2); in test_move_assignment_non_empty_empty()273 makeEmpty(v2); in test_move_assignment_non_empty_empty()288 makeEmpty(v1); in test_move_assignment_empty_non_empty()298 makeEmpty(v1); in test_move_assignment_empty_non_empty()
86 makeEmpty(v); in test_hash_variant()88 makeEmpty(v2); in test_hash_variant()
50 makeEmpty(v); in main()
57 makeEmpty(v); in main()
69 void makeEmpty(Variant& v) { in makeEmpty() function
100 template <class Variant> void makeEmpty(Variant &v) { in makeEmpty() function230 makeEmpty(v1); in test_copy_ctor_valueless_by_exception()
102 template <class Variant> void makeEmpty(Variant &v) { in makeEmpty() function300 makeEmpty(v1); in test_move_ctor_valueless_by_exception()
193 makeEmpty(v1); in test_swap_valueless_by_exception()195 makeEmpty(v2); in test_swap_valueless_by_exception()213 makeEmpty(v2); in test_swap_valueless_by_exception()
132 void makeEmpty();
490 this->makeEmpty(); in clipInsideElement()511 this->makeEmpty(); in clipInsideElement()672 void GrReducedClip::makeEmpty() { in makeEmpty() function in GrReducedClip