Home
last modified time | relevance | path

Searched refs:popElement (Results 1 – 25 of 293) sorted by relevance

12345678910>>...12

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/
H A DCompletionParser.java2242 popElement(K_ARRAY_CREATION); in consumeArrayCreationExpressionWithInitializer()
2247 popElement(K_ARRAY_CREATION); in consumeArrayCreationExpressionWithoutInitializer()
2296 popElement(K_CAST_STATEMENT); in consumeCastExpressionWithPrimitiveType()
2309 popElement(K_CAST_STATEMENT); in consumeCastExpressionWithGenericsArray()
2323 popElement(K_CAST_STATEMENT); in consumeCastExpressionWithQualifiedGenericsArray()
2337 popElement(K_CAST_STATEMENT); in consumeCastExpressionWithNameArray()
2350 popElement(K_CAST_STATEMENT); in consumeCastExpressionLL1()
2618 popElement(K_SWITCH_LABEL); in consumeDefaultLabel()
3712 popElement(K_LABEL); in consumeStatementLabel()
3719 popElement(K_SWITCH_LABEL); in consumeStatementSwitch()
[all …]
/dports/games/gtkradiant/GPL/GtkRadiant/plugins/mapxml/
H A Dxmlparse.cpp84 void popElement(const char* name) in popElement() function in SubPrimitiveImporter
86 m_importer->popElement(name); in popElement()
132 void popElement(const char* name) in popElement() function in PrimitiveImporter
139 m_importer->popElement(name); in popElement()
181 void popElement(const char* name) in popElement() function in EntityImporter
230 void popElement(const char* name) in popElement() function in MapQ3Importer
258 void popElement(const char* name) in popElement() function in TreeXMLImporterStack
261 m_importers.back().get().popElement(name); in popElement()
H A Dxmlwrite.cpp73 m_importer.popElement("entity"); in post()
89 writer.popElement(element.name()); in Map_Write()
/dports/games/netradiant/netradiant-20150621-src/plugins/mapxml/
H A Dxmlparse.cpp78 void popElement( const char* name ){ in popElement() function in SubPrimitiveImporter
79 m_importer->popElement( name ); in popElement()
119 void popElement( const char* name ){ in popElement() function in PrimitiveImporter
124 m_importer->popElement( name ); in popElement()
160 void popElement( const char* name ){ in popElement() function in EntityImporter
202 void popElement( const char* name ){ in popElement() function in MapDoom3Importer
225 void popElement( const char* name ){ in popElement() function in TreeXMLImporterStack
227 m_importers.back().get().popElement( name ); in popElement()
H A Dxmlwrite.cpp66 m_importer.popElement( "entity" ); in post()
81 writer.popElement( element.name() ); in Map_Write()
/dports/games/netradiant/netradiant-20150621-src/radiant/
H A Dbrushxml.h127 void popElement( const char* name ){ in popElement() function
186 importer.popElement( element.name() ); in FaceTexdef_exportXML()
200 importer.popElement( element.name() ); in FaceTexdef_BP_exportXML()
212 importer.popElement( element.name() ); in FaceShader_ContentsFlagsValue_exportXML()
230 importer.popElement( element.name() ); in FacePlane_exportXML()
269 importer.popElement( c.name() ); in FacePolygon_exportXML()
272 importer.popElement( element.name() ); in FacePolygon_exportXML()
289 importer.popElement( element.name() ); in exportXML()
365 void popElement( const char* name ){ in popElement() function
377 faceImporter().popElement( name ); in popElement()
[all …]
H A Declass_xml.cpp154 virtual void popElement( const char* name ) = 0;
183 void popElement( const char* elementName ){ in popElement() function in __anonf7f22c790111::BreakImporter
223 void popElement( const char* elementName ){ in popElement() function in __anonf7f22c790111::AttributeImporter
320 void popElement( const char* elementName ){ in popElement() function in __anonf7f22c790111::ClassImporter
346 void popElement( const char* elementName ){ in popElement() function in __anonf7f22c790111::ItemImporter
378 void popElement( const char* elementName ){ in popElement() function in __anonf7f22c790111::ListAttributeImporter
429 void popElement( const char* elementName ){ in popElement() function in __anonf7f22c790111::ClassesImporter
468 void popElement( const char* elementName ){ in popElement() function in __anonf7f22c790111::EclassXMLImporter
492 void popElement( const char* name ){ in popElement() function in __anonf7f22c790111::TreeXMLImporterStack
494 m_importers.back().get().popElement( name ); in popElement()
H A Dbuild.cpp136 importer.popElement( conditionElement.name() ); in exportXML()
196 void popElement( const char* name ){ in popElement() function in VariableStringXMLConstructor
218 void popElement( const char* name ){ in popElement() function in ConditionalXMLConstructor
251 void popElement( const char* name ){ in popElement() function in ToolXMLConstructor
290 void popElement( const char* name ){ in popElement() function in BuildXMLConstructor
387 void popElement( const char* name ){ in popElement() function in ProjectXMLConstructor
406 void popElement( const char* name ){ in popElement() function in SkipAllParser
445 void popElement( const char* name ){ in popElement() function in RootXMLConstructor
522 void popElement( const char* name ){ in popElement() function in XMLParser
524 m_stack.back()->popElement( name ); in popElement()
[all …]
H A Dpreferencedictionary.h162 importer.popElement( epair_element.name() ); in exportXML()
166 importer.popElement( qpref_element.name() ); in exportXML()
253 void popElement( const char* name ){ in popElement() function
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/pilotfile/
H A DJSONFileHandler.cpp83 void pilot::JSONFileHandler::popElement() { in popElement() function in pilot::JSONFileHandler
152 popElement(); in endSectionWrite()
157 popElement(); in endWritingSections()
175 popElement(); in endArrayWrite()
270 popElement(); in nextSection()
298 popElement(); in endSectionRead()
303 popElement(); in endSectionRead()
334 popElement(); in nextArraySection()
362 popElement(); in endArrayRead()
367 popElement(); in endArrayRead()
/dports/games/gtkradiant/GPL/GtkRadiant/radiant/
H A Dbrushxml.h141 void popElement(const char* name) in popElement() function
203 importer.popElement(element.name()); in FaceTexdef_exportXML()
218 importer.popElement(element.name()); in FaceTexdef_BP_exportXML()
231 importer.popElement(element.name()); in FaceShader_ContentsFlagsValue_exportXML()
250 importer.popElement(element.name()); in FacePlane_exportXML()
269 importer.popElement(element.name()); in exportXML()
350 void popElement(const char* name) in popElement() function
363 faceImporter().popElement(name); in popElement()
404 importer.popElement(element.name()); in exportXML()
408 importer.popElement(brushElement.name()); in exportXML()
H A Declass_xml.cpp71 virtual void popElement(const char* name) = 0;
105 void popElement(const char* elementName) in popElement() function in __anon8a4c1b160111::BreakImporter
151 void popElement(const char* elementName) in popElement() function in __anon8a4c1b160111::AttributeImporter
259 void popElement(const char* elementName) in popElement() function in __anon8a4c1b160111::ClassImporter
290 void popElement(const char* elementName) in popElement() function in __anon8a4c1b160111::ItemImporter
328 void popElement(const char* elementName) in popElement() function in __anon8a4c1b160111::ListAttributeImporter
389 void popElement(const char* elementName) in popElement() function in __anon8a4c1b160111::ClassesImporter
436 void popElement(const char* elementName) in popElement() function in __anon8a4c1b160111::EclassXMLImporter
465 void popElement(const char* name) in popElement() function in __anon8a4c1b160111::TreeXMLImporterStack
468 m_importers.back().get().popElement(name); in popElement()
H A Dbuild.cpp195 virtual void popElement(const char* name) = 0;
220 void popElement(const char* name) in popElement() function in VariableStringXMLConstructor
247 void popElement(const char* name) in popElement() function in ConditionalXMLConstructor
286 void popElement(const char* name) in popElement() function in ToolXMLConstructor
333 void popElement(const char* name) in popElement() function in BuildXMLConstructor
424 void popElement(const char* name) in popElement() function in ProjectXMLConstructor
448 void popElement(const char* name) in popElement() function in SkipAllParser
493 void popElement(const char* name) in popElement() function in RootXMLConstructor
580 void popElement(const char* name) in popElement() function in XMLParser
583 m_stack.back()->popElement(name); in popElement()
[all …]
H A Dpreferencedictionary.h182 importer.popElement(epair_element.name()); in exportXML()
186 importer.popElement(qpref_element.name()); in exportXML()
281 void popElement(const char* name) in popElement() function
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/components/componentcore/
H A Dcrumblebar.cpp90 crumblePath()->popElement(); in pushFile()
110 crumblePath()->popElement(); in pushInFileComponent()
168 crumblePath()->popElement(); in onCrumblePathElementClicked()
171 crumblePath()->popElement(); in onCrumblePathElementClicked()
179 crumblePath()->popElement(); in onCrumblePathElementClicked()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/impl/
H A DAssistParser.java412 popElement(K_METHOD_DELIMITER); in consumeClassBodyDeclaration()
418 popElement(K_SELECTOR); in consumeClassBodyopt()
448 popElement(K_SELECTOR); in consumeEnterAnonymousClassBody()
475 popElement(K_TYPE_DELIMITER); in consumeEnumConstantWithClassBody()
499 popElement(K_SELECTOR); in consumeExplicitConstructorInvocation()
730 popElement(K_SELECTOR); in consumeMethodInvocationName()
739 popElement(K_SELECTOR); in consumeMethodInvocationNameWithTypeArguments()
748 popElement(K_SELECTOR); in consumeMethodInvocationPrimary()
757 popElement(K_SELECTOR); in consumeMethodInvocationPrimaryWithTypeArguments()
766 popElement(K_SELECTOR); in consumeMethodInvocationSuper()
[all …]
/dports/graphics/geomview/geomview-1.9.5/src/bin/geomutil/vrml2oogl/lib/
H A DQvState.c++58 popElement((StackIndex) i); in pop()
62 QvState::popElement(StackIndex stackIndex) in popElement() function in QvState
/dports/textproc/dom4j/dom4j-1.6.1/src/java/org/dom4j/io/
H A DPruningElementStack.java57 public Element popElement() { in popElement() method in PruningElementStack
58 Element answer = super.popElement(); in popElement()
/dports/games/gtkradiant/GPL/GtkRadiant/libs/
H A Dentityxml.h42 void popElement(const char* name) in popElement() function
66 m_importer.popElement(element.name()); in visit()
/dports/games/netradiant/netradiant-20150621-src/libs/
H A Dentityxml.h41 void popElement( const char* name ){ in popElement() function
61 m_importer.popElement( element.name() ); in visit()
/dports/biology/protomol/protomol/framework/base/
H A DStack.h27 T popElement();
77 T Stack<T>::popElement() { in popElement() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/scripts/log/
H A Dlog_to_xml.py50 def popElement (self): member in BuildXMLLogHandler
73 self.popElement()
/dports/games/py-fife/fifengine-0.4.2/engine/core/util/structures/
H A Dpriorityqueue.h74 void popElement(void);
188 void FIFE::PriorityQueue<index_type, priority_type>::popElement(void) { in popElement() function
/dports/biology/lamarc/lamarc-2.1.8/src/convModel/
H A Dgc_datastore_export.cpp784 TiXmlElement * popElement = new TiXmlElement( xmlstr::XML_TAG_POPULATION.c_str()); in MakePopulationElemForUnlinkedLocus() local
785 popElement->SetAttribute( xmlstr::XML_ATTRTYPE_NAME.c_str(), in MakePopulationElemForUnlinkedLocus()
793 AddIndividualElem(popElement,individual,regionRef,locusRef,siteIndex); in MakePopulationElemForUnlinkedLocus()
796 return popElement; in MakePopulationElemForUnlinkedLocus()
803 regionElem->LinkEndChild(popElement); in AddPopulationElemForRegion()
804 popElement->SetAttribute( xmlstr::XML_ATTRTYPE_NAME.c_str(), in AddPopulationElemForRegion()
812 AddIndividualElem(popElement,individual,info.GetRegionRef()); in AddPopulationElemForRegion()
823 AddPanelElem(popElement, panelRef); in AddPopulationElemForRegion()
1239 TiXmlElement * popElement = in MakeUnlinkedSite() local
1241 if(popElement != NULL) in MakeUnlinkedSite()
[all …]
/dports/games/gtkradiant/GPL/GtkRadiant/libs/xml/
H A Dixml.h48 virtual void popElement(const char* name) = 0;

12345678910>>...12