HomeSort by relevance Sort by last modified time
    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 62 TypeNamespace* types,
67 const std::string& filename, TypeNamespace* types);
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.cpp 96 bool TypeNamespace::IsValidPackage(const string& /* package */) const {
100 const ValidatableType* TypeNamespace::GetReturnType(
117 const ValidatableType* TypeNamespace::GetArgType(
type_cpp_unittest.cpp 43 TypeNamespace types_;
type_cpp.cpp 413 void TypeNamespace::Init() {
513 bool TypeNamespace::AddParcelableType(const AidlParcelable& p,
524 bool TypeNamespace::AddBinderType(const AidlInterface& b,
530 bool TypeNamespace::AddListType(const std::string& type_name) {
556 bool TypeNamespace::AddMapType(const std::string& /* key_type_name */,
563 bool TypeNamespace::IsValidPackage(const string& package) const {
578 const ValidatableType* TypeNamespace::GetArgType(const AidlArgument& a,
593 return ::android::aidl::TypeNamespace::GetArgType(a, arg_index, filename,
generate_cpp.cpp 106 ArgList BuildArgList(const TypeNamespace& types,
156 const TypeNamespace& types,
198 bool DeclareLocalVariable(const TypeNamespace& types, const AidlArgument& a,
252 unique_ptr<Declaration> DefineClientTransaction(const TypeNamespace& types,
388 unique_ptr<Document> BuildClientSource(const TypeNamespace& types,
419 bool HandleServerTransaction(const TypeNamespace& types,
524 unique_ptr<Document> BuildServerSource(const TypeNamespace& types,
586 unique_ptr<Document> BuildInterfaceSource(const TypeNamespace& /* types */,
624 unique_ptr<Document> BuildClientHeader(const TypeNamespace& types,
664 unique_ptr<Document> BuildServerHeader(const TypeNamespace& /* types */
    [all...]
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 {
aidl.cpp 159 TypeNamespace* types) {
176 TypeNamespace* types) {
501 const string& filename, TypeNamespace* types) {
552 TypeNamespace* types,
682 unique_ptr<cpp::TypeNamespace> types(new cpp::TypeNamespace());
aidl_unittest.cpp 74 TypeNamespace* types,
97 cpp::TypeNamespace cpp_types_;
generate_cpp_unittest.cpp 765 TypeNamespace types_;

Completed in 104 milliseconds