Home
last modified time | relevance | path

Searched refs:leg_type (Results 1 – 15 of 15) sorted by relevance

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Djson_path.h170 explicit Json_path_leg(enum_json_path_leg_type leg_type) in Json_path_leg() argument
171 : m_leg_type(leg_type) { in Json_path_leg()
172 DBUG_ASSERT(leg_type == jpl_ellipsis || leg_type == jpl_member_wildcard || in Json_path_leg()
173 leg_type == jpl_array_cell_wildcard); in Json_path_leg()
H A Djson_diff.cc376 const auto leg_type = leg->get_type(); in seek_exact_path() local
377 DBUG_ASSERT(leg_type == jpl_member || leg_type == jpl_array_cell); in seek_exact_path()
381 if (leg_type != jpl_array_cell) return nullptr; in seek_exact_path()
389 if (leg_type != jpl_member) return nullptr; in seek_exact_path()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Djson_path.h67 explicit Json_path_leg(enum_json_path_leg_type leg_type) in Json_path_leg() argument
68 : m_leg_type(leg_type), m_array_cell_index(0), m_member_name() in Json_path_leg()
H A Djson_dom.cc268 enum_json_path_leg_type leg_type= path_leg->get_type(); in find_child_doms() local
273 switch (leg_type) in find_child_doms()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Djson_path.h67 explicit Json_path_leg(enum_json_path_leg_type leg_type) in Json_path_leg() argument
68 : m_leg_type(leg_type), m_array_cell_index(0), m_member_name() in Json_path_leg()
H A Djson_dom.cc268 enum_json_path_leg_type leg_type= path_leg->get_type(); in find_child_doms() local
273 switch (leg_type) in find_child_doms()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Djson_path.h67 explicit Json_path_leg(enum_json_path_leg_type leg_type) in Json_path_leg() argument
68 : m_leg_type(leg_type), m_array_cell_index(0), m_member_name() in Json_path_leg()
H A Djson_dom.cc268 enum_json_path_leg_type leg_type= path_leg->get_type(); in find_child_doms() local
273 switch (leg_type) in find_child_doms()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Djson_path.h67 explicit Json_path_leg(enum_json_path_leg_type leg_type) in Json_path_leg() argument
68 : m_leg_type(leg_type), m_array_cell_index(0), m_member_name() in Json_path_leg()
H A Djson_dom.cc268 enum_json_path_leg_type leg_type= path_leg->get_type(); in find_child_doms() local
273 switch (leg_type) in find_child_doms()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Djson_path.h67 explicit Json_path_leg(enum_json_path_leg_type leg_type) in Json_path_leg() argument
68 : m_leg_type(leg_type), m_array_cell_index(0), m_member_name() in Json_path_leg()
H A Djson_dom.cc268 enum_json_path_leg_type leg_type= path_leg->get_type(); in find_child_doms() local
273 switch (leg_type) in find_child_doms()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Djson_path.h67 explicit Json_path_leg(enum_json_path_leg_type leg_type) in Json_path_leg() argument
68 : m_leg_type(leg_type), m_array_cell_index(0), m_member_name() in Json_path_leg()
H A Djson_dom.cc268 enum_json_path_leg_type leg_type= path_leg->get_type(); in find_child_doms() local
273 switch (leg_type) in find_child_doms()
/dports/games/flightgear-aircraft/fgaircraft/asw20/Nasal/
H A Ddragrobot.nas51 # sim/glider/dragger/robot/leg_type storing type of leg, 0 start,
381 dragger_sim.getNode("leg_type", 1).setIntValue(0);
599 setprop("sim/glider/dragger/robot/leg_type", 2); # next one is straight forward
713 setprop("sim/glider/dragger/robot/leg_type", 2);
758 setprop("sim/glider/dragger/robot/leg_type", 2);
922 setprop("sim/glider/dragger/robot/leg_type", 1);
929 setprop("sim/glider/dragger/robot/leg_type", 3);
963 setprop("sim/glider/dragger/robot/leg_type", 0);
992 leg = getprop("sim/glider/dragger/robot/leg_type");