OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:flattenablehelper
(Results
1 - 1
of
1
) sorted by null
/frameworks/native/include/binder/
Parcel.h
279
class
FlattenableHelper
: public FlattenableHelperInterface {
282
explicit
FlattenableHelper
(const Flattenable<T>& val) : val(val) { }
319
const
FlattenableHelper
<T> helper(val);
343
FlattenableHelper
<T> helper(val);
Completed in 39 milliseconds