Searched refs:InstantiableName (Results 1 – 4 of 4) sorted by relevance
50 virtual std::string InstantiableName() const;225 std::string InstantiableName() const override;274 std::string InstantiableName() const override;
51 string Type::InstantiableName() const { return JavaType(); } in InstantiableName() function in android::aidl::java::Type196 string ListType::InstantiableName() const { return "java.util.ArrayList"; } in InstantiableName() function in android::aidl::java::ListType237 string GenericListType::InstantiableName() const { in InstantiableName() function in android::aidl::java::GenericListType
300 NewExpression* ne = new NewExpression(interfaceType->GetProxy()->InstantiableName()); in make_as_interface()461 statements->Add(new Assignment(v, new NewExpression(t->InstantiableName()))); in generate_stub_code()
536 EXPECT_EQ("p.Bar", java_type->InstantiableName()); in TEST_F()