Searched refs:type__ (Results 1 – 3 of 3) sorted by relevance
/third_party/iowow/src/ |
D | basedefs.h | 92 #define IW_CLEANUP_FUNC(type__, func__) \ argument 93 static inline void func__ ## _cc(type__ * p) { \ 99 #define IW_CLEANUP_DESTROY_FUNC(type__, func__) \ argument 100 static inline void func__ ## _cc(type__ * p) { \
|
/third_party/flatbuffers/src/ |
D | idl_parser.cpp | 3603 auto type__ = value.type.Serialize(builder); in Serialize() local 3611 *builder, name__, type__, id, value.offset, in Serialize() 3718 auto type__ = underlying_type.Serialize(builder); in Serialize() local 3723 return reflection::CreateEnum(*builder, name__, vals__, is_union, type__, in Serialize() 3749 auto type__ = union_type.Serialize(builder); in Serialize() local 3756 type__, docs__); in Serialize()
|
/third_party/mindspore/patches/ |
D | 0001-generate-schema-headers-manually.patch | 22436 + auto type__ = type ? _fbb.CreateString(type) : 0; 22440 + type__, 53626 + auto type__ = type ? _fbb.CreateString(type) : 0; 53630 + type__,
|