OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resolveToScalarType
(Results
1 - 8
of
8
) sorted by null
/system/tools/hidl/
TypeDef.h
28
const ScalarType *
resolveToScalarType
() const override;
EnumType.cpp
61
value->autofill(prev,
resolveToScalarType
());
69
const ScalarType *EnumType::
resolveToScalarType
() const {
70
return mStorageType->
resolveToScalarType
();
91
return mStorageType->
resolveToScalarType
()->getJavaType(forInitializer);
95
return mStorageType->
resolveToScalarType
()->getJavaSuffix();
99
return mStorageType->
resolveToScalarType
()->getJavaWrapperType();
131
const ScalarType *scalarType = mStorageType->
resolveToScalarType
();
157
const ScalarType *scalarType = mStorageType->
resolveToScalarType
();
205
const ScalarType *scalarType = mStorageType->
resolveToScalarType
();
249
const ScalarType *scalarType = mStorageType->
resolveToScalarType
();
[
all
...]
TypeDef.cpp
29
const ScalarType *TypeDef::
resolveToScalarType
() const {
ScalarType.h
45
const ScalarType *
resolveToScalarType
() const override;
EnumType.h
43
const ScalarType *
resolveToScalarType
() const override;
159
const ScalarType *
resolveToScalarType
() const override;
ScalarType.cpp
27
const ScalarType *ScalarType::
resolveToScalarType
() const {
Type.cpp
109
const ScalarType *Type::
resolveToScalarType
() const {
114
const ScalarType *scalarType =
resolveToScalarType
();
Type.h
55
virtual const ScalarType *
resolveToScalarType
() const;
Completed in 399 milliseconds