Searched refs:find_node (Results 1 – 2 of 2) sorted by relevance
16 node *find_node() { in find_node() function30 auto *test1 = std::tr1::hashtable<int>().find_node();
97 static cfg_node* find_node(const char* section, const char* key, const char* name);181 ret = find_node(section, key, name) != NULL; in btif_config_exist()195 const cfg_node* node = find_node(section, key, name); in btif_config_get()479 static cfg_node* find_node(const char* section, const char* key, const char* name) in find_node() function