Searched defs:CppType (Results 1 – 2 of 2) sorted by relevance
/system/tools/xsdc/src/com/android/xsdc/cpp/ | ||
D | CppType.java | 19 interface CppType { interface |
/system/tools/aidl/ | ||
D | type_cpp.h | 52 std::string CppType() const { return cpp_type_; } in CppType() function |