Searched defs:ARRAY_RANGE (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/util/
H A Dlist-container-test.h6 #define ARRAY_RANGE(array) (array), (array)+sizeof((array))/sizeof((array)[0]) macro
66 Inkscape::Util::ListContainer<int> c_a(ARRAY_RANGE(a));
67 Inkscape::Util::ListContainer<int> c_b(ARRAY_RANGE(b));
68 Inkscape::Util::ListContainer<int> c_c(ARRAY_RANGE(c));
69 Inkscape::Util::ListContainer<int> c_d(ARRAY_RANGE(d));
85 Inkscape::Util::ListContainer<int> c_a(ARRAY_RANGE(a));
86 Inkscape::Util::ListContainer<int> c_b(ARRAY_RANGE(b));
87 Inkscape::Util::ListContainer<int> c_c(ARRAY_RANGE(c));
88 Inkscape::Util::ListContainer<int> c_d(ARRAY_RANGE(d));
101 Inkscape::Util::ListContainer<int> c_a(ARRAY_RANGE(
[all...]

Completed in 23 milliseconds