Home | History | Annotate | Download | only in protobuf

Lines Matching defs:TextFormat

56 public final class TextFormat {
57 private TextFormat() {}
60 Logger.getLogger(TextFormat.class.getName());
1246 * <p>Use {@link TextFormat#getParser()} to obtain the default parser, or
1881 * Thrown by {@link TextFormat#unescapeBytes} and
1882 * {@link TextFormat#unescapeText} when an invalid escape sequence is seen.