Home
last modified time | relevance | path

Searched refs:typeArguments (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/idlc/source/
H A Daststructinstance.cxx38 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()
/aoo41x/main/idlc/inc/idlc/
H A Daststructinstance.hxx36 AstType const * typeTemplate, DeclList const * typeArguments,
/aoo41x/main/ridljar/com/sun/star/lib/uno/typedesc/
H A DTypeDescription.java568 TypeDescription[] typeArguments) in calculateFieldDescriptions() argument
602 ? typeArguments[index] in calculateFieldDescriptions()

Completed in 29 milliseconds