Home
last modified time | relevance | path

Searched refs:GetRepeatedBool (Results 1 – 7 of 7) sorted by relevance

/external/libprotobuf-mutator/src/
Dfield_instance.h138 ? reflection().GetRepeatedBool(*message_, descriptor_, index_) in Load()
/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection.h327 bool GetRepeatedBool (const Message& message,
Dmessage.h633 virtual bool GetRepeatedBool (const Message& message,
Dextension_set.h303 bool GetRepeatedBool (int number, int index) const;
Dtest_util.cc2786 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/
Drepeated_scalar_container.cc246 bool value = reflection->GetRepeatedBool( in Item()
/external/golang-protobuf/conformance/internal/conformance_proto/
Dconformance.pb.go744 func (m *TestAllTypes) GetRepeatedBool() []bool { func