Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs5386 trailingComments_ = other.trailingComments_; in Location()
5509 private string trailingComments_ = ""; field in Google.Protobuf.Reflection.SourceCodeInfo.Types.Location
5512 get { return trailingComments_; }
5514 trailingComments_ = pb::ProtoPreconditions.CheckNotNull(value, "value");