Home
last modified time | relevance | path

Searched refs:CppType (Results 1 – 3 of 3) sorted by relevance

/system/tools/aidl/
Dtype_cpp.h54 std::string CppType() const { return cpp_type_; } in CppType() function
Dgenerate_cpp.cpp117 literal = type->CppType(); in BuildArgList()
143 "%s* %s", return_type->CppType().c_str(), in BuildArgList()
202 string type = cpp_type->CppType(); in DeclareLocalVariable()
420 "%s %s", return_type->CppType().c_str(), in HandleServerTransaction()
Daidl_unittest.cpp279 EXPECT_EQ("::p::Bar", cpp_type->CppType()); in TEST_F()