Home
last modified time | relevance | path

Searched refs:aidl_type (Results 1 – 3 of 3) sorted by relevance

/system/tools/aidl/
Dtype_namespace.h104 virtual bool MaybeAddContainerType(const AidlType& aidl_type) = 0;
151 const T* Find(const AidlType& aidl_type) const;
168 bool MaybeAddContainerType(const AidlType& aidl_type) override;
181 const AidlType& aidl_type,
226 const T* LanguageTypeNamespace<T>::Find(const AidlType& aidl_type) const { in Find() argument
232 string name = Trim(aidl_type.GetName()); in Find()
236 if (!CanonicalizeContainerType(aidl_type, &container_class, in Find()
272 const AidlType& aidl_type) { in MaybeAddContainerType() argument
275 const std::string& type_name = aidl_type.GetName(); in MaybeAddContainerType()
282 if (!CanonicalizeContainerType(aidl_type, &container_class, in MaybeAddContainerType()
[all …]
Dtype_cpp.cpp133 PrimitiveType(const std::string& aidl_type, in PrimitiveType() argument
140 : Type(ValidatableType::KIND_BUILT_IN, kNoPackage, aidl_type, {header}, in PrimitiveType()
143 aidl_type, header, cpp_type, cpp_type,
395 const std::string& aidl_type, in Type() argument
404 : ValidatableType(kind, package, aidl_type, src_file_name, line), in Type()
406 aidl_type_(aidl_type), in Type()
Dtype_cpp.h37 const std::string& aidl_type,