Home
last modified time | relevance | path

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

/aosp12/system/tools/xsdc/src/com/android/xsdc/cpp/
H A DCppCodeGenerator.java344 CppType cppType; in printClass() local
445 CppType cppType = parseType(elementValue.getType(), elementValue.getName()); in printParser() local
546 CppType cppType = parseType(elementValue.getType(), elementValue.getName()); in printWriter() local
796 CppType cppType = parseType(element.getType(), element.getName()); in printXmlParser() local
835 CppType cppType = parseType(element.getType(), element.getName()); in printXmlWriter() local
/aosp12/system/tools/aidl/
H A Dgenerate_cpp.cpp525 std::string cppType = CppNameOf(constant->GetType(), typenames); in BuildConstantDefinitions() local
548 std::string cppType = CppNameOf(constant->GetType(), typenames); in BuildConstantDeclarations() local
1106 string cppType = CppNameOf(variable.GetType(), typenames); in GetInitializer() local
1218 std::string cppType = CppNameOf(variable->GetType(), typenames); in BuildParcelFields() local
/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DPooling.cpp391 #define POOLING_DISPATCH_INPUT_TYPE(name, type, cppType) \ argument