Home
last modified time | relevance | path

Searched defs:section_name (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/boost/dll/
Dlibrary_info.hpp179 std::vector<std::string> symbols(const char* section_name) { in symbols()
194 std::vector<std::string> symbols(const std::string& section_name) { in symbols()
/third_party/boost/boost/log/utility/setup/
Dsettings.hpp129 ref(section_type& section, std::string const& section_name) : in ref()
134 ref(section_type& section, const char* section_name) : in ref()
454 … reference operator[] (std::string const& section_name) { return reference(*this, section_name); } in operator []()
471 reference operator[] (const char* section_name) { return reference(*this, section_name); } in operator []()
505 bool has_parameter(string_type const& section_name, string_type const& param_name) const in has_parameter()
/third_party/alsa-utils/topology/
Dpre-processor.h44 char *section_name; member
Dpre-process-object.c79 const char *section_name, const char *item_name) in tplg_parent_update()
/third_party/mindspore/mindspore/lite/src/common/
Dconfig_file.cc28 int GetSectionInfoFromConfigFile(const std::string &file, const std::string &section_name, in GetSectionInfoFromConfigFile()
/third_party/glib/gio/
Dgresource-tool.c187 const gchar *section_name; in elf_foreach_resource_section() local
/third_party/weston/compositor/
Dmain.c2357 const char *section_name; in load_remoting() local
2484 const char *section_name; in load_pipewire() local
2901 char const *section_name; in load_x11_backend() local
3006 const char *section_name; in load_wayland_backend() local
/third_party/boost/boost/dll/detail/
Delf_info.hpp241 static std::vector<std::string> symbols(std::ifstream& fs, const char* section_name) { in symbols()
Dmacho_info.hpp295 static std::vector<std::string> symbols(std::ifstream& fs, const char* section_name) { in symbols()
Dpe_info.hpp311 static std::vector<std::string> symbols(std::ifstream& fs, const char* section_name) { in symbols()
/third_party/python/Lib/
Dconfigparser.py926 def _write_section(self, fp, section_name, section_items, delimiter): argument
/third_party/ffmpeg/fftools/
Dffprobe.c3274 static int match_section(const char *section_name, in match_section()
3300 char *section_name = av_get_token(&p, "=:"); in opt_show_entries() local