Lines Matching defs:section

58   inline const char* get_config_value(const char* section, const char* name, const char* value) {  in get_config_value()
62 …inline std::string get_config_value(const char* section, const char* name, const std::string& valu… in get_config_value()
66 inline bool get_config_value(const char* section, const char* name, bool value) { in get_config_value()
71 inline T get_config_value(const char* section, const char* name, const T& value) { in get_config_value()
75 inline float get_config_value(const char* section, const char* name, float value) { in get_config_value()
79 inline double get_config_value(const char* section, const char* name, double value) { in get_config_value()
83 …inline gfx::Point get_config_value(const char* section, const char* name, const gfx::Point& value)… in get_config_value()
87 inline gfx::Rect get_config_value(const char* section, const char* name, const gfx::Rect& value) { in get_config_value()
91 …inline app::Color get_config_value(const char* section, const char* name, const app::Color& value)… in get_config_value()
95 inline void set_config_value(const char* section, const char* name, const char* value) { in set_config_value()
99 inline void set_config_value(const char* section, const char* name, const std::string& value) { in set_config_value()
103 inline void set_config_value(const char* section, const char* name, bool value) { in set_config_value()
108 inline void set_config_value(const char* section, const char* name, const T& value) { in set_config_value()
112 inline void set_config_value(const char* section, const char* name, float value) { in set_config_value()
116 inline void set_config_value(const char* section, const char* name, double value) { in set_config_value()
120 inline void set_config_value(const char* section, const char* name, const gfx::Point& value) { in set_config_value()
124 inline void set_config_value(const char* section, const char* name, const gfx::Rect& value) { in set_config_value()
128 inline void set_config_value(const char* section, const char* name, const app::Color& value) { in set_config_value()