Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/samples/
H A Dsample3-inl.h60 explicit QueueNode(const E& an_element) in QueueNode() argument
61 : element_(an_element), next_(nullptr) {} in QueueNode()