HomeSort by relevance Sort by last modified time
    Searched defs:Last (Results 1 - 6 of 6) sorted by null

  /external/gtest/samples/
sample3-inl.h 109 // Gets the last element of the queue, or NULL if the queue is empty.
110 QueueNode<E> * Last() { return last_; }
111 const QueueNode<E> * Last() const { return last_; }
165 QueueNode<E> * last_; // The last node of the queue.
  /external/protobuf/gtest/samples/
sample3-inl.h 109 // Gets the last element of the queue, or NULL if the queue is empty.
110 QueueNode<E> * Last() { return last_; }
111 const QueueNode<E> * Last() const { return last_; }
165 QueueNode<E> * last_; // The last node of the queue.
  /external/chromium/sdch/open-vcdiff/src/gtest/src/
gtest-internal-inl.h 154 // element and a pointer to the next node. The last node in the list
230 // Gets the last element of the list, or NULL if the list is empty.
231 ListNode<E> * Last() { return last_; }
232 const ListNode<E> * Last() const { return last_; }
371 ListNode<E>* last_; // The last node of the list.
    [all...]
  /external/gtest/src/
gtest-internal-inl.h 216 // element and a pointer to the next node. The last node in the list
292 // Gets the last element of the list, or NULL if the list is empty.
293 ListNode<E> * Last() { return last_; }
294 const ListNode<E> * Last() const { return last_; }
433 ListNode<E>* last_; // The last node of the list.
    [all...]
  /external/tinyxml/
tinyxml.h 260 a pointer just past the last character of the name,
491 const TiXmlNode* LastChild() const { return lastChild; } /// The last child of this node. Will be null if there are no children.
493 const TiXmlNode* LastChild( const char * value ) const; /// The last child of this node matching 'value'. Will be null if there are no children.
824 const TiXmlAttribute* Last() const { return ( sentinel.prev == &sentinel ) ? 0 : sentinel.prev; }
825 TiXmlAttribute* Last() { return ( sentinel.prev == &sentinel ) ? 0 : sentinel.prev; }
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
xf86str.h 212 DisplayModePtr Last; /* End of the monitor's mode list */
364 BUS_last /* Keep last */
    [all...]

Completed in 166 milliseconds