Home
last modified time | relevance | path

Searched defs:unionType (Results 1 – 9 of 9) sorted by relevance

/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/ast/validator/
DJava7ValidatorTest.java83 UnionType unionType = new UnionType(); in multiCatchWithoutElements() local
93 UnionType unionType = new UnionType(); in multiCatchWithOneElement() local
/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
DUnionInNestedNS.py9 def UnionInNestedNSCreator(unionType, table): argument
/external/flatbuffers/tests/MyGame/Example/
DAnyAmbiguousAliases.py11 def AnyAmbiguousAliasesCreator(unionType, table): argument
DAnyUniqueAliases.py11 def AnyUniqueAliasesCreator(unionType, table): argument
DAny.py11 def AnyCreator(unionType, table): argument
/external/flatbuffers/python/flatbuffers/reflection/
DEnumVal.py85 def EnumValAddUnionType(builder, unionType): builder.PrependUOffsetTRelativeSlot(3, flatbuffers.num… argument
86 def AddUnionType(builder, unionType): argument
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/
DJavaParserFacade.java545 UnionType unionType = (UnionType) type; in convertToUsage() local
/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/printer/lexicalpreservation/
DLexicalPreservingPrinterTest.java504 UnionType unionType = (UnionType) catchClause.getParameter().getType(); in printUnionType() local
/external/flatbuffers/tests/
Dmonster_test_generated.py38 def AnyCreator(unionType, table): argument
57 def AnyUniqueAliasesCreator(unionType, table): argument
76 def AnyAmbiguousAliasesCreator(unionType, table): argument