Searched refs:decodedValue (Results 1 – 1 of 1) sorted by relevance
55 static fromDecodedValue(decodedValue, encoder) { argument56 return new Field(null, decodedValue, encoder);90 constructor(indexArray, decodedValue = undefined, encoder = undefined) { argument92 !!indexArray || decodedValue !== undefined,98 this.decodedValue_ = decodedValue;128 setCache(decodedValue, encoder) { argument129 this.decodedValue_ = decodedValue;