Searched defs:_GeneratePropertyFunctions (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/tools/json_schema_compiler/
H A Dcc_generator.py120 c.Cblock(self._GeneratePropertyFunctions(classname_in_namespace,
448 c.Concat(self._GeneratePropertyFunctions('Params', function.params))
914 def _GeneratePropertyFunctions(self, namespace, params): member in class:_Generator
996 c.Concat(self._GeneratePropertyFunctions(function_scope, params))

Completed in 1917 milliseconds