Searched defs:section_name (Results 1 – 12 of 12) sorted by relevance
/third_party/boost/boost/dll/ |
D | library_info.hpp | 179 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/ |
D | settings.hpp | 129 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/ |
D | pre-processor.h | 44 char *section_name; member
|
D | pre-process-object.c | 79 const char *section_name, const char *item_name) in tplg_parent_update()
|
/third_party/mindspore/mindspore/lite/src/common/ |
D | config_file.cc | 28 int GetSectionInfoFromConfigFile(const std::string &file, const std::string §ion_name, in GetSectionInfoFromConfigFile()
|
/third_party/glib/gio/ |
D | gresource-tool.c | 187 const gchar *section_name; in elf_foreach_resource_section() local
|
/third_party/weston/compositor/ |
D | main.c | 2357 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/ |
D | elf_info.hpp | 241 static std::vector<std::string> symbols(std::ifstream& fs, const char* section_name) { in symbols()
|
D | macho_info.hpp | 295 static std::vector<std::string> symbols(std::ifstream& fs, const char* section_name) { in symbols()
|
D | pe_info.hpp | 311 static std::vector<std::string> symbols(std::ifstream& fs, const char* section_name) { in symbols()
|
/third_party/python/Lib/ |
D | configparser.py | 926 def _write_section(self, fp, section_name, section_items, delimiter): argument
|
/third_party/ffmpeg/fftools/ |
D | ffprobe.c | 3274 static int match_section(const char *section_name, in match_section() 3300 char *section_name = av_get_token(&p, "=:"); in opt_show_entries() local
|