Lines Matching refs:OSL_ASSERT

136     OSL_ASSERT(child.is() && child->getParentAccess() == this);  in markChildAsModified()
143 OSL_ASSERT(dynamic_cast< ChildAccess * >(p.get()) != 0); in markChildAsModified()
169 OSL_ASSERT(broadcaster != 0); in initDisposeBroadcaster()
334 OSL_ASSERT(vec.back().is()); in getAllChildren()
352 OSL_ASSERT(false); in checkValue()
360 OSL_ASSERT(false); in checkValue()
390 OSL_ASSERT(localModifications != 0); in insertLocalizedValueChild()
405 OSL_ASSERT(changes != 0); in reportChildChanges()
423 OSL_ASSERT(globalModifications != 0); in commitChildChanges()
475 OSL_ASSERT(broadcaster != 0); in initBroadcasterAndChanges()
560 OSL_ASSERT( in initBroadcasterAndChanges()
582 OSL_ASSERT(!collectPropChanges); in initBroadcasterAndChanges()
685 OSL_ASSERT( in initBroadcasterAndChanges()
714 OSL_ASSERT(!collectPropChanges); in initBroadcasterAndChanges()
817 OSL_ASSERT(false); // this cannot happen in initBroadcasterAndChanges()
848 OSL_ASSERT(thisIs(IS_ANY)); in getTypes()
897 OSL_ASSERT(thisIs(IS_ANY)); in getImplementationId()
905 OSL_ASSERT(thisIs(IS_ANY)); in getImplementationName()
915 OSL_ASSERT(thisIs(IS_ANY)); in supportsService()
930 OSL_ASSERT(thisIs(IS_ANY)); in getSupportedServiceNames()
992 OSL_ASSERT(thisIs(IS_ANY)); in dispose()
1018 OSL_ASSERT(thisIs(IS_ANY)); in addEventListener()
1042 OSL_ASSERT(thisIs(IS_ANY)); in removeEventListener()
1052 OSL_ASSERT(thisIs(IS_ANY)); in getElementType()
1068 OSL_ASSERT(false); in getElementType()
1076 OSL_ASSERT(thisIs(IS_ANY)); in hasElements()
1087 OSL_ASSERT(thisIs(IS_ANY)); in getByName()
1101 OSL_ASSERT(thisIs(IS_ANY)); in getElementNames()
1118 OSL_ASSERT(thisIs(IS_ANY)); in hasByName()
1127 OSL_ASSERT(thisIs(IS_ANY)); in getByHierarchicalName()
1141 OSL_ASSERT(thisIs(IS_ANY)); in hasByHierarchicalName()
1151 OSL_ASSERT(thisIs(IS_ANY)); in addContainerListener()
1175 OSL_ASSERT(thisIs(IS_ANY)); in removeContainerListener()
1187 OSL_ASSERT(thisIs(IS_ANY)); in getExactName()
1196 OSL_ASSERT(thisIs(IS_GROUP)); in getProperties()
1212 OSL_ASSERT(thisIs(IS_GROUP)); in getPropertyByName()
1225 OSL_ASSERT(thisIs(IS_GROUP)); in hasPropertyByName()
1231 OSL_ASSERT(thisIs(IS_ANY)); in getHierarchicalName()
1255 OSL_ASSERT(thisIs(IS_ANY)); in composeHierarchicalName()
1275 OSL_ASSERT(thisIs(IS_ANY)); in getName()
1284 OSL_ASSERT(thisIs(IS_ANY)); in setName()
1340 OSL_ASSERT(false); // this cannot happen in setName()
1350 OSL_ASSERT(thisIs(IS_ANY)); in getAsProperty()
1359 OSL_ASSERT(thisIs(IS_GROUP)); in getPropertySetInfo()
1370 OSL_ASSERT(thisIs(IS_GROUP)); in setPropertyValue()
1396 OSL_ASSERT(thisIs(IS_GROUP)); in getPropertyValue()
1414 OSL_ASSERT(thisIs(IS_GROUP)); in addPropertyChangeListener()
1442 OSL_ASSERT(thisIs(IS_GROUP)); in removePropertyChangeListener()
1466 OSL_ASSERT(thisIs(IS_GROUP)); in addVetoableChangeListener()
1495 OSL_ASSERT(thisIs(IS_GROUP)); in removeVetoableChangeListener()
1518 OSL_ASSERT(thisIs(IS_GROUP)); in setPropertyValues()
1557 OSL_ASSERT(thisIs(IS_GROUP)); in getPropertyValues()
1581 OSL_ASSERT(thisIs(IS_GROUP)); in addPropertiesChangeListener()
1605 OSL_ASSERT(thisIs(IS_GROUP)); in removePropertiesChangeListener()
1620 OSL_ASSERT(thisIs(IS_GROUP)); in firePropertiesChangeEvent()
1634 OSL_ASSERT(thisIs(IS_GROUP)); in getHierarchicalPropertySetInfo()
1646 OSL_ASSERT(thisIs(IS_GROUP)); in setHierarchicalPropertyValue()
1680 OSL_ASSERT(thisIs(IS_GROUP)); in getHierarchicalPropertyValue()
1698 OSL_ASSERT(thisIs(IS_GROUP)); in setHierarchicalPropertyValues()
1744 OSL_ASSERT(thisIs(IS_GROUP)); in getHierarchicalPropertyValues()
1768 OSL_ASSERT(thisIs(IS_GROUP)); in getPropertyByHierarchicalName()
1782 OSL_ASSERT(thisIs(IS_GROUP)); in hasPropertyByHierarchicalName()
1794 OSL_ASSERT(thisIs(IS_UPDATE)); in replaceByName()
1823 OSL_ASSERT(false); // this cannot happen in replaceByName()
1838 OSL_ASSERT(thisIs(IS_EXTENSIBLE|IS_UPDATE)); in insertByName()
1875 OSL_ASSERT(false); // this cannot happen in insertByName()
1888 OSL_ASSERT(thisIs(IS_EXTENSIBLE|IS_UPDATE)); in removeByName()
1923 OSL_ASSERT(thisIs(IS_SET|IS_UPDATE)); in createInstance()
1944 OSL_ASSERT(thisIs(IS_SET|IS_UPDATE)); in createInstanceWithArguments()
1968 OSL_ASSERT(modifiedChildren_.find(name) == modifiedChildren_.end()); in getUnmodifiedChild()
2075 OSL_ASSERT(localModifications != 0); in setChildProperty()
2198 OSL_ASSERT(dynamic_cast< SetNode * >(getNode().get()) != 0); in getFreeSetMember()