HomeSort by relevance Sort by last modified time
    Searched refs:instance_name (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/common/local_discovery/
service_discovery_client.cc 15 std::string ServiceDescription::instance_name() const { function in class:local_discovery::ServiceDescription
service_discovery_client.h 30 // name follows the format <instance_name>.<service_type>.
31 std::string instance_name() const;
  /external/chromium_org/chrome/tools/service_discovery_sniffer/
service_discovery_sniffer.cc 47 printf("Service Updated: %s\n", service.instance_name().c_str());
49 printf("Service Added: %s\n", service.instance_name().c_str());
  /external/lldb/include/lldb/Core/
Debugger.h 225 FindDebuggerWithInstanceName (const ConstString &instance_name);
  /external/lldb/source/Core/
Debugger.cpp 563 Debugger::FindDebuggerWithInstanceName (const ConstString &instance_name)
574 if ((*pos).get()->m_instance_name == instance_name)
    [all...]

Completed in 192 milliseconds