Home
last modified time | relevance | path

Searched defs:GetAddress (Results 1 – 8 of 8) sorted by relevance

/external/openscreen/discovery/dnssd/impl/
Dnetwork_interface_config.cc30 const IPAddress& NetworkInterfaceConfig::GetAddress() const { in GetAddress() function in openscreen::discovery::NetworkInterfaceConfig
/external/llvm/include/llvm/ExecutionEngine/Orc/
DJITSymbol.h53 JITSymbol(GetAddressFtor GetAddress, JITSymbolFlags Flags) in JITSymbol()
/external/webrtc/rtc_base/
Dssl_adapter_unittest.cc95 rtc::SocketAddress GetAddress() const { in GetAddress() function in SSLAdapterTestDummyClient
183 rtc::SocketAddress GetAddress() const { in GetAddress() function in SSLAdapterTestDummyServer
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DJITSymbol.h268 JITSymbol(GetAddressFtor GetAddress, JITSymbolFlags Flags) in JITSymbol()
/external/vixl/examples/aarch32/
Ddisasm-a32.cc75 Elf32_Addr GetAddress() const { return addr_; } in GetAddress() function in Symbol
/external/webrtc/api/transport/
Dstun.h346 const rtc::SocketAddress& GetAddress() const { return address_; } in GetAddress() function
Dstun.cc156 const StunAddressAttribute* StunMessage::GetAddress(int type) const { in GetAddress() function in cricket::StunMessage
/external/webrtc/p2p/base/
Dport_unittest.cc114 SocketAddress GetAddress(Port* port) { in GetAddress() function