Home
last modified time | relevance | path

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

/external/skia/modules/svg/src/
DSkSVGDOM.cpp289 struct ConstructionContext { struct
290 ConstructionContext(SkSVGIDMapper* mapper) : fParent(nullptr), fIDMapper(mapper) {} in ConstructionContext() function
291 ConstructionContext(const ConstructionContext& other, const sk_sp<SkSVGNode>& newParent) in ConstructionContext() function
294 SkSVGNode* fParent;
295 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