Searched defs:WebVector (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/
H A DWebVector.h44 // void Foo(WebVector<int>& result)
46 // WebVector<int> data(10);
57 // WebVector<WebCString> cstrings = input;
62 class WebVector { class in namespace:WebKit
66 ~WebVector()
71 explicit WebVector(size_t size = 0) function in class:WebKit::WebVector
76 WebVector(const WebVector<T>& other) function in class:WebKit::WebVector
82 WebVector(const C& other) function in class:WebKit::WebVector
87 WebVector
[all...]
/external/clang/test/CXX/temp/temp.res/temp.local/
H A Dp3.cpp24 class WebVector { class in namespace:PR6717
27 WebVector(const WebVector<T>& other) { } // expected-error{{undeclared identifier 'T'}} \ function in namespace:PR6717
31 WebVector<T>& operator=(const C& other) { } // expected-error{{undeclared identifier 'T'}}

Completed in 106 milliseconds