HomeSort by relevance Sort by last modified time
    Searched refs:remove_child (Results 1 - 10 of 10) sorted by null

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pat_trie_/
internal_node.hpp 162 remove_child(node_pointer p_nd);
165 remove_child(iterator it);
420 remove_child(node_pointer p_nd)
435 remove_child(iterator it)
erase_fn_imps.hpp 288 p_parent->remove_child(p_l);
split_fn_imps.hpp 176 child_it = p_internal_nd->remove_child(child_it);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
internal_node.hpp 162 remove_child(node_pointer p_nd);
165 remove_child(iterator it);
420 remove_child(node_pointer p_nd)
435 remove_child(iterator it)
erase_fn_imps.hpp 288 p_parent->remove_child(p_l);
split_fn_imps.hpp 176 child_it = p_internal_nd->remove_child(child_it);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
internal_node.hpp 162 remove_child(node_pointer p_nd);
165 remove_child(iterator it);
420 remove_child(node_pointer p_nd)
435 remove_child(iterator it)
erase_fn_imps.hpp 288 p_parent->remove_child(p_l);
split_fn_imps.hpp 176 child_it = p_internal_nd->remove_child(child_it);
  /system/core/sdcard/
sdcard.c 384 static struct node *remove_child(struct node *parent, __u64 nid) function
724 if (!remove_child(node, target->nid)) {
725 ERROR("RENAME remove_child not found");

Completed in 219 milliseconds