Home | History | Annotate | Download | only in src

Lines Matching refs:id

91   ObjectGroupConnection(UniqueId id, Object** object)
92 : id(id), object(object) {}
95 return id == other.id;
99 return id < other.id;
102 UniqueId id;
108 ObjectGroupRetainerInfo(UniqueId id, RetainedObjectInfo* info)
109 : id(id), info(info) {}
112 return id == other.id;
116 return id < other.id;
119 UniqueId id;
188 // Iterates over all handles that have embedder-assigned class ID.
192 // class ID.
230 // Associates handle with the object group represented by id.
233 void SetObjectGroupId(Object** handle, UniqueId id);
238 void SetRetainedObjectInfo(UniqueId id, RetainedObjectInfo* info);
250 void SetReferenceFromGroup(UniqueId id, Object** child);