Home
last modified time | relevance | path

Searched refs:template_class (Results 1 – 5 of 5) sorted by relevance

/external/antlr/runtime/Ruby/test/unit/
Dtest-template.rb86 template_class = templates[ template_name ]
87 template_class.should be_a_kind_of Class
88 template_class.superclass.should equal Template::Context
89 template_class.should be < @group # it should include the group module
/external/libchrome/third_party/jinja2/
Denvironment.py874 def from_string(self, source, globals=None, template_class=None): argument
879 cls = template_class or self.template_class
945 return env.from_string(source, template_class=cls)
1276 Environment.template_class = Template
Dloaders.py134 return environment.template_class.from_code(environment, code,
480 return environment.template_class.from_module_dict(
Dnativetypes.py220 template_class = NativeTemplate variable in NativeEnvironment
/external/clang/test/SemaCXX/
Duninitialized.cpp1306 namespace template_class { namespace