Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs832 OptionalValue = other.optionalValue_ != null ? other.OptionalValue.Clone() : null; in TestAllTypes()
1737 public global::Google.Protobuf.WellKnownTypes.Value OptionalValue { property in Conformance.TestAllTypes
2040 if (!object.Equals(OptionalValue, other.OptionalValue)) return false; in Equals()
2154 if (optionalValue_ != null) hash ^= OptionalValue.GetHashCode(); in GetHashCode()
2384 output.WriteMessage(OptionalValue); in WriteTo()
2614 size += 2 + pb::CodedOutputStream.ComputeMessageSize(OptionalValue); in CalculateSize()
2868 OptionalValue.MergeFrom(other.OptionalValue); in MergeFrom()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp2529 else if (auto OptionalValue = Val.getAsUnsignedConstant()) in cloneScalarAttribute() local
2530 Value = *OptionalValue; in cloneScalarAttribute()