Home
last modified time | relevance | path

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

/external/cronet/third_party/protobuf/js/experimental/runtime/kernel/
Dfield.js55 static fromDecodedValue(decodedValue, encoder) { argument
90 constructor(indexArray, decodedValue = undefined, encoder = undefined) { argument
128 setCache(decodedValue, encoder) { argument
/external/zxing/core/src/main/java/com/google/zxing/pdf417/decoder/
DPDF417CodewordDecoder.java52 int decodedValue = getDecodedCodewordValue(sampleBitCounts(moduleBitCount)); in getDecodedValue() local
78 int decodedValue = getBitValue(moduleBitCount); in getDecodedCodewordValue() local
DPDF417ScanningDecoder.java457 int decodedValue = PDF417CodewordDecoder.getDecodedValue(moduleBitCount); in detectCodeword() local
/external/pigweed/pw_hdlc/java/main/dev/pigweed/pw_hdlc/
DCustomVarInt.java48 long decodedValue = 0; in getVarLong() local
/external/kotlinx.serialization/formats/json-tests/jsTest/src/kotlinx/serialization/json/
DDynamicPolymorphismTest.kt321 val decodedValue = json.decodeFromDynamic(deserializer, dynamic) in encodeAndDecode() constant