Home | History | Annotate | Download | only in glib

Lines Matching full:static_cast

157   return static_cast<const char*>(::g_value_get_string(&x));
161 return static_cast<double>(::g_value_get_double(&x));
165 return static_cast<bool>(::g_value_get_boolean(&x));
169 return static_cast< ::uint32_t>(::g_value_get_uint(&x));
173 return static_cast< ::uint8_t>(::g_value_get_uchar(&x));
177 return static_cast< ::int64_t>(::g_value_get_int64(&x));
181 return static_cast< ::int32_t>(::g_value_get_int(&x));
227 *this = *static_cast<const Value*>(&x);
279 return static_cast<const Value*>(&x);
480 return glib::Retrieve(*static_cast< ::GValue*>(ptr), result);