OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:node_found
(Results
1 - 2
of
2
) sorted by null
/external/marisa-trie/lib/marisa/
trie-search.cc
504
UInt32
node_found
= notfound();
local
509
node_found
= node;
513
if (
node_found
!= notfound()) {
517
return node_to_key_id(
node_found
);
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
trie-search.cc
527
UInt32
node_found
= notfound();
local
532
node_found
= node;
536
if (
node_found
!= notfound()) {
540
return node_to_key_id(
node_found
);
Completed in 157 milliseconds