Home
last modified time | relevance | path

Searched defs:parseInt64 (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
DJsonFormat.java1786 private long parseInt64(JsonElement json) throws InvalidProtocolBufferException { in parseInt64() method in JsonFormat.ParserImpl
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DTextFormat.java2734 static long parseInt64(final String text) throws NumberFormatException { in parseInt64() method in TextFormat