Searched refs:get_child (Results 1 - 6 of 6) sorted by relevance

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

Completed in 111 milliseconds