OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getJavaSuffix
(Results
1 - 10
of
10
) sorted by null
/system/tools/hidl/
ScalarType.cpp
104
std::string ScalarType::
getJavaSuffix
() const {
262
<<
getJavaSuffix
()
272
<<
getJavaSuffix
()
StringType.h
40
std::string
getJavaSuffix
() const override;
ScalarType.h
59
std::string
getJavaSuffix
() const override;
StringType.cpp
61
std::string StringType::
getJavaSuffix
() const {
EnumType.h
56
std::string
getJavaSuffix
() const override;
187
std::string
getJavaSuffix
() const override;
ArrayType.cpp
520
<< mElementType->
getJavaSuffix
()
532
<< mElementType->
getJavaSuffix
()
EnumType.cpp
167
std::string EnumType::
getJavaSuffix
() const {
168
return mStorageType->resolveToScalarType()->
getJavaSuffix
();
865
std::string BitFieldType::
getJavaSuffix
() const {
866
return resolveToScalarType()->
getJavaSuffix
();
Type.cpp
389
std::string Type::
getJavaSuffix
() const {
500
getJavaSuffix
(),
Type.h
167
virtual std::string
getJavaSuffix
() const;
VectorType.cpp
541
mElementType->
getJavaSuffix
() + "Vector",
Completed in 696 milliseconds