Home
last modified time | relevance | path

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

/external/llvm-project/debuginfo-tests/llvm-prettyprinters/gdb/
Dllvm-support.cpp22 llvm::Optional<int> OptionalValue(9); variable
64 *OptionalValue; in main()
Dllvm-support.gdb26 p OptionalValue
/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-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp1163 if (auto OptionalValue = Val.getAsUnsignedConstant()) in cloneScalarAttribute() local
1164 Value = *OptionalValue; in cloneScalarAttribute()
1165 else if (auto OptionalValue = Val.getAsSignedConstant()) in cloneScalarAttribute() local
1166 Value = *OptionalValue; in cloneScalarAttribute()
1167 else if (auto OptionalValue = Val.getAsSectionOffset()) in cloneScalarAttribute() local
1168 Value = *OptionalValue; in cloneScalarAttribute()
1192 else if (auto OptionalValue = Val.getAsUnsignedConstant()) in cloneScalarAttribute() local
1193 Value = *OptionalValue; in cloneScalarAttribute()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp2529 else if (auto OptionalValue = Val.getAsUnsignedConstant()) in cloneScalarAttribute() local
2530 Value = *OptionalValue; in cloneScalarAttribute()