Searched refs:CppType (Results 1 – 5 of 5) sorted by relevance
338 List<CppType> elementTypes = new ArrayList<>(); in printClass()344 CppType cppType; in printClass()376 CppType type = elementTypes.get(i); in printClass()385 CppType type = attributeTypes.get(i); in printClass()405 CppType type = elementTypes.get(i); in printClass()415 CppType type = attributeTypes.get(i); in printClass()442 List<CppType> allElementTypes = new ArrayList<>(); in printParser()445 CppType cppType = parseType(elementValue.getType(), elementValue.getName()); in printParser()492 CppType type = allElementTypes.get(i); in printParser()502 CppType type = allElementTypes.get(i); in printParser()[all …]
19 interface CppType { interface
19 class CppComplexType implements CppType {
19 class CppSimpleType implements CppType {
87 if (field_descriptor->cpp_type() != FieldDescriptor::CppType::CPPTYPE_MESSAGE) { in AllFieldsAreKnown()