Lines Matching refs:collect
110 collect (GValue *value, ...) in collect() function
146 error = collect (&value, 'c'); in test_collection()
152 error = collect (&value, 129); in test_collection()
158 error = collect (&value, TRUE); in test_collection()
164 error = collect (&value, G_MAXINT); in test_collection()
170 error = collect (&value, G_MAXUINT); in test_collection()
176 error = collect (&value, G_MAXLONG); in test_collection()
182 error = collect (&value, G_MAXULONG); in test_collection()
188 error = collect (&value, G_MAXINT64); in test_collection()
194 error = collect (&value, G_MAXUINT64); in test_collection()
200 error = collect (&value, G_MAXFLOAT); in test_collection()
206 error = collect (&value, G_MAXDOUBLE); in test_collection()
212 error = collect (&value, "string ?"); in test_collection()
218 error = collect (&value, G_TYPE_BOXED); in test_collection()
224 error = collect (&value, g_variant_new_uint32 (42)); in test_collection()