Searched refs:GetRepeatedDouble (Results 1 – 7 of 7) sorted by relevance
/external/libprotobuf-mutator/src/ |
D | field_instance.h | 125 *value = is_repeated() ? reflection().GetRepeatedDouble(*message_, in Load()
|
/external/protobuf/src/google/protobuf/ |
D | generated_message_reflection.h | 325 double GetRepeatedDouble(const Message& message,
|
D | message.h | 630 virtual double GetRepeatedDouble(const Message& message,
|
D | extension_set.h | 302 double GetRepeatedDouble(int number, int index) const;
|
D | test_util.cc | 2785 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/ |
D | repeated_scalar_container.cc | 240 double value = reflection->GetRepeatedDouble( in Item()
|
/external/golang-protobuf/conformance/internal/conformance_proto/ |
D | conformance.pb.go | 737 func (m *TestAllTypes) GetRepeatedDouble() []float64 { func
|