Home
last modified time | relevance | path

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

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