OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RefCountedVector
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/common/
ref_counted_util.h
12
//
RefCountedVector
is just a vector wrapped up with
15
class
RefCountedVector
16
: public base::RefCountedThreadSafe<
RefCountedVector
<T> > {
18
RefCountedVector
() {}
19
explicit
RefCountedVector
(const std::vector<T>& initializer)
24
DISALLOW_COPY_AND_ASSIGN(
RefCountedVector
<T>);
/external/chromium_org/chrome/common/
ref_counted_util.h
11
//
RefCountedVector
is just a vector wrapped up with
14
class
RefCountedVector
15
: public base::RefCountedThreadSafe<
RefCountedVector
<T> > {
17
RefCountedVector
() {}
18
explicit
RefCountedVector
(const std::vector<T>& initializer)
23
DISALLOW_COPY_AND_ASSIGN(
RefCountedVector
<T>);
Completed in 793 milliseconds