Home
last modified time | relevance | path

Searched refs:CppType (Results 1 – 5 of 5) sorted by relevance

/system/tools/xsdc/src/com/android/xsdc/cpp/
DCppCodeGenerator.java338 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 …]
DCppType.java19 interface CppType { interface
DCppComplexType.java19 class CppComplexType implements CppType {
DCppSimpleType.java19 class CppSimpleType implements CppType {
/system/extras/libjsonpb/verify/
Dverify.cpp87 if (field_descriptor->cpp_type() != FieldDescriptor::CppType::CPPTYPE_MESSAGE) { in AllFieldsAreKnown()