Home
last modified time | relevance | path

Searched refs:ref_section (Results 1 – 3 of 3) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/netschedule/
H A Dqueue_database.cpp418 string ref_section = reg.GetString(section_name, in x_ReadLinkedSections() local
427 if (ref_section.empty()) in x_ReadLinkedSections()
430 if (find(sections.begin(), sections.end(), ref_section) == in x_ReadLinkedSections()
434 if (new_values.find(ref_section) != new_values.end()) in x_ReadLinkedSections()
439 reg.EnumerateEntries(ref_section, &linked_section_entries); in x_ReadLinkedSections()
443 values[*j] = reg.GetString(ref_section, *j, kEmptyStr); in x_ReadLinkedSections()
445 new_values[ref_section] = values; in x_ReadLinkedSections()
H A Dns_queue_parameters.cpp1800 string ref_section = reg.GetString(sname, entry, kEmptyStr); in ReadLinkedSections() local
1801 if (ref_section.empty()) { in ReadLinkedSections()
1808 ref_section) == available_sections.end()) { in ReadLinkedSections()
1815 conf_linked_sections[entry] = ref_section; in ReadLinkedSections()
/dports/science/conduit/conduit-0.8.0/src/libs/blueprint/
H A Dconduit_blueprint_mesh_utils.cpp773 const std::string ref_section = (ref_key[ref_key.length()-1] != 'y') ? in find_reference_node() local
783 if(traverse_node->has_child(ref_section)) in find_reference_node()
785 const Node &ref_parent = traverse_node->fetch(ref_section); in find_reference_node()