Home
last modified time | relevance | path

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

/dports/devel/tree-sitter/tree-sitter-0.20.1/lib/binding_web/
H A Dbinding.c235 TSTreeCursor cursor = unmarshal_cursor(TRANSFER_BUFFER, tree); in ts_tree_cursor_delete_wasm()
247 TSTreeCursor cursor = unmarshal_cursor(TRANSFER_BUFFER, tree); in ts_tree_cursor_goto_first_child_wasm()
254 TSTreeCursor cursor = unmarshal_cursor(TRANSFER_BUFFER, tree); in ts_tree_cursor_goto_next_sibling_wasm()
261 TSTreeCursor cursor = unmarshal_cursor(TRANSFER_BUFFER, tree); in ts_tree_cursor_goto_parent_wasm()
268 TSTreeCursor cursor = unmarshal_cursor(TRANSFER_BUFFER, tree); in ts_tree_cursor_current_node_type_id_wasm()
274 TSTreeCursor cursor = unmarshal_cursor(TRANSFER_BUFFER, tree); in ts_tree_cursor_current_node_is_named_wasm()
280 TSTreeCursor cursor = unmarshal_cursor(TRANSFER_BUFFER, tree); in ts_tree_cursor_current_node_is_missing_wasm()
286 TSTreeCursor cursor = unmarshal_cursor(TRANSFER_BUFFER, tree); in ts_tree_cursor_current_node_id_wasm()
292 TSTreeCursor cursor = unmarshal_cursor(TRANSFER_BUFFER, tree); in ts_tree_cursor_start_position_wasm()
298 TSTreeCursor cursor = unmarshal_cursor(TRANSFER_BUFFER, tree); in ts_tree_cursor_end_position_wasm()
[all …]