Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_buscenter/
H A Dlnn_ip_network_impl_test.cpp132 VisitNextChoice visit = NotifyWlanAddressChanged(&netifMgr, nullptr); variable
/ohos5.0/commonlibrary/rust/ylong_json/src/
H A Ddeserializer.rs31 fn visit<'de, V>(self, visitor: V) -> Result<V::Value, Error> in visit() method