Home
last modified time | relevance | path

Searched defs:OptionalValue (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/lib/DWARFLinker/
DDWARFLinker.cpp1259 if (auto OptionalValue = Val.getAsUnsignedConstant()) in cloneScalarAttribute() local
1261 else if (auto OptionalValue = Val.getAsSignedConstant()) in cloneScalarAttribute() local
1263 else if (auto OptionalValue = Val.getAsSectionOffset()) in cloneScalarAttribute() local
1289 else if (auto OptionalValue = Val.getAsUnsignedConstant()) in cloneScalarAttribute() local
/external/aws-sdk-java-v2/services/marketplacecommerceanalytics/src/main/resources/codegen-resources/
Dservice-2.json163 "OptionalValue":{ object
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DTestMessagesProto3.cs1937 public global::Google.Protobuf.WellKnownTypes.Value OptionalValue { property in ProtobufTestMessages.Proto3.TestAllTypesProto3
/external/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DTestMessagesProto3.cs1937 public global::Google.Protobuf.WellKnownTypes.Value OptionalValue { property in ProtobufTestMessages.Proto3.TestAllTypesProto3
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DTestMessagesProto3.cs1937 public global::Google.Protobuf.WellKnownTypes.Value OptionalValue { property in ProtobufTestMessages.Proto3.TestAllTypesProto3
/external/golang-protobuf/internal/testprotos/conformance/
Dtest_messages_proto3.pb.go406OptionalValue *structpb.Value `protobuf:"bytes,306,opt,name=optional_value,json=… member
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp2529 else if (auto OptionalValue = Val.getAsUnsignedConstant()) in cloneScalarAttribute() local
/external/fonttools/Lib/fontTools/ttLib/tables/
DotConverters.py259 class OptionalValue(SimpleValue): class