Searched defs:ConstructionContext (Results 1 – 6 of 6) sorted by relevance
264 explicit ConstructionContext(Kind K) : K(K) {} in ConstructionContext() function327 friend class ConstructionContext; // Allows to create<>() itself. variable352 friend class ConstructionContext; // Allows to create<>() itself. variable393 friend class ConstructionContext; // Allows to create<>() itself. variable420 friend class ConstructionContext; // Allows to create<>() itself. variable443 friend class ConstructionContext; // Allows to create<>() itself. variable505 friend class ConstructionContext; // Allows to create<>() itself. variable531 friend class ConstructionContext; // Allows to create<>() itself. variable586 friend class ConstructionContext; // Allows to create<>() itself. variable610 friend class ConstructionContext; // Allows to create<>() itself. variable[all …]
278 struct ConstructionContext { struct279 ConstructionContext(SkSVGIDMapper* mapper) : fParent(nullptr), fIDMapper(mapper) {} in ConstructionContext() function280 ConstructionContext(const ConstructionContext& other, const sk_sp<SkSVGNode>& newParent) in ConstructionContext() argument283 SkSVGNode* fParent;284 SkSVGIDMapper* fIDMapper;
373 struct ConstructionContext { struct374 ConstructionContext(SkSVGIDMapper* mapper) : fParent(nullptr), fIDMapper(mapper) {} in ConstructionContext() argument375 ConstructionContext(const ConstructionContext& other, const sk_sp<SkSVGNode>& newParent) in ConstructionContext() function378 const SkSVGNode* fParent;379 SkSVGIDMapper* fIDMapper;
29 final class ConstructionContext<T> { class
48 class ConstructionContext; variable
74 enum class ConstructionContext { enum