Home
last modified time | relevance | path

Searched refs:Int32TType (Results 1 – 4 of 4) sorted by relevance

/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dcpp_types_test.go51 Field("field1", Int32TType),
Dvulkan_types.go107 "int32_t": cpp_types.Int32TType,
Dvulkan_xml.go869 basetype := cpp_types.Int32TType
Dcpp_types.go395 var Int32TType Type = &signedFixedType{fixedType{32, 32, Int32T, "std::int32_t"}} var