HomeSort by relevance Sort by last modified time
    Searched defs:CallIdentifier (Results 1 - 2 of 2) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/header/
CallIdentifier.java 40 public final class CallIdentifier extends SIPObject {
60 public CallIdentifier() {
68 public CallIdentifier(String localId, String host) {
79 public CallIdentifier(String cid) throws IllegalArgumentException {
110 CallIdentifier that = (CallIdentifier) other;
  /external/webkit/JavaScriptCore/profiler/
CallIdentifier.h 35 struct CallIdentifier : public FastAllocBase {
40 CallIdentifier()
45 CallIdentifier(const UString& name, const UString& url, int lineNumber)
52 inline bool operator==(const CallIdentifier& ci) const { return ci.m_lineNumber == m_lineNumber && ci.m_name == m_name && ci.m_url == m_url; }
53 inline bool operator!=(const CallIdentifier& ci) const { return !(*this == ci); }
56 static unsigned hash(const CallIdentifier& key)
66 static bool equal(const CallIdentifier& a, const CallIdentifier& b) { return a == b; }
82 template<> struct DefaultHash<JSC::CallIdentifier> { typedef JSC::CallIdentifier::Hash Hash; }
    [all...]

Completed in 36 milliseconds