Home
last modified time | relevance | path

Searched refs:find_node (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/SemaCXX/
Dlibstdcxx_pointer_return_false_hack.cpp16 node *find_node() { in find_node() function
30 auto *test1 = std::tr1::hashtable<int>().find_node();
/external/bluetooth/bluedroid/btif/src/
Dbtif_config.c97 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