Home
last modified time | relevance | path

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

/third_party/protobuf/js/experimental/runtime/kernel/
Dfield.js55 static fromDecodedValue(decodedValue, encoder) { argument
56 return new Field(null, decodedValue, encoder);
90 constructor(indexArray, decodedValue = undefined, encoder = undefined) { argument
92 !!indexArray || decodedValue !== undefined,
98 this.decodedValue_ = decodedValue;
128 setCache(decodedValue, encoder) { argument
129 this.decodedValue_ = decodedValue;