Searched refs:CppType (Results 1 – 8 of 8) sorted by relevance
211 List<CppType> elementTypes = new ArrayList<>(); in printClass()213 CppType cppType; in printClass()239 CppType type = elementTypes.get(i); in printClass()248 CppType type = attributeTypes.get(i); in printClass()261 CppType type = elementTypes.get(i); in printClass()270 CppType type = attributeTypes.get(i); in printClass()292 List<CppType> allElementTypes = new ArrayList<>(); in printParser()295 CppType cppType = parseType(elementValue.getType(), elementValue.getName()); in printParser()311 CppType type = allAttributeTypes.get(i); in printParser()333 CppType type = allElementTypes.get(i); in printParser()[all …]
19 interface CppType { interface
19 class CppComplexType implements CppType {
19 class CppSimpleType implements CppType {
52 std::string CppType() const { return cpp_type_; } in CppType() function
106 literal = type->CppType(); in BuildArgList()132 literal = StringPrintf("%s* %s", return_type->CppType().c_str(), in BuildArgList()203 string type = cpp_type->CppType(); in DeclareLocalVariable()499 "%s %s", return_type->CppType().c_str(), in HandleServerTransaction()747 std::string cppType = constant->GetType().GetLanguageType<Type>()->CppType(); in BuildInterfaceSource()934 std::string cppType = constant->GetType().GetLanguageType<Type>()->CppType(); in BuildInterfaceHeader()1020 out << type->CppType().c_str() << " " << variable->GetName().c_str(); in BuildParcelHeader()1022 out << " = " << type->CppType().c_str() << "(" in BuildParcelHeader()
509 EXPECT_EQ("::p::Outer::Inner", cpp_type->CppType()); in TEST_F()525 EXPECT_EQ("::p::Bar", cpp_type->CppType()); in TEST_F()
93 FieldDescriptor::CppType::CPPTYPE_MESSAGE) { in AllFieldsAreKnown()