Searched refs:arrays (Results 1 – 7 of 7) sorted by relevance
43 void Type::setArrays(std::vector<Expression*> *arrays) { in setArrays() argument44 mArrays = arrays; in setArrays()
129 %type<expressions> arrays412 : type arrays422 | type '(' '*' ID arrays ')' '(' params ')'531 arrays533 | arrays array {
86 void setArrays(std::vector<Expression *> *arrays);
381 std::vector<array_t> arrays(TEST_SIZE); in TEST() local382 initUniform(arrays, -1., 1.); in TEST()393 stat_array.add(arrays[i]); in TEST()394 stat_array_ut.add(arrays[i]); in TEST()
91 - JSON arrays should be repeated fields.
186 final CREATOR field that acts as a factory for new instances/arrays of192 In order to be used in arrays, a parcelable must implement a copy or move
119 Use C99 flexible arrays as the last member of a struct if the array needs147 Instead, use zero-length arrays as described above to avoid pointer arithmetic