Home
last modified time | relevance | path

Searched defs:ListToString (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Collections.pas156 class function ListToString(const Coll: IList<IANTLRInterface>): String; overload; static; in ListToString() function
157 class function ListToString(const Coll: IList<String>): String; overload; static; in ListToString() function
/aosp_15_r20/external/openthread/src/core/thread/
H A Daddress_resolver.cpp1124 const char *AddressResolver::ListToString(const CacheEntryList *aList) const in ListToString() function in ot::AddressResolver