OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TypeNamespace
(Results
1 - 11
of
11
) sorted by null
/system/tools/aidl/
generate_cpp.h
33
const cpp::
TypeNamespace
& types,
52
std::unique_ptr<Document> BuildClientSource(const
TypeNamespace
& types,
54
std::unique_ptr<Document> BuildServerSource(const
TypeNamespace
& types,
56
std::unique_ptr<Document> BuildInterfaceSource(const
TypeNamespace
& types,
58
std::unique_ptr<Document> BuildClientHeader(const
TypeNamespace
& types,
60
std::unique_ptr<Document> BuildServerHeader(const
TypeNamespace
& types,
62
std::unique_ptr<Document> BuildInterfaceHeader(const
TypeNamespace
& types,
aidl.h
61
TypeNamespace
* types,
66
const std::string& filename,
TypeNamespace
* types);
type_cpp_unittest.cpp
32
TypeNamespace
types_;
type_namespace.cpp
96
bool
TypeNamespace
::IsValidPackage(const string& /* package */) const {
100
const ValidatableType*
TypeNamespace
::GetReturnType(
115
const ValidatableType*
TypeNamespace
::GetArgType(
type_cpp.h
111
class
TypeNamespace
: public ::android::aidl::LanguageTypeNamespace<Type> {
113
TypeNamespace
() = default;
114
virtual ~
TypeNamespace
() = default;
138
DISALLOW_COPY_AND_ASSIGN(
TypeNamespace
);
139
}; // class
TypeNamespace
type_cpp.cpp
408
void
TypeNamespace
::Init() {
515
bool
TypeNamespace
::AddParcelableType(const AidlParcelable& p,
526
bool
TypeNamespace
::AddBinderType(const AidlInterface& b,
532
bool
TypeNamespace
::AddListType(const std::string& type_name) {
558
bool
TypeNamespace
::AddMapType(const std::string& /* key_type_name */,
565
bool
TypeNamespace
::IsValidPackage(const string& package) const {
580
const ValidatableType*
TypeNamespace
::GetArgType(const AidlArgument& a,
594
return ::android::aidl::
TypeNamespace
::GetArgType(a, arg_index, filename);
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.
129
TypeNamespace
() = default;
130
virtual ~
TypeNamespace
() = default;
136
DISALLOW_COPY_AND_ASSIGN(
TypeNamespace
);
140
class LanguageTypeNamespace : public
TypeNamespace
{
generate_cpp.cpp
105
ArgList BuildArgList(const
TypeNamespace
& types,
155
const
TypeNamespace
& types,
197
bool DeclareLocalVariable(const
TypeNamespace
& types, const AidlArgument& a,
251
unique_ptr<Declaration> DefineClientTransaction(const
TypeNamespace
& types,
376
unique_ptr<Document> BuildClientSource(const
TypeNamespace
& types,
407
bool HandleServerTransaction(const
TypeNamespace
& types,
501
unique_ptr<Document> BuildServerSource(const
TypeNamespace
& types,
563
unique_ptr<Document> BuildInterfaceSource(const
TypeNamespace
& /* types */,
585
unique_ptr<Document> BuildClientHeader(const
TypeNamespace
& types,
625
unique_ptr<Document> BuildServerHeader(const
TypeNamespace
& /* types */
[
all
...]
aidl.cpp
159
TypeNamespace
* types) {
176
TypeNamespace
* types) {
458
const string& filename,
TypeNamespace
* types) {
509
TypeNamespace
* types,
636
unique_ptr<cpp::
TypeNamespace
> types(new cpp::
TypeNamespace
());
aidl_unittest.cpp
69
TypeNamespace
* types) {
88
cpp::
TypeNamespace
cpp_types_;
generate_cpp_unittest.cpp
699
TypeNamespace
types_;
Completed in 924 milliseconds