Home | History | Annotate | Download | only in public

Lines Matching defs:WebVector

44 //   void Foo(WebVector<int>& result)
46 // WebVector<int> data(10);
57 // WebVector<WebCString> cstrings = input;
62 class WebVector {
66 ~WebVector()
71 explicit WebVector(size_t size = 0)
76 WebVector(const WebVector<T>& other)
82 WebVector(const C& other)
87 WebVector& operator=(const WebVector& other)
95 WebVector<T>& operator=(const C& other)
97 if (this != reinterpret_cast<const WebVector<T>*>(&other))
141 void swap(WebVector<T>& other)