HomeSort by relevance Sort by last modified time
    Searched defs:ListWrapper (Results 1 - 8 of 8) sorted by null

  /external/webrtc/src/system_wrappers/source/
list_stl.h 21 friend class ListWrapper;
37 class ListWrapper
40 ListWrapper();
41 ~ListWrapper();
43 // ListWrapper functions
62 DISALLOW_COPY_AND_ASSIGN(ListWrapper);
list_no_stl.cc 47 ListWrapper::ListWrapper()
55 ListWrapper::~ListWrapper()
61 "Potential memory leak in ListWrapper");
69 bool ListWrapper::Empty() const
74 unsigned int ListWrapper::GetSize() const
79 int ListWrapper::PushBack(const void* ptr)
87 int ListWrapper::PushBack(const unsigned int item_id)
95 int ListWrapper::PushFront(const unsigned int item_id
    [all...]
list_stl.cc 44 ListWrapper::ListWrapper() : list_()
48 ListWrapper::~ListWrapper()
54 "Potential memory leak in ListWrapper");
61 bool ListWrapper::Empty() const
66 unsigned int ListWrapper::GetSize() const
71 int ListWrapper::PushBack(const void* ptr)
78 int ListWrapper::PushBack(const unsigned int item_id)
85 int ListWrapper::PushFront(const unsigned int item_id
    [all...]
  /external/webrtc/src/system_wrappers/interface/
list_wrapper.h 21 friend class ListWrapper;
39 class ListWrapper
42 ListWrapper();
43 virtual ~ListWrapper();
  /external/chromium/chrome/browser/ui/webui/
plugins_ui.cc 175 struct ListWrapper {
179 static void LoadPluginsOnFileThread(ListWrapper* wrapper, Task* task);
181 // Used in conjunction with ListWrapper to avoid any memory leaks.
182 static void EnsureListDeleted(ListWrapper* wrapper);
188 void PluginsLoaded(ListWrapper* wrapper);
307 void PluginsDOMHandler::LoadPluginsOnFileThread(ListWrapper* wrapper,
317 void PluginsDOMHandler::EnsureListDeleted(ListWrapper* wrapper) {
326 ListWrapper* wrapper = new ListWrapper;
338 void PluginsDOMHandler::PluginsLoaded(ListWrapper* wrapper)
    [all...]
  /cts/tools/signature-tools/lib/
stringtemplate.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 527 milliseconds