Home
last modified time | relevance | path

Searched refs:_currentPropertySet (Results 1 – 3 of 3) sorted by relevance

/dports/devel/ice37/ice-3.7.2/cpp/src/IceGrid/
H A DDescriptorParser.cpp67 IceInternal::UniquePtr<PropertySetDescriptorBuilder> _currentPropertySet; member in IceGrid::DescriptorHandler
333 if(_currentPropertySet.get()) in startElement()
335 _currentPropertySet->addPropertySet(attributes); in startElement()
347 _currentPropertySet.reset(_currentCommunicator->createPropertySet()); in startElement()
364 if(_currentPropertySet.get()) in startElement()
366 _currentPropertySet->addProperty(attributes); in startElement()
570 assert(_currentPropertySet.get()); in endElement()
571 if(_currentPropertySet->finish()) in endElement()
588 _currentNode->addPropertySet(_currentPropertySet->getId(), in endElement()
593 _currentApplication->addPropertySet(_currentPropertySet->getId(), in endElement()
[all …]
/dports/devel/php-ice37/ice-3.7.2/cpp/src/IceGrid/
H A DDescriptorParser.cpp67 IceInternal::UniquePtr<PropertySetDescriptorBuilder> _currentPropertySet; member in IceGrid::DescriptorHandler
333 if(_currentPropertySet.get()) in startElement()
335 _currentPropertySet->addPropertySet(attributes); in startElement()
347 _currentPropertySet.reset(_currentCommunicator->createPropertySet()); in startElement()
364 if(_currentPropertySet.get()) in startElement()
366 _currentPropertySet->addProperty(attributes); in startElement()
570 assert(_currentPropertySet.get()); in endElement()
571 if(_currentPropertySet->finish()) in endElement()
588 _currentNode->addPropertySet(_currentPropertySet->getId(), in endElement()
593 _currentApplication->addPropertySet(_currentPropertySet->getId(), in endElement()
[all …]
/dports/devel/py-ice37/ice-3.7.2/cpp/src/IceGrid/
H A DDescriptorParser.cpp67 IceInternal::UniquePtr<PropertySetDescriptorBuilder> _currentPropertySet; member in IceGrid::DescriptorHandler
333 if(_currentPropertySet.get()) in startElement()
335 _currentPropertySet->addPropertySet(attributes); in startElement()
347 _currentPropertySet.reset(_currentCommunicator->createPropertySet()); in startElement()
364 if(_currentPropertySet.get()) in startElement()
366 _currentPropertySet->addProperty(attributes); in startElement()
570 assert(_currentPropertySet.get()); in endElement()
571 if(_currentPropertySet->finish()) in endElement()
588 _currentNode->addPropertySet(_currentPropertySet->getId(), in endElement()
593 _currentApplication->addPropertySet(_currentPropertySet->getId(), in endElement()
[all …]