HomeSort by relevance Sort by last modified time
    Searched refs:type_to_gtypeid (Results 1 - 2 of 2) sorted by null

  /external/libbrillo/brillo/glib/
object.h 79 // \brief type_to_gtypeid is a type function mapping from a canonical type to
82 template <typename T> ::GType type_to_gtypeid();
85 inline ::GType type_to_gtypeid<const char*>() { function in namespace:brillo::glib
89 inline ::GType type_to_gtypeid<char*>() { function in namespace:brillo::glib
93 inline ::GType type_to_gtypeid< ::uint8_t>() { function in namespace:brillo::glib
97 inline ::GType type_to_gtypeid<double>() { function in namespace:brillo::glib
101 inline ::GType type_to_gtypeid<bool>() { function in namespace:brillo::glib
106 inline ::GType type_to_gtypeid<const Value*>() { function in namespace:brillo::glib
111 inline ::GType type_to_gtypeid< ::uint32_t>() { function in namespace:brillo::glib
119 inline ::GType type_to_gtypeid< ::int64_t>() function in namespace:brillo::glib
124 inline ::GType type_to_gtypeid< ::int32_t>() { function in namespace:brillo::glib
    [all...]
dbus.h 282 proxy.gproxy(), name, glib::type_to_gtypeid<A1>(), G_TYPE_INVALID);
299 glib::type_to_gtypeid<A1>(),
300 glib::type_to_gtypeid<A2>(),
318 glib::type_to_gtypeid<A1>(),
319 glib::type_to_gtypeid<A2>(),
320 glib::type_to_gtypeid<A3>(),
339 glib::type_to_gtypeid<A1>(),
340 glib::type_to_gtypeid<A2>(),
341 glib::type_to_gtypeid<A3>(),
342 glib::type_to_gtypeid<A4>()
    [all...]

Completed in 80 milliseconds