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

  /external/chromium_org/third_party/WebKit/public/platform/
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)
77 WebVector(const U* values, size_t size)
82 WebVector(const WebVector<T>& other)
88 WebVector(const C& 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 77 milliseconds