Home
last modified time | relevance | path

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

/external/marisa-trie/lib/marisa/
Dtrie-inline.h149 UInt32 louds_pos = get_child(node); in find_child()
200 UInt32 louds_pos = get_child(node); in predict_child()
252 cell.set_louds_pos(get_child(node)); in predict_callback_()
288 cell.set_louds_pos(get_child(cur.node())); in predict_callback_()
313 inline UInt32 Trie::get_child(UInt32 node) const { in get_child() function
Dtrie-search.cc550 const UInt32 louds_pos = get_child(node); in predict_breadth_first_()
555 UInt32 node_end = louds_pos_to_node(get_child(node + 1), node + 1); in predict_breadth_first_()
583 node_begin = louds_pos_to_node(get_child(node_begin), node_begin); in predict_breadth_first_()
584 node_end = louds_pos_to_node(get_child(node_end), node_end); in predict_breadth_first_()
616 cell.set_louds_pos(get_child(node)); in predict_depth_first_()
643 cell.set_louds_pos(get_child(cur.node())); in predict_depth_first_()
Dtrie.h285 UInt32 get_child(UInt32 node) const;
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
Dtrie-inline.h150 UInt32 louds_pos = get_child(node); in find_child()
205 UInt32 louds_pos = get_child(node); in predict_child()
257 cell.set_louds_pos(get_child(node)); in predict_callback_()
293 cell.set_louds_pos(get_child(cur.node())); in predict_callback_()
322 inline UInt32 Trie::get_child(UInt32 node) const { in get_child() function
Dtrie-search.cc573 const UInt32 louds_pos = get_child(node); in predict_breadth_first_()
578 UInt32 node_end = louds_pos_to_node(get_child(node + 1), node + 1); in predict_breadth_first_()
606 node_begin = louds_pos_to_node(get_child(node_begin), node_begin); in predict_breadth_first_()
607 node_end = louds_pos_to_node(get_child(node_end), node_end); in predict_breadth_first_()
643 cell.set_louds_pos(get_child(node)); in predict_depth_first_()
670 cell.set_louds_pos(get_child(cur.node())); in predict_depth_first_()
Dtrie.h285 UInt32 get_child(UInt32 node) const;
/external/marisa-trie/
Dandroid_diff.txt476 node_end = louds_pos_to_node(get_child(node_end), node_end);