Searched defs:unionType (Results  1 – 9 of 9) sorted by relevance
| /external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/ast/validator/ | 
| D | Java7ValidatorTest.java | 83         UnionType unionType = new UnionType();  in multiCatchWithoutElements()  local93         UnionType unionType = new UnionType();  in multiCatchWithOneElement()  local
 
 | 
| /external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/ | 
| D | UnionInNestedNS.py | 9 def UnionInNestedNSCreator(unionType, table):  argument
 | 
| /external/flatbuffers/tests/MyGame/Example/ | 
| D | AnyAmbiguousAliases.py | 11 def AnyAmbiguousAliasesCreator(unionType, table):  argument
 | 
| D | AnyUniqueAliases.py | 11 def AnyUniqueAliasesCreator(unionType, table):  argument
 | 
| D | Any.py | 11 def AnyCreator(unionType, table):  argument
 | 
| /external/flatbuffers/python/flatbuffers/reflection/ | 
| D | EnumVal.py | 85 def EnumValAddUnionType(builder, unionType): builder.PrependUOffsetTRelativeSlot(3, flatbuffers.num…  argument86 def AddUnionType(builder, unionType):  argument
 
 | 
| /external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/ | 
| D | JavaParserFacade.java | 545             UnionType unionType = (UnionType) type;  in convertToUsage()  local
 | 
| /external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/printer/lexicalpreservation/ | 
| D | LexicalPreservingPrinterTest.java | 504         UnionType unionType = (UnionType) catchClause.getParameter().getType();  in printUnionType()  local
 | 
| /external/flatbuffers/tests/ | 
| D | monster_test_generated.py | 38 def AnyCreator(unionType, table):  argument57 def AnyUniqueAliasesCreator(unionType, table):  argument
 76 def AnyAmbiguousAliasesCreator(unionType, table):  argument
 
 |