HomeSort by relevance Sort by last modified time
    Searched refs:last_child_ (Results 1 - 5 of 5) sorted by null

  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_die.h 42 last_child_(NULL),
144 return last_child_;
149 last_child_ = child;
196 DIEObject* last_child_; member in class:DIEObject
  /external/chromium_org/third_party/libjingle/source/talk/xmllite/
xmlelement.cc 79 last_child_(NULL),
89 last_child_(NULL),
117 last_child_ = newChild;
127 last_child_(NULL),
144 if (first_child_ && first_child_->IsText() && last_child_ == first_child_) {
156 } else if (first_child_->IsText() && last_child_ == first_child_) {
371 if (last_child_ == next)
372 last_child_ = predecessor;
388 element = element->last_child_->AsElement();
397 if (last_child_ && last_child_->IsText())
    [all...]
xmlelement.h 245 XmlChild* last_child_; member in class:buzz::XmlElement
  /external/chromium_org/third_party/webrtc/libjingle/xmllite/
xmlelement.cc 62 last_child_(NULL),
72 last_child_(NULL),
100 last_child_ = newChild;
110 last_child_(NULL),
127 if (first_child_ && first_child_->IsText() && last_child_ == first_child_) {
139 } else if (first_child_->IsText() && last_child_ == first_child_) {
354 if (last_child_ == next)
355 last_child_ = predecessor;
371 element = element->last_child_->AsElement();
380 if (last_child_ && last_child_->IsText())
    [all...]
xmlelement.h 228 XmlChild* last_child_; member in class:buzz::XmlElement

Completed in 56 milliseconds