HomeSort by relevance Sort by last modified time
    Searched defs:next_child (Results 1 - 9 of 9) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/trie_policy/
prefix_search_node_update_imp.hpp 106 nd_it = next_child(nd_it, b, e, end_nd_it, r_traits);
113 next_child(node_iterator nd_it, typename access_traits::const_iterator b, function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/trie_policy/
prefix_search_node_update_imp.hpp 106 nd_it = next_child(nd_it, b, e, end_nd_it, r_traits);
113 next_child(node_iterator nd_it, typename access_traits::const_iterator b, function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/trie_policy/
prefix_search_node_update_imp.hpp 106 nd_it = next_child(nd_it, b, e, end_nd_it, r_traits);
113 next_child(node_iterator nd_it, typename access_traits::const_iterator b, function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/trie_policy/
prefix_search_node_update_imp.hpp 106 nd_it = next_child(nd_it, b, e, end_nd_it, r_traits);
113 next_child(node_iterator nd_it, typename access_traits::const_iterator b, function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/trie_policy/
prefix_search_node_update_imp.hpp 106 nd_it = next_child(nd_it, b, e, end_nd_it, r_traits);
113 next_child(node_iterator nd_it, typename access_traits::const_iterator b, function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/trie_policy/
prefix_search_node_update_imp.hpp 106 nd_it = next_child(nd_it, b, e, end_nd_it, r_traits);
113 next_child(node_iterator nd_it, typename access_traits::const_iterator b, function in class:PB_DS_CLASS_C_DEC
  /toolchain/binutils/binutils-2.25/gprof/
cg_arcs.h 39 struct arc *next_child; /* next child of PARENT */
38 struct arc *next_child; \/* next child of PARENT *\/ member in struct:arc
  /external/webrtc/webrtc/libjingle/xmllite/
xmlelement.cc 435 XmlChild* next_child; local
437 for (child = FirstChild(); child; child = next_child) {
438 next_child = child->NextChild();
  /external/webrtc/webrtc/libjingle/xmpp/
rostermoduleimpl.cc 518 XmlChild * next_child; local
520 for (child = raw_xml_->FirstChild(); child; child = next_child) {
521 next_child = child->NextChild();

Completed in 479 milliseconds