Home
last modified time | relevance | path

Searched refs:AddParseTree (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/libtextclassifier/native/utils/grammar/parsing/
H A Dmatcher_test.cc257 matcher.AddParseTree(arena_.AllocAndInit<ParseTree>( in TEST_F()
320 matcher.AddParseTree(arena_.AllocAndInit<ParseTree>( in TEST_F()
332 matcher.AddParseTree(arena_.AllocAndInit<ParseTree>( in TEST_F()
364 matcher.AddParseTree(arena_.AllocAndInit<ParseTree>( in TEST_F()
376 matcher.AddParseTree(arena_.AllocAndInit<ParseTree>( in TEST_F()
386 matcher.AddParseTree(arena_.AllocAndInit<ParseTree>( in TEST_F()
418 matcher.AddParseTree(arena_.AllocAndInit<ParseTree>( in TEST_F()
432 matcher.AddParseTree(arena_.AllocAndInit<ParseTree>( in TEST_F()
H A Dparser.cc201 matcher->AddParseTree(symbol.parse_tree); in EmitSymbol()
207 matcher->AddParseTree(arena->AllocAndInit<ParseTree>( in EmitSymbol()
220 matcher->AddParseTree(arena->AllocAndInit<ParseTree>( in EmitSymbol()
234 matcher->AddParseTree(arena->AllocAndInit<ParseTree>( in EmitSymbol()
249 matcher->AddParseTree(arena->AllocAndInit<ParseTree>( in EmitSymbol()
H A Dmatcher.cc305 void Matcher::AddParseTree(ParseTree* parse_tree) { in AddParseTree() function in libtextclassifier3::grammar::Matcher
454 AddParseTree(item); in ProcessPendingExclusionMatches()
H A Dmatcher.h95 void AddParseTree(ParseTree* parse_tree);
/aosp_15_r20/prebuilts/go/linux-x86/src/text/template/
Dtemplate.go129 func (t *Template) AddParseTree(name string, tree *parse.Tree) (*Template, error) { func
217 if _, err := t.AddParseTree(name, tree); err != nil {
Dmulti_test.go303 tmpl.AddParseTree("master", masterTree) // used to panic
463 tmpl.AddParseTree("x", tree["c"])
Dexec_test.go1867 _, err := tplFoo.AddParseTree(tplBar.Name(), tplBar.Tree)
/aosp_15_r20/prebuilts/go/linux-x86/src/html/template/
Dtemplate.go217 func (t *Template) AddParseTree(name string, tree *parse.Tree) (*Template, error) { func
224 text, err := t.text.AddParseTree(name, tree)
Dtemplate_test.go115 …if _, err := c.root.AddParseTree("t1", c.root.Tree); err == nil || !strings.Contains(err.Error(), …
Dmulti_test.go166 tmpl.AddParseTree("master", masterTree) // used to panic
Dclone_test.go23 added := Must(root.AddParseTree("b", tree["b"]))
Descape.go924 if _, err := tmpl.text.AddParseTree(t.Name(), t.Tree); err != nil {
Descape_test.go2179 if _, err := tpl.AddParseTree("bar", tpl.Tree); err != nil {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
Dwebhtml.go69 template.Must(templates.AddParseTree(name, sub.Tree))
/aosp_15_r20/prebuilts/go/linux-x86/api/
Dgo1.txt3380 pkg html/template, method (*Template) AddParseTree(string, *parse.Tree) (*Template, error)
30343 pkg text/template, method (*Template) AddParseTree(string, *parse.Tree) (*Template, error)