Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Analysis/
DConstructionContext.h264 explicit ConstructionContext(Kind K) : K(K) {} in ConstructionContext() function
327 friend class ConstructionContext; // Allows to create<>() itself. variable
352 friend class ConstructionContext; // Allows to create<>() itself. variable
393 friend class ConstructionContext; // Allows to create<>() itself. variable
420 friend class ConstructionContext; // Allows to create<>() itself. variable
443 friend class ConstructionContext; // Allows to create<>() itself. variable
505 friend class ConstructionContext; // Allows to create<>() itself. variable
531 friend class ConstructionContext; // Allows to create<>() itself. variable
586 friend class ConstructionContext; // Allows to create<>() itself. variable
610 friend class ConstructionContext; // Allows to create<>() itself. variable
[all …]
/external/skia/modules/svg/src/
DSkSVGDOM.cpp278 struct ConstructionContext { struct
279 ConstructionContext(SkSVGIDMapper* mapper) : fParent(nullptr), fIDMapper(mapper) {} in ConstructionContext() function
280 ConstructionContext(const ConstructionContext& other, const sk_sp<SkSVGNode>& newParent) in ConstructionContext() argument
283 SkSVGNode* fParent;
284 SkSVGIDMapper* fIDMapper;
/external/skqp/experimental/svg/model/
DSkSVGDOM.cpp373 struct ConstructionContext { struct
374 ConstructionContext(SkSVGIDMapper* mapper) : fParent(nullptr), fIDMapper(mapper) {} in ConstructionContext() argument
375 ConstructionContext(const ConstructionContext& other, const sk_sp<SkSVGNode>& newParent) in ConstructionContext() function
378 const SkSVGNode* fParent;
379 SkSVGIDMapper* fIDMapper;
/external/guice/core/src/com/google/inject/internal/
DConstructionContext.java29 final class ConstructionContext<T> { class
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h48 class ConstructionContext; variable
/external/tensorflow/tensorflow/core/graph/
Dgraph.h74 enum class ConstructionContext { enum