Searched defs:front (Results 1 – 3 of 3) sorted by relevance
29 EIGEN_STRONG_INLINE T& front() { return values[0]; } in front() function31 EIGEN_STRONG_INLINE const T& front() const { return values[0]; } in front() function145 EIGEN_STRONG_INLINE T& front() { in front() function150 EIGEN_STRONG_INLINE const T& front() const { in front() function
55 unsigned front = front_.load(std::memory_order_relaxed); in PushFront() local70 unsigned front = front_.load(std::memory_order_relaxed); in PopFront() local160 unsigned front = front_.load(std::memory_order_acquire); in Size() local
65 Vector3 front = {0, 0, 0}; in updateCameraVectors() local