Home
last modified time | relevance | path

Searched refs:state_query_list (Results 1 – 16 of 16) sorted by relevance

/dports/devel/godot2-tools/godot-2.1.6-stable/servers/physics/
H A Dspace_sw.cpp529 state_query_list.add(p_body); in body_add_to_state_query_list()
533 state_query_list.remove(p_body); in body_remove_from_state_query_list()
562 while (state_query_list.first()) { in call_queries()
564 BodySW *b = state_query_list.first()->self(); in call_queries()
566 state_query_list.remove(state_query_list.first()); in call_queries()
H A Dspace_sw.h81 SelfList<BodySW>::List state_query_list; variable
/dports/devel/godot2/godot-2.1.6-stable/servers/physics/
H A Dspace_sw.cpp529 state_query_list.add(p_body); in body_add_to_state_query_list()
533 state_query_list.remove(p_body); in body_remove_from_state_query_list()
562 while (state_query_list.first()) { in call_queries()
564 BodySW *b = state_query_list.first()->self(); in call_queries()
566 state_query_list.remove(state_query_list.first()); in call_queries()
H A Dspace_sw.h81 SelfList<BodySW>::List state_query_list; variable
/dports/devel/godot2-tools/godot-2.1.6-stable/servers/physics_2d/
H A Dspace_2d_sw.cpp1112 state_query_list.add(p_body); in body_add_to_state_query_list()
1116 state_query_list.remove(p_body); in body_remove_from_state_query_list()
1145 while (state_query_list.first()) { in call_queries()
1147 Body2DSW *b = state_query_list.first()->self(); in call_queries()
1148 state_query_list.remove(state_query_list.first()); in call_queries()
H A Dspace_2d_sw.h82 SelfList<Body2DSW>::List state_query_list; variable
/dports/devel/godot2/godot-2.1.6-stable/servers/physics_2d/
H A Dspace_2d_sw.cpp1112 state_query_list.add(p_body); in body_add_to_state_query_list()
1116 state_query_list.remove(p_body); in body_remove_from_state_query_list()
1145 while (state_query_list.first()) { in call_queries()
1147 Body2DSW *b = state_query_list.first()->self(); in call_queries()
1148 state_query_list.remove(state_query_list.first()); in call_queries()
H A Dspace_2d_sw.h82 SelfList<Body2DSW>::List state_query_list; variable
/dports/devel/godot/godot-3.2.3-stable/servers/physics/
H A Dspace_sw.cpp1097 state_query_list.add(p_body); in body_add_to_state_query_list()
1101 state_query_list.remove(p_body); in body_remove_from_state_query_list()
1130 while (state_query_list.first()) { in call_queries()
1132 BodySW *b = state_query_list.first()->self(); in call_queries()
1133 state_query_list.remove(state_query_list.first()); in call_queries()
H A Dspace_sw.h84 SelfList<BodySW>::List state_query_list; variable
/dports/devel/godot-tools/godot-3.2.3-stable/servers/physics/
H A Dspace_sw.cpp1097 state_query_list.add(p_body); in body_add_to_state_query_list()
1101 state_query_list.remove(p_body); in body_remove_from_state_query_list()
1130 while (state_query_list.first()) { in call_queries()
1132 BodySW *b = state_query_list.first()->self(); in call_queries()
1133 state_query_list.remove(state_query_list.first()); in call_queries()
H A Dspace_sw.h84 SelfList<BodySW>::List state_query_list; variable
/dports/devel/godot/godot-3.2.3-stable/servers/physics_2d/
H A Dspace_2d_sw.cpp1223 state_query_list.add(p_body); in body_add_to_state_query_list()
1227 state_query_list.remove(p_body); in body_remove_from_state_query_list()
1256 while (state_query_list.first()) { in call_queries()
1258 Body2DSW *b = state_query_list.first()->self(); in call_queries()
1259 state_query_list.remove(state_query_list.first()); in call_queries()
H A Dspace_2d_sw.h92 SelfList<Body2DSW>::List state_query_list; variable
/dports/devel/godot-tools/godot-3.2.3-stable/servers/physics_2d/
H A Dspace_2d_sw.cpp1223 state_query_list.add(p_body); in body_add_to_state_query_list()
1227 state_query_list.remove(p_body); in body_remove_from_state_query_list()
1256 while (state_query_list.first()) { in call_queries()
1258 Body2DSW *b = state_query_list.first()->self(); in call_queries()
1259 state_query_list.remove(state_query_list.first()); in call_queries()
H A Dspace_2d_sw.h92 SelfList<Body2DSW>::List state_query_list; variable