Home
last modified time | relevance | path

Searched refs:place_a (Results 1 – 4 of 4) sorted by relevance

/dports/sysutils/gnome-control-center/gnome-control-center-41.2/panels/search/
H A Dcc-search-locations-dialog.c510 Place *place_a, *place_b;
517 place_a = g_object_get_data (G_OBJECT (child_a), "place");
520 path = g_file_get_path (place_a->location);
526 if (place_a->place_type == place_b->place_type)
527 return g_utf8_collate (place_a->display_name, place_b->display_name);
529 if (place_a->place_type == PLACE_XDG)
532 if ((place_a->place_type == PLACE_BOOKMARKS) && (place_b->place_type == PLACE_OTHER))
/dports/net/geocode-glib/geocode-glib-3.26.2/geocode-glib/tests/
H A Dmock-backend.c45 GeocodePlace *place_a, *place_b; in G_DEFINE_AUTOPTR_CLEANUP_FUNC() local
47 place_a = GEOCODE_PLACE (a->data); in G_DEFINE_AUTOPTR_CLEANUP_FUNC()
50 g_assert (place_a != NULL); in G_DEFINE_AUTOPTR_CLEANUP_FUNC()
52 g_assert_true (geocode_place_equal (place_a, place_b)); in G_DEFINE_AUTOPTR_CLEANUP_FUNC()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Darena.cc252 static coord_def place_a, place_b; variable
276 mon->target = friendly ? place_b : place_a; in adjust_monsters()
546 place_a = dgn_find_feature_marker(DNGN_STONE_STAIRS_UP_I); in setup_monsters()
554 faction_a.place_at(place_a); in setup_monsters()
560 faction_a.place_at(place_a); in setup_monsters()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/check/
H A Dupvar.rs2341 place_a: &Place<'tcx>, in determine_place_ancestry_relation()
2345 if place_a.base != place_b.base { in determine_place_ancestry_relation()
2350 let projections_a = &place_a.projections; in determine_place_ancestry_relation()