Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DTestMessagesProto3.cs1446 public global::Google.Protobuf.WellKnownTypes.Value OptionalValue { property in ProtobufTestMessages.Proto3.TestAllTypesProto3
/external/golang-protobuf/internal/testprotos/conformance/
Dtest_messages_proto3.pb.go359OptionalValue *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.py228 class OptionalValue(SimpleValue): class