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/Source/JavaScriptCore/profiler/
CallIdentifier.h 36 struct CallIdentifier {
43 CallIdentifier()
48 CallIdentifier(const UString& name, const UString& url, int lineNumber)
55 inline bool operator==(const CallIdentifier& ci) const { return ci.m_lineNumber == m_lineNumber && ci.m_name == m_name && ci.m_url == m_url; }
56 inline bool operator!=(const CallIdentifier& ci) const { return !(*this == ci); }
59 static unsigned hash(const CallIdentifier& key)
69 static bool equal(const CallIdentifier& a, const CallIdentifier& b) { return a == b; }
85 template<> struct DefaultHash<JSC::CallIdentifier> { typedef JSC::CallIdentifier::Hash Hash; }
    [all...]

Completed in 78 milliseconds