Home
last modified time | relevance | path

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

/external/skia/modules/svg/src/
DSkSVGDOM.cpp278 struct ConstructionContext { struct
279 ConstructionContext(SkSVGIDMapper* mapper) : fParent(nullptr), fIDMapper(mapper) {} in ConstructionContext() argument
280 ConstructionContext(const ConstructionContext& other, const sk_sp<SkSVGNode>& newParent) in ConstructionContext() function
283 SkSVGNode* fParent;
284 SkSVGIDMapper* fIDMapper;
/external/guice/core/src/com/google/inject/internal/
DConstructionContext.java29 final class ConstructionContext<T> { class
/external/tensorflow/tensorflow/core/graph/
Dgraph.h77 enum class ConstructionContext { enum