Searched refs:cppType (Results 1 – 2 of 2) sorted by relevance
213 CppType cppType; in printClass() local223 cppType = new CppComplexType(nameScope + name + "::"+ innerName); in printClass()225 cppType = parseType(elementValue.getType(), getElementName(elementValue)); in printClass()227 elementTypes.add(cppType); in printClass()295 CppType cppType = parseType(elementValue.getType(), elementValue.getName()); in printParser() local296 allElementTypes.add(cppType); in printParser()443 CppType cppType = parseType(element.getType(), element.getName()); in printXmlParser() local446 String typeName = cppType instanceof CppSimpleType ? cppType.getName() : in printXmlParser()447 Utils.toClassName(cppType.getName()); in printXmlParser()465 if (cppType instanceof CppSimpleType) { in printXmlParser()[all …]
747 std::string cppType = constant->GetType().GetLanguageType<Type>()->CppType(); in BuildInterfaceSource() local749 unique_ptr<MethodImpl> getter(new MethodImpl("const " + cppType + "&", in BuildInterfaceSource()753 StringPrintf("static const %s value(%s)", cppType.c_str(), in BuildInterfaceSource()934 std::string cppType = constant->GetType().GetLanguageType<Type>()->CppType(); in BuildInterfaceHeader() local935 unique_ptr<Declaration> getter(new MethodDecl("const " + cppType + "&", constant->GetName(), in BuildInterfaceHeader()