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

  /external/protobuf/gtest/samples/
sample3-inl.h 137 const QueueNode<E> * const old_head = head_; local
144 E * element = new E(old_head->element());
145 delete old_head;
  /external/chromium_org/testing/gtest/samples/
sample3-inl.h 136 const QueueNode<E>* const old_head = head_; local
143 E* element = new E(old_head->element());
144 delete old_head;
  /ndk/sources/third_party/googletest/googletest/samples/
sample3-inl.h 136 const QueueNode<E>* const old_head = head_; local
143 E* element = new E(old_head->element());
144 delete old_head;
  /external/chromium_org/v8/test/cctest/
test-heap.cc     [all...]
  /external/chromium_org/v8/src/heap/
mark-compact.cc 2745 Object* old_head = entries->object_at(start); local
    [all...]

Completed in 498 milliseconds