Home
last modified time | relevance | path

Searched refs:parseBytes (Results 1 – 1 of 1) sorted by relevance

/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
DJsonFormat.java1898 private ByteString parseBytes(JsonElement json) throws InvalidProtocolBufferException { in parseBytes() method in JsonFormat.ParserImpl
1989 return parseBytes(json); in parseFieldValue()