Home
last modified time | relevance | path

Searched refs:ElementEntry (Results 1 – 25 of 32) sorted by relevance

12

/dports/textproc/jade/jade-1.2.1/style/
H A DNumberCache.h36 struct ElementEntry : Entry { struct
37 ElementEntry(const StringC &);
41 NamedTable<ElementEntry> elementNumbers_; argument
42 friend struct ElementEntry;
H A DNumberCache.cxx33 ElementEntry *entry = elementNumbers_.lookup(resetGi); in elementNumberAfter()
67 elementNumbers_.insert(entry = new ElementEntry(resetGi)); in elementNumberAfter()
99 ElementEntry *entry = elementNumbers_.lookup(gi); in elementNumber()
131 elementNumbers_.insert(entry = new ElementEntry(gi)); in elementNumber()
203 NumberCache::ElementEntry::ElementEntry(const StringC &name) in ElementEntry() function in DSSSL_NAMESPACE::NumberCache::ElementEntry
H A Dstyle_inst.cxx691 #pragma define_template NamedTable<NumberCache::ElementEntry>
694 #pragma define(NamedTable<NumberCache::ElementEntry>)
697 template class NamedTable<NumberCache::ElementEntry>;
699 typedef NamedTable<NumberCache::ElementEntry> Dummy_47;
704 #pragma define_template NCVector<NamedTable<NumberCache::ElementEntry> >
707 #pragma define(NCVector<NamedTable<NumberCache::ElementEntry> >)
710 template class NCVector<NamedTable<NumberCache::ElementEntry> >;
712 typedef NCVector<NamedTable<NumberCache::ElementEntry> > Dummy_48;
H A Dstyle_inst.m4118 __instantiate(NamedTable<NumberCache::ElementEntry>)
119 __instantiate(NCVector<NamedTable<NumberCache::ElementEntry> >)
/dports/textproc/openjade/openjade-1.3.3-pre1/style/
H A DNumberCache.h36 struct ElementEntry : Entry { struct
37 ElementEntry(const StringC &);
41 NamedTable<ElementEntry> elementNumbers_; argument
42 friend struct ElementEntry;
H A DNumberCache.cxx33 ElementEntry *entry = elementNumbers_.lookup(resetGi); in new()
67 elementNumbers_.insert(entry = new ElementEntry(resetGi)); in new()
99 ElementEntry *entry = elementNumbers_.lookup(gi);
131 elementNumbers_.insert(entry = new ElementEntry(gi));
203 NumberCache::ElementEntry::ElementEntry(const StringC &name)
H A Dstyle_inst.m4119 __instantiate(NamedTable<NumberCache::ElementEntry>)
120 __instantiate(NCVector<NamedTable<NumberCache::ElementEntry> >)
/dports/www/chromium-legacy/chromium-88.0.4324.182/storage/browser/blob/
H A Dblob_registry_impl.cc37 struct ElementEntry { struct in storage::BlobRegistryImpl::BlobUnderConstruction
38 explicit ElementEntry(blink::mojom::DataElementPtr e) in ElementEntry() argument
46 ElementEntry(ElementEntry&& other) = default;
47 ~ElementEntry() = default;
49 ElementEntry& operator=(ElementEntry&& other) = default;
61 std::vector<ElementEntry> elements, in BlobUnderConstruction()
191 std::vector<ElementEntry> elements_;
537 std::vector<BlobUnderConstruction::ElementEntry> element_entries; in Register()
540 BlobUnderConstruction::ElementEntry entry(std::move(element)); in Register()
/dports/devel/poco/poco-1.10.1-all/XML/include/Poco/XML/
H A DXMLStreamParser.h323 struct ElementEntry struct
325 ElementEntry(std::size_t d, Content c = Content::Mixed):
338 typedef std::vector<ElementEntry> ElementState; argument
339 std::vector<ElementEntry> _elementState;
343 const ElementEntry* getElement() const;
344 const ElementEntry* getElementImpl() const;
477 if (const ElementEntry* e = getElement()) in attributeMap()
590 inline const XMLStreamParser::ElementEntry* XMLStreamParser::getElement() const in getElement()
599 if (const ElementEntry* e = getElement()) in attribute()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/alan3/
H A Dparse.cpp752 static ElementEntry *elementForParameter(ElementEntry *elms) { in elementForParameter()
762 static ElementEntry *elementForEndOfSyntax(ElementEntry *elms) { in elementForEndOfSyntax()
771 static ElementEntry *elementForWord(ElementEntry *elms, Aint wordCode) { in elementForWord()
795 ElementEntry *currentElement = elementTreeOf(syntax); in parseInputAccordingToSyntax()
796 ElementEntry *nextElement = currentElement; in parseInputAccordingToSyntax()
821 currentElement = (ElementEntry *) pointerTo(nextElement->next); in parseInputAccordingToSyntax()
833 currentElement = (ElementEntry *) pointerTo(nextElement->next); in parseInputAccordingToSyntax()
1024 static void handleFailedParse(CONTEXT, ElementEntry *elms) { in handleFailedParse()
1046 static ElementEntry *parseInput(CONTEXT, ParameterPosition *parameterPositions) { in parseInput()
1047 ElementEntry *element; in parseInput()
[all …]
H A Dsyntax.cpp42 ElementEntry *elementTreeOf(SyntaxEntry *stx) { in elementTreeOf()
43 return (ElementEntry *) pointerTo(stx->elms); in elementTreeOf()
H A Dsyntax.h38 extern ElementEntry *elementTreeOf(SyntaxEntry *stx);
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/alan3/
H A Dparse.cpp752 static ElementEntry *elementForParameter(ElementEntry *elms) { in elementForParameter()
762 static ElementEntry *elementForEndOfSyntax(ElementEntry *elms) { in elementForEndOfSyntax()
771 static ElementEntry *elementForWord(ElementEntry *elms, Aint wordCode) { in elementForWord()
795 ElementEntry *currentElement = elementTreeOf(syntax); in parseInputAccordingToSyntax()
796 ElementEntry *nextElement = currentElement; in parseInputAccordingToSyntax()
821 currentElement = (ElementEntry *) pointerTo(nextElement->next); in parseInputAccordingToSyntax()
833 currentElement = (ElementEntry *) pointerTo(nextElement->next); in parseInputAccordingToSyntax()
1024 static void handleFailedParse(CONTEXT, ElementEntry *elms) { in handleFailedParse()
1046 static ElementEntry *parseInput(CONTEXT, ParameterPosition *parameterPositions) { in parseInput()
1047 ElementEntry *element; in parseInput()
[all …]
H A Dsyntax.cpp42 ElementEntry *elementTreeOf(SyntaxEntry *stx) { in elementTreeOf()
43 return (ElementEntry *) pointerTo(stx->elms); in elementTreeOf()
H A Dsyntax.h38 extern ElementEntry *elementTreeOf(SyntaxEntry *stx);
/dports/devel/poco/poco-1.10.1-all/XML/src/
H A DXMLStreamParser.cpp228 if (const ElementEntry* e = getElement()) in attribute()
249 if (const ElementEntry* e = getElement()) in attribute()
270 if (const ElementEntry* e = getElement()) in attributePresent()
339 const XMLStreamParser::ElementEntry* XMLStreamParser::getElementImpl() const in getElementImpl()
345 const ElementEntry* r(0); in getElementImpl()
365 const ElementEntry& e(_elementState.back()); in popElement()
412 if (const ElementEntry* pEntry = getElement()) in nextImpl()
755 ElementEntry* pe(0); in handleStartElement()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/storage/browser/blob/
H A Dblob_registry_impl.cc64 struct ElementEntry { struct in storage::BlobRegistryImpl::BlobUnderConstruction
65 explicit ElementEntry(blink::mojom::DataElementPtr e) in ElementEntry() argument
73 ElementEntry(ElementEntry&& other) = default;
74 ~ElementEntry() = default;
76 ElementEntry& operator=(ElementEntry&& other) = default;
191 std::vector<ElementEntry> elements_;
/dports/multimedia/gpac-libgpac/gpac-1.0.0/extra_lib/include/platinum/
H A DPltMediaCache.h58 typedef typename NPT_Map<NPT_String,T>::Entry ElementEntry; typedef
59 typedef typename NPT_List<ElementEntry*>::Iterator ElementIterator;
/dports/multimedia/gpac-mp4box/gpac-1.0.0/extra_lib/include/platinum/
H A DPltMediaCache.h58 typedef typename NPT_Map<NPT_String,T>::Entry ElementEntry; typedef
59 typedef typename NPT_List<ElementEntry*>::Iterator ElementIterator;
/dports/java/servingxml/servingxml-1.1.2/servingxml-framework/src/main/java/com/servingxml/util/xml/
H A DPrefixMappingXmlFilter.java159 static class ElementEntry { class in PrefixMappingXmlFilter
163 ElementEntry(PrefixMap prefixMap, String prefix) { in ElementEntry() method in PrefixMappingXmlFilter.ElementEntry
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/tools/mediaserver/upnpsdk/Platinum/Source/Devices/MediaServer/
H A DPltMediaCache.h58 typedef typename NPT_Map<NPT_String,T>::Entry ElementEntry; typedef
59 typedef typename NPT_List<ElementEntry*>::Iterator ElementIterator;
/dports/multimedia/kodi/xbmc-19.3-Matrix/lib/libUPnP/Platinum/Source/Devices/MediaServer/
H A DPltMediaCache.h58 typedef typename NPT_Map<NPT_String,T>::Entry ElementEntry; typedef
59 typedef typename NPT_List<ElementEntry*>::Iterator ElementIterator;
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmlscript/source/xml_helper/
H A Dxml_impctx.cxx65 struct ElementEntry struct
70 ElementEntry() in ElementEntry() function
107 std::vector< ElementEntry > m_elements;
424 ElementEntry elementEntry; in startElement()
562 ElementEntry& rEntry = m_elements.back(); in endElement()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmlscript/source/xml_helper/
H A Dxml_impctx.cxx70 struct ElementEntry struct
75 ElementEntry() in ElementEntry() function
112 std::vector< ElementEntry > m_elements;
423 ElementEntry elementEntry; in startElement()
561 ElementEntry& rEntry = m_elements.back(); in endElement()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Serialization.Xml/tests/Canonicalization/CryptoCanonicalization/
H A DCanonicalWriter.cs34 private ElementEntry[] _elements;
71 _elements = new ElementEntry[InitialElementStackSize]; in CanonicalWriter()
336 ElementEntry[] newElements = new ElementEntry[_elements.Length * 2]; in PushElement()
1063 private struct ElementEntry struct in System.Runtime.Serialization.Xml.Canonicalization.Tests.CanonicalWriter

12