Searched refs:ListWrapper (Results 1 - 7 of 7) sorted by relevance

/external/webrtc/src/system_wrappers/source/
H A Dlist_no_stl.cc47 ListWrapper::ListWrapper() function in class:webrtc::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
[all...]
H A Dlist_stl.h21 friend class ListWrapper;
37 class ListWrapper class in namespace:webrtc
40 ListWrapper();
41 ~ListWrapper();
43 // ListWrapper functions
62 DISALLOW_COPY_AND_ASSIGN(ListWrapper);
H A Dlist_stl.cc44 ListWrapper::ListWrapper() : list_() function in class:webrtc::ListWrapper
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
[all...]
H A Dlist_unittest.cc16 using ::webrtc::ListWrapper;
25 // the dynamic and static implementation of ListWrapper.
26 // Clarification: ListWrapper has two versions of PushBack(..). It takes an
31 // either the integer version or void pointer version of ListWrapper.
93 ListWrapper list_;
/external/webrtc/src/system_wrappers/interface/
H A Dlist_wrapper.h21 friend class ListWrapper;
39 class ListWrapper class in namespace:webrtc
42 ListWrapper();
43 virtual ~ListWrapper();
/external/webrtc/src/system_wrappers/test/list/
H A Dlist.cc39 void PrintList(ListWrapper& list)
54 void ListSanity(ListWrapper& list)
81 ListWrapper test_list;
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 79 milliseconds