Searched refs:ValueArray1 (Results 1 – 3 of 3) sorted by relevance
76 class ValueArray1 {78 explicit ValueArray1(T1 v1) : v1_(v1) {}85 void operator=(const ValueArray1& other);
77 class ValueArray1 {79 explicit ValueArray1(T1 v1) : v1_(v1) {} in ValueArray1() function86 void operator=(const ValueArray1& other);
348 internal::ValueArray1<T1> Values(T1 v1) { in Values()349 return internal::ValueArray1<T1>(v1); in Values()