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

  /external/webrtc/src/system_wrappers/source/
map_no_stl.cc 21 item_ptr_(item)
31 return item_ptr_;
46 item_ptr_ = ptr;
list_no_stl.h 35 const void* item_ptr_; member in class:webrtc::ListNoStlItem
list_stl.h 32 const void* item_ptr_; member in class:webrtc::ListItem
map_no_stl.h 37 void* item_ptr_; member in class:webrtc::MapNoStlItem
list_no_stl.cc 20 item_ptr_(item),
28 item_ptr_(0),
39 return const_cast<void*>(item_ptr_);
list_stl.cc 18 item_ptr_(item),
25 item_ptr_(0),
36 return const_cast<void*>(item_ptr_);
  /external/webrtc/src/system_wrappers/interface/
list_wrapper.h 35 const void* item_ptr_; member in class:webrtc::ListItem

Completed in 101 milliseconds