Searched refs:typeArguments (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/idlc/source/ |
H A D | aststructinstance.cxx | 38 AstType const * typeTemplate, DeclList const * typeArguments) in createName() argument 41 if (typeArguments != 0) { in createName() 43 for (DeclList::const_iterator i(typeArguments->begin()); in createName() 44 i != typeArguments->end(); ++i) in createName() 46 if (i != typeArguments->begin()) { in createName() 61 AstType const * typeTemplate, DeclList const * typeArguments, in AstStructInstance() argument 64 NT_instantiated_struct, createName(typeTemplate, typeArguments), scope), in AstStructInstance() 65 m_typeTemplate(typeTemplate), m_typeArguments(*typeArguments) in AstStructInstance()
|
/aoo4110/main/idlc/inc/idlc/ |
H A D | aststructinstance.hxx | 36 AstType const * typeTemplate, DeclList const * typeArguments,
|
/aoo4110/main/ridljar/com/sun/star/lib/uno/typedesc/ |
H A D | TypeDescription.java | 568 TypeDescription[] typeArguments) in calculateFieldDescriptions() argument 602 ? typeArguments[index] in calculateFieldDescriptions()
|
Completed in 136 milliseconds