Searched refs:templateNode (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/debugger/demangle/
H A Dgcc3+.cpp3359 TemplateNode* templateNode;
3360 if (!NodeCreator<TemplateNode>(this)(node, templateNode))
3362 _node = templateNode;
3369 templateNode->AddArgument(arg);
3731 TemplateNode* templateNode; local
3733 if (!NodeCreator<TemplateNode>(this)(_node, templateNode)
3737 templateNode->AddArgument(argsNode);
3738 _node = templateNode;
/haiku/src/apps/mail/
H A DMailWindow.cpp3264 BNode templateNode(templatePath.Path());
3266 if (templateNode.InitCheck() == B_OK) {
3267 if (CopyAttributes(templateNode, queryNode) != B_OK) {

Completed in 52 milliseconds