Home
last modified time | relevance | path

Searched refs:_get_operation_type (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/dialog/
H A Dcommand-palette.h108 static std::optional<HistoryType> _get_operation_type(Inkscape::XML::Node *operation);
H A Dcommand-palette.cpp1396 … if (const auto operation_type = _get_operation_type(last_child); operation_type.has_value()) { in get_last_operation()
1408 … if (const auto operation_type = _get_operation_type(operation_iter); operation_type.has_value()) { in get_operation_history()
1466 std::optional<HistoryType> CPHistoryXML::_get_operation_type(Inkscape::XML::Node *operation) in _get_operation_type() function in Inkscape::UI::Dialog::CPHistoryXML
/dports/devel/godot/godot-3.2.3-stable/modules/gdscript/
H A Dgdscript_parser.h637 …DataType _get_operation_type(const Variant::Operator p_op, const DataType &p_a, const DataType &p_…
H A Dgdscript_parser.cpp6080 GDScriptParser::DataType GDScriptParser::_get_operation_type(const Variant::Operator p_op, const Da… in _get_operation_type() function in GDScriptParser
6567 node_type = _get_operation_type(var_op, argument_type, argument_type, valid);
6612 node_type = _get_operation_type(var_op, argument_a_type, argument_b_type, valid);
8414 rh_type = _get_operation_type(oper, lh_type, arg_type, valid);
/dports/devel/godot-tools/godot-3.2.3-stable/modules/gdscript/
H A Dgdscript_parser.h637 …DataType _get_operation_type(const Variant::Operator p_op, const DataType &p_a, const DataType &p_…
H A Dgdscript_parser.cpp6080 GDScriptParser::DataType GDScriptParser::_get_operation_type(const Variant::Operator p_op, const Da… in _get_operation_type() function in GDScriptParser
6567 node_type = _get_operation_type(var_op, argument_type, argument_type, valid);
6612 node_type = _get_operation_type(var_op, argument_a_type, argument_b_type, valid);
8414 rh_type = _get_operation_type(oper, lh_type, arg_type, valid);