Lines Matching refs:nativeName
233 auto nativeName = NativeName(Name(struct_def), &struct_def, parser_.opts);
235 code_ += "struct " + nativeName + ";";
249 auto nativeName = NativeName(Name(struct_def), &struct_def, parser_.opts);
250 code_ += "bool operator==(const " + nativeName + " &lhs, const " + nativeName + " &rhs);";
441 NativeName
562 static std::string NativeName(const std::string &name, const StructDef *sd,
630 NativeName(type_name, type.struct_def, parser_.opts), &field,
728 NativeName(Name(struct_def), &struct_def, opts) +
738 NativeName(Name(struct_def), &struct_def, opts) + "* _o, " +
745 return NativeName(Name(struct_def), &struct_def, opts) + " *" +
754 NativeName(Name(struct_def), &struct_def, opts) + " *" +
1104 NativeName(GetUnionElement(ev, true, true, true),
1136 NativeName(GetUnionElement(ev, true, true, true),
1264 NativeName(GetUnionElement(ev, true, true, true),
1300 NativeName(GetUnionElement(ev, true, true, true),
1345 NativeName(GetUnionElement(ev, true, true, true),
1510 NativeName(Name(struct_def), &struct_def, parser_.opts));
1572 NativeName(Name(struct_def), &struct_def, parser_.opts);
2157 NativeName(name, type.struct_def, parser_.opts), &afield, true);
2452 NativeName(Name(struct_def), &struct_def, parser_.opts));
2508 NativeName(Name(struct_def), &struct_def, parser_.opts) +