Searched refs:item_ptr_ (Results 1 - 7 of 7) sorted by relevance
/external/webrtc/src/system_wrappers/source/ | ||
H A D | map_no_stl.cc | 21 item_ptr_(item) 31 return item_ptr_; 46 item_ptr_ = ptr; |
H A D | list_stl.h | 32 const void* item_ptr_; member in class:webrtc::ListItem |
H A D | map_no_stl.h | 37 void* item_ptr_; member in class:webrtc::MapNoStlItem |
H A D | list_no_stl.cc | 20 item_ptr_(item), 28 item_ptr_(0), 39 return const_cast<void*>(item_ptr_); |
H A D | list_stl.cc | 18 item_ptr_(item), 25 item_ptr_(0), 36 return const_cast<void*>(item_ptr_); |
H A D | list_no_stl.h | 35 const void* item_ptr_; member in class:webrtc::ListNoStlItem |
/external/webrtc/src/system_wrappers/interface/ | ||
H A D | list_wrapper.h | 35 const void* item_ptr_; member in class:webrtc::ListItem |
Completed in 159 milliseconds