Home
last modified time | relevance | path

Searched refs:place_b (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;
518 place_b = g_object_get_data (G_OBJECT (child_b), "place");
526 if (place_a->place_type == place_b->place_type)
527 return g_utf8_collate (place_a->display_name, place_b->display_name);
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
48 place_b = GEOCODE_PLACE (b->data); in G_DEFINE_AUTOPTR_CLEANUP_FUNC()
51 g_assert (place_b != 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()
547 place_b = dgn_find_feature_marker(DNGN_STONE_STAIRS_DOWN_I); in setup_monsters()
555 faction_b.place_at(place_b); in setup_monsters()
559 faction_b.place_at(place_b); in setup_monsters()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/check/
H A Dupvar.rs2342 place_b: &Place<'tcx>, in determine_place_ancestry_relation()
2345 if place_a.base != place_b.base { in determine_place_ancestry_relation()
2353 let projections_b = &place_b.projections; in determine_place_ancestry_relation()