Home
last modified time | relevance | path

Searched refs:CompiledModelGroup (Results 1 – 8 of 8) sorted by relevance

/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
H A DContentToken.h310 class SP_API CompiledModelGroup {
312 CompiledModelGroup(Owner<ModelGroup> &);
316 CompiledModelGroup *copy() const;
322 CompiledModelGroup(const CompiledModelGroup &); // undefined
323 void operator=(const CompiledModelGroup &); // undefined
347 MatchState(const CompiledModelGroup *); // may be 0
457 unsigned CompiledModelGroup::andStateSize() const in andStateSize()
463 Boolean CompiledModelGroup::containsPcdata() const in containsPcdata()
481 const LeafContentToken *CompiledModelGroup::initial() const in initial()
487 const ModelGroup *CompiledModelGroup::modelGroup() const in modelGroup()
H A DElementType.h44 Owner<CompiledModelGroup> &modelGroup);
45 const CompiledModelGroup *compiledModelGroup() const;
73 Owner<CompiledModelGroup> modelGroup_;
122 const CompiledModelGroup *ElementDefinition::compiledModelGroup() const in compiledModelGroup()
/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DContentState.cxx36 Owner<CompiledModelGroup> compiledModel(new CompiledModelGroup(model)); in startContent()
H A DElementType.cxx38 Owner<CompiledModelGroup> &LOCALmodelGroup) in ElementDefinition()
H A DContentToken.cxx191 CompiledModelGroup::CompiledModelGroup(Owner<ModelGroup> &modelGroup) in CompiledModelGroup() function in SP_NAMESPACE::CompiledModelGroup
196 void CompiledModelGroup::compile(size_t nElementTypeIndex, in compile()
596 MatchState::MatchState(const CompiledModelGroup *model) in MatchState()
H A Dparser_inst.m4192 __instantiate(Owner < CompiledModelGroup >\
H A DparseInstance.cxx1264 const CompiledModelGroup *grp in findMissingTag()
H A DparseDecl.cxx684 Owner<CompiledModelGroup> in parseElementDecl()
685 modelGroup(new CompiledModelGroup(parm.modelGroupPtr)); in parseElementDecl()