OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LightFlattenablePod
(Results
1 - 4
of
4
) sorted by null
/frameworks/native/libs/ui/include/ui/
Point.h
25
class Point : public
LightFlattenablePod
<Point>
Rect.h
32
class Rect : public ARect, public
LightFlattenablePod
<Rect>
/system/core/libutils/include/utils/
Flattenable.h
175
*
LightFlattenablePod
is an implementation of the LightFlattenable protocol
177
* Simply derive from
LightFlattenablePod
<Foo> to make Foo flattenable; no
181
class
LightFlattenablePod
: public LightFlattenable<T> {
/frameworks/native/libs/binder/tests/
binderSafeInterfaceTest.cpp
100
struct TestLightFlattenable :
LightFlattenablePod
<TestLightFlattenable> {
[
all
...]
Completed in 65 milliseconds