Home
last modified time | relevance | path

Searched refs:AddFloat (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/talk/app/webrtc/
Dstatstypes.h361 void AddFloat(StatsValueName name, float value);
Dstatscollector.cc127 report->AddFloat(StatsReport::kStatsValueNameEchoCancellationQualityMin, in SetAudioProcessingStats()
171 report->AddFloat(f.name, f.value); in ExtractStats()
Dstatstypes.cc696 void StatsReport::AddFloat(StatsReport::StatsValueName name, float value) { in AddFloat() function in webrtc::StatsReport
/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection.h315 void AddFloat (Message* message,
Dmessage.h634 virtual void AddFloat (Message* message,
Dextension_set.h314 void AddFloat (int number, FieldType type, bool packed, float value, desc);
Dtest_util.cc2437 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/
Drepeated_scalar_container.cc393 reflection->AddFloat(message, field_descriptor, value); in Append()