Home
last modified time | relevance | path

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

/third_party/protobuf/js/experimental/runtime/kernel/
Dtextencoding_test.js64 this.stringValue_ = stringValue;
71 expect(decode(new DataView(this.bytes_))).toEqual(this.stringValue_);
72 expect(encode(this.stringValue_)).toEqual(new Uint8Array(this.bytes_));
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs8508 stringValue_ = other.stringValue_; in UninterpretedOption()
8631 private pb::ByteString stringValue_; field in Google.Protobuf.Reflection.UninterpretedOption
8634 get { return stringValue_ ?? StringValueDefaultValue; }
8636 stringValue_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
8642 get { return stringValue_ != null; }
8647 stringValue_ = null; in ClearStringValue()