D | json_to_struct.py | 83 def _GenerateH(basepath, fileroot, head, namespace, schema, description): argument 99 with open(os.path.join(basepath, h_filename), 'w') as f: 136 def _GenerateCC(basepath, fileroot, head, namespace, schema, description): argument 151 with open(os.path.join(basepath, fileroot + '.cc'), 'w') as f: 202 basepath = os.path.normpath(opts.destbase) variable 204 basepath = '' variable 210 _GenerateH(basepath, output_root, head, opts.namespace, schema, description) 211 _GenerateCC(basepath, output_root, head, opts.namespace, schema, description)
|