Home | History | Annotate | Download | only in json_schema_compiler

Lines Matching refs:_bundle

153     self._bundle = cpp_bundle
164 c.Concat(cpp_util.OpenNamespace(self._bundle._cpp_namespace))
172 c.Concat(cpp_util.CloseNamespace(self._bundle._cpp_namespace))
173 return self._bundle._GenerateHeader('generated_api', c)
180 self._bundle = cpp_bundle
187 os.path.join(self._bundle._impl_dir,
190 for namespace in self._bundle._model.namespaces.values():
194 "%s/%s/%s_api.h" % (self._bundle._impl_dir,
198 os.path.join(self._bundle._root,
205 ifdefs = self._bundle._GetPlatformIfdefs(namespace)
217 c.Concat(cpp_util.OpenNamespace(self._bundle._cpp_namespace))
219 c.Concat(self._bundle._GenerateFunctionRegistryRegisterAll())
221 c.Concat(cpp_util.CloseNamespace(self._bundle._cpp_namespace))
229 self._bundle = cpp_bundle
238 c.Concat(cpp_util.OpenNamespace(self._bundle._cpp_namespace))
249 c.Concat(cpp_util.CloseNamespace(self._bundle._cpp_namespace))
250 return self._bundle._GenerateHeader('generated_schemas', c)
265 self._bundle = cpp_bundle
271 c.Append('#include "%s"' % (os.path.join(self._bundle._source_file_dir,
277 for api in self._bundle._api_defs:
278 namespace = self._bundle._model.namespaces[api.get('namespace')]
293 c.Concat(cpp_util.OpenNamespace(self._bundle._cpp_namespace))
297 for api in self._bundle._api_defs:
298 namespace = self._bundle._model.namespaces[api.get('namespace')]
320 c.Concat(cpp_util.CloseNamespace(self._bundle._cpp_namespace))