Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/util/src/main/java/com/google/protobuf/util/
DJsonFormat.java1499 BigDecimal decimalValue = new BigDecimal(json.getAsString()); in parseUint32() local
1516 BigDecimal decimalValue = new BigDecimal(json.getAsString()); in parseUint64() local