Searched refs:WellKnownTypeParser (Results 1 – 1 of 1) sorted by relevance
996 private interface WellKnownTypeParser { interface in JsonFormat.ParserImpl1001 private static final Map<String, WellKnownTypeParser> wellKnownTypeParsers =1004 private static Map<String, WellKnownTypeParser>1006 Map<String, WellKnownTypeParser> parsers = in buildWellKnownTypeParsers()1007 new HashMap<String, WellKnownTypeParser>(); in buildWellKnownTypeParsers()1009 parsers.put(Any.getDescriptor().getFullName(), new WellKnownTypeParser() { in buildWellKnownTypeParsers() method1017 WellKnownTypeParser wrappersPrinter = new WellKnownTypeParser() { in buildWellKnownTypeParsers()1035 new WellKnownTypeParser() { in buildWellKnownTypeParsers() method1044 new WellKnownTypeParser() { in buildWellKnownTypeParsers() method1053 new WellKnownTypeParser() { in buildWellKnownTypeParsers() method[all …]