Searched refs:unsignedFixedType (Results 1 – 1 of 1) sorted by relevance
/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/ |
D | cpp_types.go | 299 &unsignedFixedType{fixedType{8, 8, Char, "char"}}, 300 &unsignedFixedType{fixedType{8, 8, Char, "char"}}, 301 &unsignedFixedType{fixedType{8, 8, Char, "char"}}, 302 &unsignedFixedType{fixedType{8, 8, Char, "char"}}, 306 var Char16TType Type = &unsignedFixedType{fixedType{16, 16, Char16T, "char16_t"}} 308 var Char32TType Type = &unsignedFixedType{fixedType{32, 32, Char32T, "char32_t"}} 312 var UCharType Type = &unsignedFixedType{fixedType{8, 8, UChar, "signed char"}} 316 var UShortType Type = &unsignedFixedType{fixedType{16, 16, UShort, "unisigned short"}} 320 var UIntType Type = &unsignedFixedType{fixedType{32, 32, UInt, "unsigned int"}} 331 &unsignedFixedType{fixedType{32, 32, ULong, "unsigned long"}}, [all …]
|