Searched refs:ShortReferenceMap (Results 1 – 15 of 15) sorted by relevance
23 class SP_API ShortReferenceMap : public Named {25 ShortReferenceMap();26 ShortReferenceMap(const StringC &);38 ShortReferenceMap(const ShortReferenceMap &); // undefined39 void operator=(const ShortReferenceMap &); // undefined48 Boolean ShortReferenceMap::defined() const in defined()54 const StringC *ShortReferenceMap::entityName(size_t i) const in entityName()63 const ConstPtr<Entity> &ShortReferenceMap::entity(size_t i) const in entity()72 void ShortReferenceMap::setEntityMap(Vector<ConstPtr<Entity> > &map) in setEntityMap()78 Boolean ShortReferenceMap::used() const in used()[all …]
29 const ShortReferenceMap *currentMap,45 const ShortReferenceMap *map() const;46 void setMap(const ShortReferenceMap *);62 const ShortReferenceMap *map_;144 const ShortReferenceMap *OpenElement::map() const in map()150 void OpenElement::setMap(const ShortReferenceMap *map) in setMap()
35 typedef NamedTableIter<ShortReferenceMap> ShortReferenceMapIter;72 const ShortReferenceMap *lookupShortReferenceMap(const StringC &) const;73 ShortReferenceMap *lookupShortReferenceMap(const StringC &);74 ShortReferenceMap *insertShortReferenceMap(ShortReferenceMap *);113 NamedTable<ShortReferenceMap> shortReferenceMapTable_;398 const ShortReferenceMap *Dtd::lookupShortReferenceMap(const StringC &name) const in lookupShortReferenceMap()404 ShortReferenceMap *Dtd::lookupShortReferenceMap(const StringC &name) in lookupShortReferenceMap()410 ShortReferenceMap *Dtd::insertShortReferenceMap(ShortReferenceMap *map) in insertShortReferenceMap()419 return NamedTableIter<ShortReferenceMap>(shortReferenceMapTable_); in shortReferenceMapIter()
28 class ShortReferenceMap; variable103 void setMap(const ShortReferenceMap *);110 const ShortReferenceMap *map() const;118 const ShortReferenceMap *map_;264 void ElementType::setMap(const ShortReferenceMap *map) in setMap()270 const ShortReferenceMap *ElementType::map() const in map()
364 UsemapEvent(const ShortReferenceMap *,370 const ShortReferenceMap *map() const;377 const ShortReferenceMap *map_;761 ShortrefDeclEvent(const ShortReferenceMap *,766 const ShortReferenceMap *map() const;770 const ShortReferenceMap *map_;1051 const ShortReferenceMap *UsemapEvent::map() const in map()1317 const ShortReferenceMap *ShortrefDeclEvent::map() const in map()
47 static const ShortReferenceMap theEmptyMap;
16 ShortReferenceMap::ShortReferenceMap() in ShortReferenceMap() function in SP_NAMESPACE::ShortReferenceMap21 ShortReferenceMap::ShortReferenceMap(const StringC &name) in ShortReferenceMap() function in SP_NAMESPACE::ShortReferenceMap26 void ShortReferenceMap::setNameMap(Vector<StringC> &map) in setNameMap()
18 const ShortReferenceMap *map, in OpenElement()
92 const ShortReferenceMap *tem = to.map_; in swap()
23 LinkProcess.o Lpd.o parseDecl.o ShortReferenceMap.o \
19 const ShortReferenceMap ContentState::theEmptyMap;
272 UsemapEvent::UsemapEvent(const ShortReferenceMap *map, in UsemapEvent()507 ShortrefDeclEvent::ShortrefDeclEvent(const ShortReferenceMap *map, in ShortrefDeclEvent()
1848 ShortReferenceMap *map = lookupCreateMap(parm.token); in parseShortrefDecl()1918 ShortReferenceMap *Parser::lookupCreateMap(const StringC &name) in lookupCreateMap()1920 ShortReferenceMap *map = defDtd().lookupShortReferenceMap(name); in lookupCreateMap()1922 map = new ShortReferenceMap(name); in lookupCreateMap()1940 const ShortReferenceMap *map; in parseUsemapDecl()1949 ShortReferenceMap *tem = lookupCreateMap(parm.token); in parseUsemapDecl()2231 const ShortReferenceMap *map = p->map(); in checkDtd()2243 ShortReferenceMap *map = mapIter.next(); in checkDtd()
273 ShortReferenceMap *lookupCreateMap(const StringC &);
840 const ShortReferenceMap *map = e->map(); in pushElementCheck()971 const ShortReferenceMap *map = e->map(); in pushElementCheck()