Home | History | Annotate | Download | only in inspector

Lines Matching defs:Helper

630         class Helper:
648 return TypeBindings.create_type_declaration_(json_typable, context_domain_name, fixed_type_name, Helper)
652 class Helper:
665 return TypeBindings.create_type_declaration_(json_typable, context_domain_name, fixed_type_name, Helper)
668 def create_type_declaration_(json_typable, context_domain_name, fixed_type_name, helper):
697 helper.write_doc(writer)
727 validator_writer.newline("void %s%s::assertCorrectValue(JSONValue* value)\n" % (helper.full_name_prefix_for_impl, enum_name))
758 return helper.full_name_prefix_for_use + fixed_type_name.class_name + "::assertCorrectValue"
762 return helper.full_name_prefix_for_use + fixed_type_name.class_name + "::Enum"
774 return TypeModel.Enum(helper.full_name_prefix_for_use + fixed_type_name.class_name)
778 if helper.is_ad_hoc:
839 helper.write_doc(writer)
865 return TypeModel.ValueType("%s%s" % (helper.full_name_prefix_for_use, fixed_type_name.class_name), True)
873 return "%s%s" % (helper.full_name_prefix_for_use, fixed_type_name.class_name)
898 ad_hoc_type_context = cls.AdHocTypeContextImpl(prop_name, fixed_type_name.class_name, resolve_context, ad_hoc_type_list, helper.full_name_prefix_for_impl)
948 helper.write_doc(writer)
1072 validator_writer.newline("void %s%s::assertCorrectValue(JSONValue* value)\n" % (helper.full_name_prefix_for_impl, class_name))
1117 cpp_writer.newline("const char %s%s::%s[] = \"%s\";\n" % (helper.full_name_prefix_for_impl, class_name, prop_field_name, prop_name))
1131 helper.add_to_forward_listener(forward_listener)
1141 return helper.full_name_prefix_for_use + fixed_type_name.class_name + "::assertCorrectValue"
1145 return helper.full_name_prefix_for_use + fixed_type_name.class_name
1157 return TypeModel.RefPtrBased(helper.full_name_prefix_for_use + fixed_type_name.class_name)