Searched defs:keyOf (Results 1 – 2 of 2) sorted by relevance
47 public static <T> Key<T> keyOf(String name, TrustedAsciiMarshaller<T> marshaller) { in keyOf() method in InternalMetadata53 public static <T> Key<T> keyOf(String name, AsciiMarshaller<T> marshaller) { in keyOf() method in InternalMetadata
90 public static AttributeKey keyOf(String elementName, String attributeName) { in keyOf() method in AttributeKey