Searched defs:native_type (Results 1 – 2 of 2) sorted by relevance
786 auto native_type = type.struct_def->attributes.Lookup("native_type"); in GenTypeNative() local887 std::string GetUnionElement(const EnumVal &ev, bool native_type, in GetUnionElement()1330 const auto native_type = GetUnionElement(ev, true, opts_); in GenEnum() local1362 const auto native_type = GetUnionElement(ev, true, opts_); in GenEnum() local2626 const auto native_type = struct_attrs.Lookup("native_type"); in GenUnpackVal() local2860 const auto native_type = struct_attrs.Lookup("native_type"); in GenCreateParam() local2951 const auto native_type = struct_attribs.Lookup("native_type"); in GenCreateParam() local3082 auto native_type = in GenTablePost() local
147 def native_type(format): function