Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DODRHash.h47 llvm::SmallVector<bool, 128> Bools; variable
/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/llvm-project/clang/lib/AST/
DODRHash.cpp200 Bools.clear(); in clear()
209 const unsigned size = Bools.size(); in CalculateHash()
212 auto I = Bools.rbegin(); in CalculateHash()
231 assert(I == Bools.rend()); in CalculateHash()
232 Bools.clear(); in CalculateHash()
1134 Bools.push_back(Value); in AddBoolean()
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-loop-convert-basic.cpp746 bool Bools[N]; in fundamentalTypesTest() local
748 printf("%d", Bools[i]); in fundamentalTypesTest()
/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/
DGPBUtilities.m755 // Bools are stored in the has bits to avoid needing explicit space in the
792 // Bools are stored in the has bits to avoid needing explicit space in the
DGPBMessage.m2672 // Bools are stored in has_bits to avoid needing explicit space in
2787 // Bools are stored in has_bits to avoid needing explicit space in
/external/protobuf/objectivec/Tests/
DGPBMessageTests.m2037 // Bools use storage within has_bits; this test ensures that this is honored