Searched refs:dest_type (Results 1 – 3 of 3) sorted by relevance
/external/bluetooth/glib/gobject/ |
D | gvalue.c | 122 GType dest_type; member 213 GType dest_type = G_VALUE_TYPE (dest_value); in g_value_copy() local 214 GTypeValueTable *value_table = g_type_value_table_peek (dest_type); in g_value_copy() 221 value_meminit (dest_value, dest_type); in g_value_copy() 382 GType dest_type) in transform_func_lookup() argument 389 entry.dest_type = dest_type; in transform_func_lookup() 398 if (g_type_value_table_peek (entry.dest_type) == g_type_value_table_peek (dest_type) && in transform_func_lookup() 402 entry.dest_type = g_type_parent (entry.dest_type); in transform_func_lookup() 404 while (entry.dest_type); in transform_func_lookup() 424 return G_BSEARCH_ARRAY_CMP (e1->dest_type, e2->dest_type); in transform_entries_cmp() [all …]
|
D | gvalue.h | 146 GType dest_type); 148 GType dest_type); 152 GType dest_type,
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | sigslot.h | 1741 template<class dest_type, class mt_policy> 1751 _connection0(dest_type* pobject, void (dest_type::*pmemfun)()) in _connection0() 1763 return new _connection0<dest_type, mt_policy>(*this); in clone() 1768 return new _connection0<dest_type, mt_policy>((dest_type *)pnewdest, m_pmemfun); in duplicate() 1782 dest_type* m_pobject; 1783 void (dest_type::* m_pmemfun)(); variable 1786 template<class dest_type, class arg1_type, class mt_policy> 1796 _connection1(dest_type* pobject, void (dest_type::*pmemfun)(arg1_type)) in _connection1() 1808 return new _connection1<dest_type, arg1_type, mt_policy>(*this); in clone() 1813 return new _connection1<dest_type, arg1_type, mt_policy>((dest_type *)pnewdest, m_pmemfun); in duplicate() [all …]
|