Lines Matching refs:array
3292 // flattened array in lhs-major order, use 'SpaceIndex()' to translate
3630 // ElementsAreArray(array)
3637 // array, a pointer and count, a vector, an initializer list, or an
3659 const T (&array)[N]) {
3660 return ElementsAreArray(array, N);
3679 // UnorderedElementsAreArray(array)
3701 UnorderedElementsAreArray(const T (&array)[N]) {
3702 return UnorderedElementsAreArray(array, N);
4178 // Matches an STL-style container or a native array that contains the
4208 // container or a native array that contains the same number of
4231 // STL-style container and it being a native C-style array.
4263 // Matches an STL-style container or a native array that contains at
4286 // Matches an STL-style container or a native array that contains only