Home
last modified time | relevance | path

Searched defs:CallIdentifier (Results 1 – 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/profiler/
DCallIdentifier.h35 struct CallIdentifier : public FastAllocBase { struct
40 CallIdentifier() in CallIdentifier() argument
45 CallIdentifier(const UString& name, const UString& url, int lineNumber) in CallIdentifier() function
56 static unsigned hash(const CallIdentifier& key) in hash() argument
82 template<> struct DefaultHash<JSC::CallIdentifier> { typedef JSC::CallIdentifier::Hash Hash; }; argument
/external/nist-sip/java/gov/nist/javax/sip/header/
DCallIdentifier.java40 public final class CallIdentifier extends SIPObject { class
60 public CallIdentifier() { in CallIdentifier() method in CallIdentifier
68 public CallIdentifier(String localId, String host) { in CallIdentifier() method in CallIdentifier
79 public CallIdentifier(String cid) throws IllegalArgumentException { in CallIdentifier() method in CallIdentifier