Searched refs:NapiPublishedObserverMapKey (Results 1 – 1 of 1) sorted by relevance
75 struct NapiPublishedObserverMapKey { struct78 NapiPublishedObserverMapKey(const std::string &uri, int64_t subscriberId) : uri_(uri), in NapiPublishedObserverMapKey() argument80 bool operator==(const NapiPublishedObserverMapKey &node) const84 bool operator!=(const NapiPublishedObserverMapKey &node) const88 bool operator<(const NapiPublishedObserverMapKey &node) const101 class NapiPublishedSubscriberManager : public NapiCallbacksManager<NapiPublishedObserverMapKey, Nap… argument103 using Key = NapiPublishedObserverMapKey;105 using BaseCallbacks = NapiCallbacksManager<NapiPublishedObserverMapKey, NapiPublishedObserver>;