Searched defs:KeyTypeManager (Results 1 – 2 of 2) sorted by relevance
82 class KeyTypeManager; variable122 explicit KeyTypeManager( in KeyTypeManager() function
59 public abstract class KeyTypeManager<KeyProtoT extends MessageLite> { class75 protected KeyTypeManager(Class<KeyProtoT> clazz, PrimitiveFactory<?, KeyProtoT>... factories) { in KeyTypeManager() method in KeyTypeManager