Home
last modified time | relevance | path

Searched defs:cppType (Results 1 – 2 of 2) sorted by relevance

/system/tools/xsdc/src/com/android/xsdc/cpp/
DCppCodeGenerator.java245 CppType cppType; in printClass() local
345 CppType cppType = parseType(elementValue.getType(), elementValue.getName()); in printParser() local
445 CppType cppType = parseType(elementValue.getType(), elementValue.getName()); in printWriter() local
682 CppType cppType = parseType(element.getType(), element.getName()); in printXmlParser() local
718 CppType cppType = parseType(element.getType(), element.getName()); in printXmlWriter() local
/system/tools/aidl/
Dgenerate_cpp.cpp807 std::string cppType = CppNameOf(constant->GetType(), typenames); in BuildInterfaceSource() local
975 std::string cppType = CppNameOf(constant->GetType(), typenames); in BuildInterfaceHeader() local
1103 std::string cppType = CppNameOf(variable->GetType(), typenames); in BuildParcelHeader() local