Home
last modified time | relevance | path

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

/dports/misc/usd/USD-21.11/pxr/usd/sdf/
H A DchangeManager.cpp216 if (!layer->_ShouldNotify()) in DidReplaceLayerContent()
224 if (!layer->_ShouldNotify()) in DidReloadLayerContent()
233 if (!layer->_ShouldNotify()) in DidChangeLayerIdentifier()
242 if (!layer->_ShouldNotify()) in DidChangeLayerResolvedPath()
274 if (!layer->_ShouldNotify()) in DidChangeField()
516 if (!layer->_ShouldNotify()) in DidMoveSpec()
575 if (!layer->_ShouldNotify()) in DidAddSpec()
606 if (!layer->_ShouldNotify()) in DidRemoveSpec()
H A Dlayer.h1486 bool _ShouldNotify() const;
H A Dlayer.cpp2899 SdfLayer::_ShouldNotify() const in _ShouldNotify() function in SdfLayer
3014 bool notify = _ShouldNotify(); in TransferContent()