Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfLinker.cpp1112 if (auto OptionalValue = Val.getAsUnsignedConstant()) in cloneScalarAttribute() local
1113 Value = *OptionalValue; in cloneScalarAttribute()
1114 else if (auto OptionalValue = Val.getAsSignedConstant()) in cloneScalarAttribute() local
1115 Value = *OptionalValue; in cloneScalarAttribute()
1116 else if (auto OptionalValue = Val.getAsSectionOffset()) in cloneScalarAttribute() local
1117 Value = *OptionalValue; in cloneScalarAttribute()
1141 else if (auto OptionalValue = Val.getAsUnsignedConstant()) in cloneScalarAttribute() local
1142 Value = *OptionalValue; in cloneScalarAttribute()
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DTestMessagesProto3.cs1446 public global::Google.Protobuf.WellKnownTypes.Value OptionalValue { property in ProtobufTestMessages.Proto3.TestAllTypesProto3
1859 if (!object.Equals(OptionalValue, other.OptionalValue)) return false; in Equals()
1987 if (optionalValue_ != null) hash ^= OptionalValue.GetHashCode(); in GetHashCode()
2253 output.WriteMessage(OptionalValue); in WriteTo()
2530 size += 2 + pb::CodedOutputStream.ComputeMessageSize(OptionalValue); in CalculateSize()
2808 OptionalValue = new global::Google.Protobuf.WellKnownTypes.Value(); in MergeFrom()
2810 OptionalValue.MergeFrom(other.OptionalValue); in MergeFrom()
3371 OptionalValue = new global::Google.Protobuf.WellKnownTypes.Value(); in MergeFrom()
3373 input.ReadMessage(OptionalValue); in MergeFrom()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp2529 else if (auto OptionalValue = Val.getAsUnsignedConstant()) in cloneScalarAttribute() local
2530 Value = *OptionalValue; in cloneScalarAttribute()