Home
last modified time | relevance | path

Searched defs:ConstructionContext (Results 1 – 2 of 2) sorted by relevance

/external/skia/experimental/svg/model/
DSkSVGDOM.cpp332 struct ConstructionContext { struct
333 ConstructionContext(SkSVGIDMapper* mapper) : fParent(nullptr), fIDMapper(mapper) {} in ConstructionContext() argument
334 ConstructionContext(const ConstructionContext& other, const sk_sp<SkSVGNode>& newParent) in ConstructionContext() function
337 const SkSVGNode* fParent;
338 SkSVGIDMapper* fIDMapper;
/external/guice/core/src/com/google/inject/internal/
DConstructionContext.java30 final class ConstructionContext<T> { class