OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TypeNamespace
(Results
1 - 2
of
2
) sorted by null
/system/tools/aidl/
type_cpp.h
90
class
TypeNamespace
: public ::android::aidl::LanguageTypeNamespace<Type> {
92
TypeNamespace
() = default;
93
virtual ~
TypeNamespace
() = default;
118
DISALLOW_COPY_AND_ASSIGN(
TypeNamespace
);
119
}; // class
TypeNamespace
type_namespace.h
91
class
TypeNamespace
{
93
// Load the
TypeNamespace
with built in types. Don't do work in the
97
// Load this
TypeNamespace
with user defined types.
132
TypeNamespace
() = default;
133
virtual ~
TypeNamespace
() = default;
140
DISALLOW_COPY_AND_ASSIGN(
TypeNamespace
);
144
class LanguageTypeNamespace : public
TypeNamespace
{
Completed in 375 milliseconds