Home
last modified time | relevance | path

Searched defs:Subscription (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/examples/ruby/pubsub/tech/pubsub/proto/
Dpubsub.rb141Subscription = Google::Protobuf::DescriptorPool.generated_pool.lookup("tech.pubsub.Subscription").… constant
/third_party/grpc/src/python/grpcio/grpc/framework/interfaces/base/
Dbase.py189 class Subscription(six.with_metaclass(abc.ABCMeta)): class
/third_party/cef/include/base/
Dcef_callback_list.h121 Subscription(CallbackListBase<CallbackType>* list, in Subscription() function