Home
last modified time | relevance | path

Searched refs:search_id (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/tools/auto_index/src/
Dfile_scanning.cpp188 info.search_id = pscan->section_filter; in scan_file()
196 " ID constraint is: \"" << info.search_id << "\"" in scan_file()
206 if(pos.first->search_id != info.search_id) in scan_file()
211 const_cast<boost::regex&>(pos.first->search_id) = in scan_file()
212 "(?:" + pos.first->search_id.str() + ")|(?:" + info.search_id.str() + ")"; in scan_file()
452 info.search_id = s; in process_script()
466 if(pos.first->search_id != info.search_id) in process_script()
471 const_cast<boost::regex&>(pos.first->search_id) = in process_script()
472 "(?:" + pos.first->search_id.str() + ")|(?:" + info.search_id.str() + ")"; in process_script()
Dauto_index.cpp473 && (i->search_id.empty() || regex_match(*pid, i->search_id))) in process_node()
485 std::cout << "The section constraint is: " << i->search_id << std::endl; in process_node()
Dauto_index.hpp33 boost::regex search_id; // What id's this term may be indexed in. member
/third_party/alsa-utils/topology/
Dpre-process-object.c1091 const char *id, *search_id; in tplg_object_copy_and_add_param() local
1097 if (snd_config_get_id(search_config, &search_id) < 0) in tplg_object_copy_and_add_param()
1107 SNDERR("error copying attribute '%s' value from %s\n", id, search_id); in tplg_object_copy_and_add_param()
1114 SNDERR("error adding attribute '%s' value to %s\n", id, search_id); in tplg_object_copy_and_add_param()