HomeSort by relevance Sort by last modified time
    Searched refs:_GenerateParams (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/tools/json_schema_compiler/
h_generator.py 233 .Append('static bool Populate(%s);' % self._GenerateParams(
241 classname, self._GenerateParams(('const base::Value& value',))))
328 .Append('static scoped_ptr<Params> Create(%s);' % self._GenerateParams(
392 def _GenerateParams(self, params):
cc_generator.py 187 .Sblock(' %s) {' % self._GenerateParams(
297 cpp_namespace, self._GenerateParams(('const base::Value& value',))))
529 .Sblock('scoped_ptr<Params> Params::Create(%s) {' % self._GenerateParams(
    [all...]

Completed in 563 milliseconds