Lines Matching defs:nsID
56 struct nsID {
74 * Equivalency method. Compares this nsID with another.
78 inline PRBool Equals(const nsID& other) const {
94 * nsID Parsing method. Turns a {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}
95 * string into an nsID
100 * nsID string encoder. Returns an allocated string in
107 * nsID string encoder. Builds a string in
121 typedef nsID nsCID;
134 typedef nsID nsIID;
162 static const nsID& GetCID() {static const nsID cid = the_cid; return cid;}