Home
last modified time | relevance | path

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

/third_party/flatbuffers/src/
Didl_gen_cpp.cpp928 auto native_type = type.struct_def->attributes.Lookup("native_type"); in GenTypeNative() local
1030 std::string GetUnionElement(const EnumVal &ev, bool native_type, in GetUnionElement()
1422 const auto native_type = GetUnionElement(*ev, true, opts_); in GenEnumObjectBasedAPI() local
1456 const auto native_type = GetUnionElement(*ev, true, opts_); in GenEnumEquals() local
3196 const auto native_type = struct_attrs.Lookup("native_type"); in GenUnpackVal() local
3461 const auto native_type = struct_attrs.Lookup("native_type"); in GenCreateParam() local
3584 const auto native_type = struct_attribs.Lookup("native_type"); in GenCreateParam() local
3721 auto native_type = in GenTablePost() local
/third_party/mesa3d/src/util/format/
Du_format_pack.py147 def native_type(format): function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/core/
Dtensor.cc47 #define CASE_PRINT(de_type, native_type) \ argument
55 #define CASE_PRINT_HEX(de_type, native_type) \ argument