/third_party/glib/gio/tests/ |
D | gdbus-testserver.c | 431 while (g_variant_iter_loop (iter, "s", &s)) in handle_method_call() 441 while (g_variant_iter_loop (iter, "o", &s)) in handle_method_call() 451 while (g_variant_iter_loop (iter, "g", &s)) in handle_method_call() 485 while (g_variant_iter_loop (&iter, "yy", &y1, &y2)) in handle_method_call() 493 while (g_variant_iter_loop (&iter, "bb", &b1, &b2)) in handle_method_call() 501 while (g_variant_iter_loop (&iter, "nn", &n1, &n2)) in handle_method_call() 509 while (g_variant_iter_loop (&iter, "qq", &q1, &q2)) in handle_method_call() 517 while (g_variant_iter_loop (&iter, "ii", &i1, &i2)) in handle_method_call() 525 while (g_variant_iter_loop (&iter, "uu", &u1, &u2)) in handle_method_call() 533 while (g_variant_iter_loop (&iter, "xx", &x1, &x2)) in handle_method_call() [all …]
|
D | gdbus-example-watch-proxy.c | 66 while (g_variant_iter_loop (iter, "{&sv}", &key, &value)) in on_properties_changed()
|
/third_party/glib/gio/ |
D | gdbusmenumodel.c | 291 …while (g_variant_iter_loop (iter, "(uuuu@aa{sv})", &group_id, &menu_id, &position, &removes, &adds… in g_dbus_menu_path_signal() 424 while (g_variant_iter_loop (&iter, "{&sv}", &key, &value)) in g_dbus_menu_group_create_item() 522 while (g_variant_iter_loop (iter, "(uu@aa{sv})", &group_id, &menu_id, &items)) in g_dbus_menu_group_start_ready() 625 while (g_variant_iter_loop (&iter, "@a{sv}", &item)) in g_dbus_menu_group_changed()
|
D | gapplicationcommandline.c | 254 while (g_variant_iter_loop (&iter, "{&sv}", &key, &value)) in G_DEFINE_TYPE_WITH_PRIVATE()
|
D | gsettings-tool.c | 365 while (g_variant_iter_loop (&iter, "*", &item)) in gsettings_range()
|
D | gnextstepsettingsbackend.m | 452 while (g_variant_iter_loop (&iter, "{s*}", &name, &value))
|
D | gdbus-tool.c | 350 while (g_variant_iter_loop (iter, "s", &str)) in print_names() 374 while (g_variant_iter_loop (iter, "s", &str)) in print_names()
|
/third_party/libsoup/tests/ |
D | xmlrpc-server-test.c | 42 while (g_variant_iter_loop (&iter, "d", &val)) in do_sum() 67 while (g_variant_iter_loop (&iter, "b", &val)) { in do_countBools()
|
/third_party/glib/glib/tests/ |
D | gvariant.c | 3059 while (g_variant_iter_loop (&iter, "s", &number)) in test_varargs() 3077 while (g_variant_iter_loop (&iter, "mi", NULL, &val)) in test_varargs() 3083 while (g_variant_iter_loop (&iter, "mi", &just, &val)) in test_varargs() 3124 while (g_variant_iter_loop (array, "s", &str)) in test_varargs() 3135 while (g_variant_iter_loop (array, "&s", &str)) in test_varargs() 3171 while (g_variant_iter_loop (array, "^aay", &my_strv)) in test_varargs() 3178 while (g_variant_iter_loop (array, "^a&ay", &strv)) in test_varargs() 3194 while (g_variant_iter_loop (array, "^ay", &str)) in test_varargs() 3205 while (g_variant_iter_loop (array, "^&ay", &str)) in test_varargs() 3243 while (g_variant_iter_loop (array, "o", &str)) in test_varargs() [all …]
|
/third_party/glib/glib/ |
D | gvariant.h | 292 gboolean g_variant_iter_loop (GVariantIter *iter,
|
D | gvariant.c | 5759 g_variant_iter_loop (GVariantIter *iter, in g_variant_iter_loop() function
|
/third_party/libsoup/libsoup/ |
D | soup-cache.c | 1585 while (g_variant_iter_loop (entries_iter, SOUP_CACHE_PHEADERS_FORMAT, in soup_cache_load() 1595 while (g_variant_iter_loop (headers_iter, SOUP_CACHE_HEADERS_FORMAT, &header_key, &header_value)) in soup_cache_load()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 3812 g_variant_iter_loop
|
/third_party/glib/ |
D | NEWS | 2327 - !417 Fix ^*ay handling in g_variant_iter_loop() 7432 664069 gvariant: Never break out of g_variant_iter_loop
|