Searched defs:returns (Results 1 – 3 of 3) sorted by relevance
/system/netd/libnetdutils/ | ||
D | Log.cpp | 142 LogEntry& LogEntry::returns(const std::string& rval) { in returns() function in android::netdutils::LogEntry |
/system/tools/hidl/docs/src/parser/elements/declarations/ | ||
D | MethodDeclarationParser.kt | 32 var returns = mutableListOf<ArgEntry>() variable |
/system/netd/libnetdutils/include/netdutils/ | ||
D | Log.h | 87 LogEntry& returns(T val) { in returns() function |