OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ArrayOutputAdapterWithStorage
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ppapi/proxy/
proxy_array_output.h
108
class
ArrayOutputAdapterWithStorage
: public ArrayOutputAdapter<T> {
110
ArrayOutputAdapterWithStorage
() {
122
// A reference counted version of
ArrayOutputAdapterWithStorage
. Since it
127
: public
ArrayOutputAdapterWithStorage
<T>,
131
:
ArrayOutputAdapterWithStorage
<T>() {
/external/chromium_org/ppapi/cpp/
array_output.h
172
//
ArrayOutputAdapterWithStorage
<int> adapter;
176
class
ArrayOutputAdapterWithStorage
: public ArrayOutputAdapter<T> {
178
ArrayOutputAdapterWithStorage
() {
188
// This adapter is like the
ArrayOutputAdapterWithStorage
except this
222
// This adapter is like the
ArrayOutputAdapterWithStorage
except this
output_traits.h
201
typedef
ArrayOutputAdapterWithStorage
<T> StorageType;
Completed in 134 milliseconds