Searched defs:_template (Results 1 – 8 of 8) sorted by relevance
37 private TTemplate _template; field in Antlr.Runtime.TemplateParserRuleReturnScope
37 private TTemplate _template; field in Antlr.Runtime.Tree.TemplateTreeRuleReturnScope
502 public void _template() throws Exception { in _template() method in TestCharDFAConversion
771 public void _template() throws Exception { in _template() method in TestSemanticPredicates
1527 public void _template() throws Exception { in _template() method in TestDFAConversion
253 _template = "{self.dist} is installed but {self.req} is required" variable in VersionConflict283 _template = VersionConflict._template + ' by {self.required_by}' variable in ContextualVersionConflict293 _template = ("The '{self.req}' distribution was not found " variable in DistributionNotFound
51 _template = 'From: foo\n\n%s\n' variable in TestMailbox