Home
last modified time | relevance | path

Searched refs:nextSibling_ (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Resource/
H A DImage.h195 SharedPtr<Image> GetNextSibling() const { return nextSibling_; } in GetNextSibling()
242 SharedPtr<Image> nextSibling_; variable
H A DImage.cpp428 currentImage->nextSibling_ = nextImage; in BeginLoad()
/dports/devel/folly/folly-2021.12.27.00/folly/logging/
H A DLogCategory.cpp46 nextSibling_{parent_->firstChild_} {
229 child = child->nextSibling_; in updateEffectiveLevel()
H A DLogCategory.h314 LogCategory* nextSibling_{nullptr};