Searched refs:GetRepeatedBool (Results 1 – 7 of 7) sorted by relevance
/external/libprotobuf-mutator/src/ |
D | field_instance.h | 138 ? reflection().GetRepeatedBool(*message_, descriptor_, index_) in Load()
|
/external/protobuf/src/google/protobuf/ |
D | generated_message_reflection.h | 327 bool GetRepeatedBool (const Message& message,
|
D | message.h | 633 virtual bool GetRepeatedBool (const Message& message,
|
D | extension_set.h | 303 bool GetRepeatedBool (int number, int index) const;
|
D | test_util.cc | 2786 EXPECT_TRUE( reflection->GetRepeatedBool (message, F("repeated_bool" ), 0)); in ExpectAllFieldsSetViaReflection2() 2828 EXPECT_FALSE( reflection->GetRepeatedBool (message, F("repeated_bool" ), 1)); in ExpectAllFieldsSetViaReflection2() 2953 EXPECT_TRUE( reflection->GetRepeatedBool (message, F("packed_bool" ), 0)); in ExpectPackedFieldsSetViaReflection() 2969 EXPECT_FALSE( reflection->GetRepeatedBool (message, F("packed_bool" ), 1)); in ExpectPackedFieldsSetViaReflection()
|
/external/protobuf/python/google/protobuf/pyext/ |
D | repeated_scalar_container.cc | 246 bool value = reflection->GetRepeatedBool( in Item()
|
/external/golang-protobuf/conformance/internal/conformance_proto/ |
D | conformance.pb.go | 744 func (m *TestAllTypes) GetRepeatedBool() []bool { func
|