Searched refs:CppType (Results 1 – 5 of 5) sorted by relevance
239 List<CppType> elementTypes = new ArrayList<>(); in printClass()245 CppType cppType; in printClass()277 CppType type = elementTypes.get(i); in printClass()286 CppType type = attributeTypes.get(i); in printClass()305 CppType type = elementTypes.get(i); in printClass()315 CppType type = attributeTypes.get(i); in printClass()342 List<CppType> allElementTypes = new ArrayList<>(); in printParser()345 CppType cppType = parseType(elementValue.getType(), elementValue.getName()); in printParser()361 CppType type = allAttributeTypes.get(i); in printParser()393 CppType type = allElementTypes.get(i); in printParser()[all …]
19 interface CppType { interface
19 class CppComplexType implements CppType {
19 class CppSimpleType implements CppType {
93 FieldDescriptor::CppType::CPPTYPE_MESSAGE) { in AllFieldsAreKnown()