Searched refs:Bools (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/clang/include/clang/AST/ |
D | ODRHash.h | 47 llvm::SmallVector<bool, 128> Bools; variable
|
/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/llvm-project/clang/lib/AST/ |
D | ODRHash.cpp | 200 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/ |
D | modernize-loop-convert-basic.cpp | 746 bool Bools[N]; in fundamentalTypesTest() local 748 printf("%d", Bools[i]); in fundamentalTypesTest()
|
/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/ |
D | GPBUtilities.m | 755 // 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
|
D | GPBMessage.m | 2672 // 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/ |
D | GPBMessageTests.m | 2037 // Bools use storage within has_bits; this test ensures that this is honored
|