Searched defs:decodedValue (Results 1 – 5 of 5) sorted by relevance
55 static fromDecodedValue(decodedValue, encoder) { argument90 constructor(indexArray, decodedValue = undefined, encoder = undefined) { argument128 setCache(decodedValue, encoder) { argument
52 int decodedValue = getDecodedCodewordValue(sampleBitCounts(moduleBitCount)); in getDecodedValue() local78 int decodedValue = getBitValue(moduleBitCount); in getDecodedCodewordValue() local
457 int decodedValue = PDF417CodewordDecoder.getDecodedValue(moduleBitCount); in detectCodeword() local
48 long decodedValue = 0; in getVarLong() local
321 val decodedValue = json.decodeFromDynamic(deserializer, dynamic) in encodeAndDecode() constant