Home
last modified time | relevance | path

Searched defs:current_route (Results 1 – 16 of 16) sorted by relevance

/dports/databases/postgresql12-server/postgresql-12.9/src/include/
H A Dc.h75 #include <locale.h> in handler()
89 * Disable "inline" if PG_FORCE_DISABLE_INLINE is defined. in handler()
102 * GCC: https://gcc.gnu.org/onlinedocs/gcc/Type-Attributes.html in handler()
116 * Place this macro before functions that should be allowed to make misaligned in handler()
121 #if __clang_major__ >= 7 || __GNUC__ >= 8 in handler()
127 /* in handler()
128 * Append PG_USED_FOR_ASSERTS_ONLY to definitions of variables that are only in handler()
138 /* GCC and XLC support format attributes */ in handler()
144 #define pg_attribute_printf(f,a) in handler()
152 #define HAVE_PG_ATTRIBUTE_NORETURN 1 in handler()
[all …]
/dports/audio/spotify-tui/spotify-tui-0.25.0/src/handlers/
H A Dartist_albums.rs59 let current_route = app.get_current_route(); in on_left_press() localVariable
70 let current_route = app.get_current_route(); in on_esc() localVariable
H A Dalbum_list.rs74 let current_route = app.get_current_route(); in on_left_press() localVariable
85 let current_route = app.get_current_route(); in on_esc() localVariable
H A Drecently_played.rs105 let current_route = app.get_current_route(); in on_left_press() localVariable
116 let current_route = app.get_current_route(); in on_esc() localVariable
H A Dalbum_tracks.rs264 let current_route = app.get_current_route(); in on_left_press() localVariable
275 let current_route = app.get_current_route(); in on_esc() localVariable
H A Dplaybar.rs45 let current_route = app.get_current_route(); in on_left_press() localVariable
H A Dinput.rs278 let current_route = app.get_current_route(); in test_input_handler_esc_back_to_playlist() localVariable
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/CodeGen/
H A DTargetFrameLowering.h142 /// targetHandlesStackFrameRounding - Returns true if the target is
238 // needsFrameIndexResolution - Do we need to perform FI resolution for
286 /// call frame setup and destroy pseudo instructions (but only if the Target
311 /// Check whether or not the given \p MBB can be used as a prologue
/dports/audio/spotify-tui/spotify-tui-0.25.0/src/ui/
H A Dutil.rs14 let current_route = app.get_current_route(); in get_search_results_highlight_state() localVariable
23 let current_route = app.get_current_route(); in get_artist_highlight_state() localVariable
/dports/databases/postgresql12-server/postgresql-12.9/src/include/catalog/
H A Ddependency.h103 OCLASS_CONSTRAINT, /* pg_constraint */ in handle_block_events()
/dports/audio/spotify-tui/spotify-tui-0.25.0/src/
H A Dmain.rs314 let current_route = app.get_current_route(); in start_ui() localVariable
H A Dapp.rs665 let mut current_route = self.get_current_route_mut(); in set_current_route_state() localVariable
/dports/games/easyrpg-player/Player-0.7.0/src/
H A Dgame_character.cpp219 …Game_Character::UpdateMoveRoute(int32_t& current_index, const lcf::rpg::MoveRoute& current_route, … in UpdateMoveRoute()
558 …e_Character::BeginMoveRouteJump(int32_t& current_index, const lcf::rpg::MoveRoute& current_route) { in BeginMoveRouteJump()
/dports/security/vaultwarden/Rocket-263e39b5b429de1913ce7e3036575a7b4d88b6d7/contrib/lib/src/
H A Dserve.rs313 let current_route = req.route().expect("route while handling"); in handle() localVariable
/dports/games/avp/avp-20170505/src/avp/
H A Dbh_waypt.c81 WAYPOINT_ROUTE current_route; in NPCGetWaypointDirection() local
/dports/security/vaultwarden/vaultwarden-1.23.1/src/
H A Dauth.rs366 let current_route = match request.route().and_then(|r| r.name) { in from_request() localVariable