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

  /external/webkit/Source/WebKit/chromium/public/
WebVector.h 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
    [all...]
  /external/clang/test/CXX/temp/temp.res/temp.local/
p3.cpp 24 class WebVector {
27 WebVector(const WebVector<T>& other) { } // expected-error{{undeclared identifier 'T'}} \
31 WebVector<T>& operator=(const C& other) { } // expected-error{{undeclared identifier 'T'}}

Completed in 162 milliseconds