Home
last modified time | relevance | path

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

/external/libprotobuf-mutator/src/
Dfield_instance.h125 *value = is_repeated() ? reflection().GetRepeatedDouble(*message_, in Load()
/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection.h325 double GetRepeatedDouble(const Message& message,
Dmessage.h630 virtual double GetRepeatedDouble(const Message& message,
Dextension_set.h302 double GetRepeatedDouble(int number, int index) const;
Dtest_util.cc2785 EXPECT_EQ(212 , reflection->GetRepeatedDouble(message, F("repeated_double" ), 0)); in ExpectAllFieldsSetViaReflection2()
2827 EXPECT_EQ(312 , reflection->GetRepeatedDouble(message, F("repeated_double" ), 1)); in ExpectAllFieldsSetViaReflection2()
2952 EXPECT_EQ(612 , reflection->GetRepeatedDouble(message, F("packed_double" ), 0)); in ExpectPackedFieldsSetViaReflection()
2968 EXPECT_EQ(712 , reflection->GetRepeatedDouble(message, F("packed_double" ), 1)); in ExpectPackedFieldsSetViaReflection()
/external/protobuf/python/google/protobuf/pyext/
Drepeated_scalar_container.cc240 double value = reflection->GetRepeatedDouble( in Item()
/external/golang-protobuf/conformance/internal/conformance_proto/
Dconformance.pb.go737 func (m *TestAllTypes) GetRepeatedDouble() []float64 { func