Home
last modified time | relevance | path

Searched defs:native_type (Results 1 – 2 of 2) sorted by relevance

/third_party/flatbuffers/src/
Didl_gen_cpp.cpp786 auto native_type = type.struct_def->attributes.Lookup("native_type"); in GenTypeNative() local
887 std::string GetUnionElement(const EnumVal &ev, bool native_type, in GetUnionElement()
1330 const auto native_type = GetUnionElement(ev, true, opts_); in GenEnum() local
1362 const auto native_type = GetUnionElement(ev, true, opts_); in GenEnum() local
2626 const auto native_type = struct_attrs.Lookup("native_type"); in GenUnpackVal() local
2860 const auto native_type = struct_attrs.Lookup("native_type"); in GenCreateParam() local
2951 const auto native_type = struct_attribs.Lookup("native_type"); in GenCreateParam() local
3082 auto native_type = in GenTablePost() local
/third_party/mesa3d/src/util/format/
Du_format_pack.py147 def native_type(format): function