OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isCompatibleElementType
(Results
1 - 10
of
10
) sorted by null
/system/tools/hidl/
RefType.cpp
45
bool RefType::
isCompatibleElementType
(const Type* elementType) const {
63
return this->
isCompatibleElementType
(
67
return this->
isCompatibleElementType
(
FmqType.h
63
bool
isCompatibleElementType
(const Type* elementType) const override;
RefType.h
33
bool
isCompatibleElementType
(const Type* elementType) const override;
FmqType.cpp
162
bool FmqType::
isCompatibleElementType
(const Type* elementType) const {
VectorType.cpp
34
bool VectorType::
isCompatibleElementType
(const Type* elementType) const {
61
return this->
isCompatibleElementType
(inner) && !inner->isInterface();
65
return this->
isCompatibleElementType
(inner) && !inner->isInterface();
VectorType.h
35
bool
isCompatibleElementType
(const Type* elementType) const override;
EnumType.h
174
bool
isCompatibleElementType
(const Type* elementType) const override;
Type.h
360
virtual bool
isCompatibleElementType
(const Type* elementType) const = 0;
Type.cpp
783
if (!
isCompatibleElementType
(mElementType.get())) {
EnumType.cpp
848
bool BitFieldType::
isCompatibleElementType
(const Type* elementType) const {
Completed in 122 milliseconds