OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCppStackType
(Results
1 - 12
of
12
) sorted by null
/system/tools/hidl/
TypeDef.cpp
63
<< mReferencedType->
getCppStackType
()
RefType.cpp
74
return mElementType->
getCppStackType
(specifyNamespaces)
129
std::string elementType = mElementType->
getCppStackType
();
131
std::string baseType =
getCppStackType
();
EnumType.cpp
160
const std::string storageType = scalarType->
getCppStackType
();
208
const std::string storageType = scalarType->
getCppStackType
();
252
const std::string storageType = scalarType->
getCppStackType
();
282
<< "std::string toString<" <<
getCppStackType
() << ">("
300
<< "std::string toString<" <<
getCppStackType
() << ">("
307
<< getBitfieldType()->
getCppStackType
() << " flipped = 0;\n"
312
" == static_cast<" + scalarType->
getCppStackType
() +
345
"static_cast<" + scalarType->
getCppStackType
() + ">(o)");
809
<< "::toString<" << getEnumType()->
getCppStackType
()
VectorType.cpp
93
+ mElementType->
getCppStackType
( specifyNamespaces)
150
std::string baseType = mElementType->
getCppStackType
();
239
out << mElementType->
getCppStackType
(true /* specifyNamespaces */)
298
std::string baseType =
getCppStackType
();
323
baseType = mElementType->
getCppStackType
();
418
std::string elementType = mElementType->
getCppStackType
();
ScalarType.cpp
53
return
getCppStackType
();
200
<<
getCppStackType
()
ArrayType.cpp
67
const std::string base = mElementType->
getCppStackType
(specifyNamespaces);
100
std::string result = mElementType->
getCppStackType
();
147
std::string baseType = mElementType->
getCppStackType
();
224
std::string baseType = mElementType->
getCppStackType
();
299
std::string baseType = mElementType->
getCppStackType
();
FmqType.cpp
37
mName + "<" + mElementType->
getCppStackType
(true) + ">";
Type.h
90
std::string
getCppStackType
(bool specifyNamespaces = true) const;
CompoundType.cpp
352
out << field->type().
getCppStackType
()
376
out << field->type().
getCppStackType
()
Type.cpp
410
std::string Type::
getCppStackType
(bool specifyNamespaces) const {
ConstantExpression.cpp
379
+ ScalarType(SK(INT64)).
getCppStackType
() // "int64_t"
generateCpp.cpp
658
out << iface.
getCppStackType
() << " " << wrappedName << ";\n";
[
all
...]
Completed in 2369 milliseconds