Searched refs:Bools (Results 1 – 5 of 5) sorted by relevance
/external/golang-protobuf/proto/ |
D | size_test.go | 111 {"empty repeated bool", &pb.MoreRepeated{Bools: []bool{}}}, 112 {"repeated bool", &pb.MoreRepeated{Bools: []bool{false, true, true, false}}},
|
/external/protobuf/objectivec/ |
D | GPBUtilities.m | 484 // Bools are stored in the has bits to avoid needing explicit space in the 514 // Bools are stored in the has bits to avoid needing explicit space in the
|
D | GPBMessage.m | 2606 // Bools are stored in has_bits to avoid needing explicit space in 2721 // Bools are stored in has_bits to avoid needing explicit space in
|
/external/golang-protobuf/proto/test_proto/ |
D | test.pb.go | 2730 Bools []bool `protobuf:"varint,1,rep,name=bools" json:"bools,omitempty"` member 2769 return m.Bools
|
/external/protobuf/objectivec/Tests/ |
D | GPBMessageTests.m | 1958 // Bools use storage within has_bits; this test ensures that this is honored
|