Searched defs:cpp_namespace (Results 1 – 4 of 4) sorted by relevance
| /external/chromium_org/tools/json_schema_compiler/ |
| D | cc_generator.py | 12 def __init__(self, type_generator, cpp_namespace): argument 25 def __init__(self, namespace, cpp_type_generator, cpp_namespace): argument 100 def _GenerateType(self, cpp_namespace, type_): argument 186 def _GenerateTypePopulate(self, cpp_namespace, type_): argument 317 def _GenerateTypeFromValue(self, cpp_namespace, type_): argument 335 def _GenerateTypeToValue(self, cpp_namespace, type_): argument 346 def _GenerateObjectTypeToValue(self, cpp_namespace, type_): argument 409 def _GenerateChoiceTypeToValue(self, cpp_namespace, type_): argument 930 def _GenerateEnumToString(self, cpp_namespace, type_): argument 958 def _GenerateEnumFromString(self, cpp_namespace, type_): argument [all …]
|
| D | cpp_generator.py | 9 def __init__(self, type_generator, cpp_namespace): argument
|
| D | h_generator.py | 11 def __init__(self, type_generator, cpp_namespace): argument 24 def __init__(self, namespace, cpp_type_generator, cpp_namespace): argument
|
| D | cpp_bundle_generator.py | 42 cpp_namespace, argument
|