Searched defs:DefaultBool (Results  1 – 11 of 11) sorted by relevance
| /external/clang/include/clang/StaticAnalyzer/Core/ | 
| D | Checker.h | 556 struct DefaultBool {  struct558   DefaultBool() : val(false) {}  in DefaultBool()  function
 
 | 
| /external/flatbuffers/tests/optional_scalars/ | 
| D | ScalarStuff.cs | 55 …public bool DefaultBool { get { int o = __p.__offset(68); return o != 0 ? 0!=__p.bb.Get(o + __p.bb…  property300   public bool DefaultBool { get; set; }  property in optional_scalars.ScalarStuffT
 
 | 
| D | ScalarStuff.go | 42 	DefaultBool bool `json:"default_bool"`  member582 func (rcv *ScalarStuff) DefaultBool() bool {  func
 
 | 
| D | ScalarStuff.py | 256     def DefaultBool(self):  member in ScalarStuff
 | 
| /external/golang-protobuf/cmd/protoc-gen-go/testdata/proto2/ | 
| D | fields.pb.go | 133 …DefaultBool         *bool                                `protobuf:"varint,301,opt,name=default_bo…  member
 | 
| /external/golang-protobuf/internal/testprotos/conformance/ | 
| D | test_messages_proto2.pb.go | 361 …DefaultBool     *bool    `protobuf:"varint,253,opt,name=default_bool,json=defaultBool,def=1" json:…  member
 | 
| /external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ | 
| D | TestMessagesProto2.cs | 2355     public bool DefaultBool {  property in ProtobufTestMessages.Proto2.TestAllTypesProto2
 | 
| D | Unittest.cs | 2494     public bool DefaultBool {  property in Google.Protobuf.TestProtos.Proto2.TestAllTypes
 | 
| /external/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ | 
| D | TestMessagesProto2.cs | 2355     public bool DefaultBool {  property in ProtobufTestMessages.Proto2.TestAllTypesProto2
 | 
| D | Unittest.cs | 2494     public bool DefaultBool {  property in Google.Protobuf.TestProtos.Proto2.TestAllTypes
 | 
| /external/golang-protobuf/internal/testprotos/test/ | 
| D | test.pb.go | 327 …DefaultBool        *bool                    `protobuf:"varint,93,opt,name=default_bool,json=defaul…  member
 |