Home | History | Annotate | Download | only in include

Lines Matching refs:Container

71     interface Container;
87 readonly attribute Container defined_in;
101 in Container new_container,
172 interface Container : IRObject
174 The Container interface is used to form a containment hierarchy
175 in the Interface Repository. A Container can contain any number
327 interface Repository : Container
356 interface ModuleDef : Container, Contained
411 interface StructDef : TypedefDef, Container
420 interface UnionDef : TypedefDef, Container
497 interface ExceptionDef : Contained, Container
588 interface InterfaceDef : Container, Contained, IDLType
663 interface ValueDef : Container, Contained, IDLType