Searched defs:make_node (Results 1 – 3 of 3) sorted by relevance
214 internal_type make_node(T const & val) in make_node() function220 T && make_node(T && val) in make_node() function228 internal_type make_node(Args && ... val) in make_node() function385 internal_type make_node(T const & val) in make_node() function395 internal_type make_node(Args&&... args) in make_node() function
32 constexpr auto make_node(X x, Subforest subforest) { in make_node() function
346 auto make_node = [](const ConstructionContext& ctx, const char* elem) -> sk_sp<SkSVGNode> { in construct_svg_node() local