Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/thread/
H A Dnetwork_data_tlvs.hpp603 HasRouteEntry *GetLastEntry(void) in GetLastEntry() function in ot::NetworkData::HasRouteTlv
616 const HasRouteEntry *GetLastEntry(void) const in GetLastEntry() function in ot::NetworkData::HasRouteTlv
1180 BorderRouterEntry *GetLastEntry(void) in GetLastEntry() function in ot::NetworkData::BorderRouterTlv
1193 const BorderRouterEntry *GetLastEntry(void) const in GetLastEntry() function in ot::NetworkData::BorderRouterTlv
/aosp_15_r20/system/libziparchive/
H A Dzip_writer.cc313 int32_t ZipWriter::GetLastEntry(FileEntry* out_entry) { in GetLastEntry() function in ZipWriter