Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/text/template/
Dtemplate.go129 func (t *Template) AddParseTree(name string, tree *parse.Tree) (*Template, error) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/html/template/
Dtemplate.go217 func (t *Template) AddParseTree(name string, tree *parse.Tree) (*Template, error) { func
/aosp_15_r20/external/libtextclassifier/native/utils/grammar/parsing/
H A Dmatcher.cc305 void Matcher::AddParseTree(ParseTree* parse_tree) { in AddParseTree() function in libtextclassifier3::grammar::Matcher