Home
last modified time | relevance | path

Searched defs:QueueNode (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/testing/gtest/samples/
Dsample3-inl.h63 explicit QueueNode(const E& an_element) : element_(an_element), next_(NULL) {} in QueueNode() function
/external/googletest/googletest/samples/
Dsample3-inl.h61 explicit QueueNode(const E& an_element) in QueueNode() function