Searched defs:ObjectPath (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/dbus/
H A Dobject_path.h15 // ObjectPath is a type used to distinguish D-Bus object paths from simple
19 class CHROME_DBUS_EXPORT ObjectPath { class in namespace:dbus
28 ObjectPath() {} function in class:dbus::ObjectPath
29 explicit ObjectPath(const std::string& value) : value_(value) {} function in class:dbus::ObjectPath
37 // Permit sufficient comparison to allow an ObjectPath to be used as a
39 bool operator<(const ObjectPath&) const;
43 bool operator==(const ObjectPath&) const;
44 bool operator!=(const ObjectPath&) const;
51 CHROME_DBUS_EXPORT void PrintTo(const ObjectPath& path, std::ostream* out);
/external/llvm/lib/Object/
H A DObjectFile.cpp77 ObjectFile *ObjectFile::createObjectFile(StringRef ObjectPath) { argument
79 if (MemoryBuffer::getFile(ObjectPath, File))

Completed in 199 milliseconds