Searched refs:ClosureType (Results 1 – 3 of 3) sorted by relevance
21 enum ClosureType { enum in skiagm::NonClosedPathsGM47 static void MakePath(SkPath* path, ClosureType type) { in MakePath()89 constexpr ClosureType kType[] = { in onDraw()
755 using ClosureType = RepeatingClosure; typedef767 using ClosureType = OnceClosure; typedef794 using ClosureType = typename TypeParam::ClosureType; in TYPED_TEST() typedef808 ClosureType normal_cb = TypeParam::Bind(&VoidFunc0); in TYPED_TEST()814 ClosureType method_cb = TypeParam::Bind(&HasRef::VoidMethod0, &has_ref); in TYPED_TEST()815 ClosureType method_refptr_cb = in TYPED_TEST()817 ClosureType const_method_nonconst_obj_cb = in TYPED_TEST()819 ClosureType const_method_const_obj_cb = in TYPED_TEST()828 ClosureType virtual_set_cb = TypeParam::Bind(&Parent::VirtualSet, &child); in TYPED_TEST()833 ClosureType non_virtual_set_cb = in TYPED_TEST()