Home
last modified time | relevance | path

Searched defs:OptionalBool (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/include/lldb/Target/
DMemoryRegionInfo.h22 enum OptionalBool { eDontKnow = -1, eNo = 0, eYes = 1 }; enum
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DTestMessagesProto3.cs555 public bool OptionalBool { property in ProtobufTestMessages.Proto3.TestAllTypesProto3