OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getStrongReferences
(Results
1 - 5
of
5
) sorted by null
/system/tools/hidl/
RefType.cpp
33
std::vector<const Reference<Type>*> RefType::
getStrongReferences
() const {
Method.cpp
87
std::vector<Reference<Type>*> Method::
getStrongReferences
() {
88
const auto& constRet = static_cast<const Method*>(this)->
getStrongReferences
();
95
std::vector<const Reference<Type>*> Method::
getStrongReferences
() const {
VectorType.cpp
82
std::vector<const Reference<Type>*> VectorType::
getStrongReferences
() const {
Interface.cpp
486
std::vector<const Reference<Type>*> Interface::
getStrongReferences
() const {
497
const auto& references = method->
getStrongReferences
();
Type.cpp
143
std::vector<Reference<Type>*> Type::
getStrongReferences
() {
144
const auto& constRet = static_cast<const Type*>(this)->
getStrongReferences
();
151
std::vector<const Reference<Type>*> Type::
getStrongReferences
() const {
250
for (const auto* nextRef :
getStrongReferences
()) {
Completed in 143 milliseconds