Lines Matching refs:NativeName
343 auto nativeName = NativeName(Name(struct_def), &struct_def, opts_); in generate()
357 auto nativeName = NativeName(Name(struct_def), &struct_def, opts_); in generate()
705 static std::string NativeName(const std::string &name, const StructDef *sd, in NativeName() function in flatbuffers::cpp::CppGenerator
714 NativeName(Name(struct_def), &struct_def, opts)); in WrapNativeNameInNameSpace()
892 name = NativeName(name, ev.union_type.struct_def, opts); in GetUnionElement()
935 NativeName(Name(struct_def), &struct_def, opts) + in TableCreateSignature()
945 NativeName(Name(struct_def), &struct_def, opts) + "* _o, " + in TablePackSignature()
952 return NativeName(Name(struct_def), &struct_def, opts) + " *" + in TableUnPackSignature()
961 NativeName(Name(struct_def), &struct_def, opts) + " *" + in TableUnPackToSignature()
1742 NativeName(Name(struct_def), &struct_def, opts_)); in GenDefaultConstructor()
1851 const auto native_name = NativeName(Name(struct_def), &struct_def, opts_); in GenNativeTable()
2984 NativeName(Name(struct_def), &struct_def, opts_)); in GenTablePost()
3051 NativeName(Name(struct_def), &struct_def, opts_) + in GenTablePost()