Searched defs:OptionalBool (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/lldb/include/lldb/Target/ | ||
D | MemoryRegionInfo.h | 22 enum OptionalBool { eDontKnow = -1, eNo = 0, eYes = 1 }; enum |
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/ | ||
D | TestMessagesProto3.cs | 555 public bool OptionalBool { property in ProtobufTestMessages.Proto3.TestAllTypesProto3 |