Searched refs:modify_path (Results 1 – 4 of 4) sorted by relevance
843 pub modify_path: fn(Vec<UpdatePathNode>) -> Vec<UpdatePathNode>, field851 modify_path: |a| a, in default()
3607 groups[0].group.commit_modifiers.modify_path = |path: Vec<UpdatePathNode>| { in inserting_key_in_filtered_node_fails()3647 groups[0].group.commit_modifiers.modify_path = |path: Vec<UpdatePathNode>| { in commit_with_too_short_path_fails()
1078 def modify_path(path): function1083 modify_path_cb=modify_path)
159 let node_updates = (commit_modifiers.modify_path)(node_updates); in encap()