Home
last modified time | relevance | path

Searched refs:Bools (Results 1 – 5 of 5) sorted by relevance

/external/golang-protobuf/proto/
Dsize_test.go111 {"empty repeated bool", &pb.MoreRepeated{Bools: []bool{}}},
112 {"repeated bool", &pb.MoreRepeated{Bools: []bool{false, true, true, false}}},
/external/protobuf/objectivec/
DGPBUtilities.m484 // 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
DGPBMessage.m2606 // 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/
Dtest.pb.go2730 Bools []bool `protobuf:"varint,1,rep,name=bools" json:"bools,omitempty"` member
2769 return m.Bools
/external/protobuf/objectivec/Tests/
DGPBMessageTests.m1958 // Bools use storage within has_bits; this test ensures that this is honored