Searched refs:AddFloat (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/talk/app/webrtc/ |
D | statstypes.h | 361 void AddFloat(StatsValueName name, float value);
|
D | statscollector.cc | 127 report->AddFloat(StatsReport::kStatsValueNameEchoCancellationQualityMin, in SetAudioProcessingStats() 171 report->AddFloat(f.name, f.value); in ExtractStats()
|
D | statstypes.cc | 696 void StatsReport::AddFloat(StatsReport::StatsValueName name, float value) { in AddFloat() function in webrtc::StatsReport
|
/external/protobuf/src/google/protobuf/ |
D | generated_message_reflection.h | 315 void AddFloat (Message* message,
|
D | message.h | 634 virtual void AddFloat (Message* message,
|
D | extension_set.h | 314 void AddFloat (int number, FieldType type, bool packed, float value, desc);
|
D | test_util.cc | 2437 reflection->AddFloat (message, F("repeated_float" ), 211); in SetAllFieldsViaReflection() 2472 reflection->AddFloat (message, F("repeated_float" ), 311); in SetAllFieldsViaReflection() 2598 reflection->AddFloat (message, F("packed_float" ), 611); in SetPackedFieldsViaReflection() 2613 reflection->AddFloat (message, F("packed_float" ), 711); in SetPackedFieldsViaReflection()
|
/external/protobuf/python/google/protobuf/pyext/ |
D | repeated_scalar_container.cc | 393 reflection->AddFloat(message, field_descriptor, value); in Append()
|