Home
last modified time | relevance | path

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

/system/tools/aidl/
Dtype_cpp.cpp242 class MapType : public Type { class
244 MapType() in MapType() function in android::aidl::cpp::__anon9051069a0111::MapType
252 ~MapType() override = default;
255 DISALLOW_COPY_AND_ASSIGN(MapType);
431 Add(std::make_unique<MapType>()); in Init()
Dtype_java.cpp188 MapType::MapType(const JavaTypeNamespace* types) in MapType() function in android::aidl::java::MapType
283 Add(std::make_unique<MapType>(this)); in Init()
Dtype_java.h215 class MapType : public Type {
217 explicit MapType(const JavaTypeNamespace* types);