Searched refs:link_ (Results 1 - 8 of 8) sorted by relevance

/external/chromium/base/
H A Dlinked_ptr.h120 bool last = link_.depart();
143 linked_ptr_internal link_; member in class:linked_ptr
146 if (link_.depart()) delete value_;
151 link_.join_new();
157 link_.join(&ptr->link_);
159 link_.join_new();
/external/bluetooth/glib/glib/
H A Dgqueue.h104 GList *link_);
106 GList *link_);
109 GList *link_);
119 GList *link_);
121 GList *link_);
123 GList *link_);
H A Dgslist.h76 GSList *link_) G_GNUC_WARN_UNUSED_RESULT;
78 GSList *link_) G_GNUC_WARN_UNUSED_RESULT;
H A Dgslist.c414 * @link_: an element in the #GSList
425 GSList *link_)
427 return _g_slist_remove_link (list, link_);
433 * @link_: node to delete
435 * Removes the node link_ from the list and frees it.
443 GSList *link_)
445 list = _g_slist_remove_link (list, link_);
446 _g_slist_free1 (link_);
424 g_slist_remove_link(GSList *list, GSList *link_) argument
442 g_slist_delete_link(GSList *list, GSList *link_) argument
H A Dglist.h79 GList *link_) G_GNUC_WARN_UNUSED_RESULT;
H A Dglist.c440 * @link_: node to delete from @list
442 * Removes the node link_ from the list and frees it.
450 GList *link_)
452 list = _g_list_remove_link (list, link_);
453 _g_list_free1 (link_);
449 g_list_delete_link(GList *list, GList *link_) argument
/external/gtest/include/gtest/internal/
H A Dgtest-linked_ptr.h96 // Many linked_ptr operations may change p.link_ for some linked_ptr
178 bool last = link_.depart();
201 linked_ptr_internal link_; member in class:testing::internal::linked_ptr
204 if (link_.depart()) delete value_;
209 link_.join_new();
215 link_.join(&ptr->link_);
217 link_.join_new();
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-linked_ptr.h96 // Many linked_ptr operations may change p.link_ for some linked_ptr
178 bool last = link_.depart();
201 linked_ptr_internal link_; member in class:testing::internal::linked_ptr
204 if (link_.depart()) delete value_;
209 link_.join_new();
215 link_.join(&ptr->link_);
217 link_.join_new();

Completed in 1387 milliseconds