Searched defs:getJavaType (Results 1 – 9 of 9) sorted by relevance
50 std::string DeathRecipientType::getJavaType(bool /* forInitializer */) const { in getJavaType() function in android::DeathRecipientType
57 std::string StringType::getJavaType(bool /* forInitializer */) const { in getJavaType() function in android::StringType
74 std::string ScalarType::getJavaType(bool /* forInitializer */) const { in getJavaType() function in android::ScalarType
90 std::string EnumType::getJavaType(bool forInitializer) const { in getJavaType() function in android::EnumType741 std::string BitFieldType::getJavaType(bool forInitializer) const { in getJavaType() function in android::BitFieldType
109 std::string ArrayType::getJavaType(bool forInitializer) const { in getJavaType() function in android::ArrayType
114 std::string VectorType::getJavaType(bool /* forInitializer */) const { in getJavaType() function in android::VectorType
102 std::string CompoundType::getJavaType(bool /* forInitializer */) const { in getJavaType() function in android::CompoundType
141 std::string Type::getJavaType(bool /* forInitializer */) const { in getJavaType() function in android::Type
638 std::string Interface::getJavaType(bool /* forInitializer */) const { in getJavaType() function in android::Interface