Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/tint/src/
Dclone_context_test.cc70 struct NotANode : public Castable<NotANode, Cloneable> { struct
71 explicit NotANode(Allocator* alloc) : allocator(alloc) {} in NotANode() function
73 Allocator* const allocator;
74 NotANode* Clone(CloneContext*) const override { in Clone()