Searched refs:CanBeArray (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tools/aidl/
H A DType.h55 virtual bool CanBeArray() const;
108 virtual bool CanBeArray() const;
145 virtual bool CanBeArray() const;
170 virtual bool CanBeArray() const;
198 virtual bool CanBeArray() const;
371 virtual bool CanBeArray() const;
H A DType.cpp199 Type::CanBeArray() const function in class:Type
357 BasicType::CanBeArray() const function in class:BasicType
418 BooleanType::CanBeArray() const function in class:BooleanType
477 CharType::CanBeArray() const function in class:CharType
541 StringType::CanBeArray() const function in class:StringType
988 UserDataType::CanBeArray() const function in class:UserDataType
H A Daidl.cpp441 if (m->type.dimension > 0 && !returnType->CanBeArray()) {
516 if (arg->type.dimension > 0 && !t->CanBeArray()) {

Completed in 2964 milliseconds