Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/logd/
DLogEvent.h146 float GetFloat(size_t key, status_t* err) const;
DLogEvent.cpp645 float LogEvent::GetFloat(size_t key, status_t* err) const { in GetFloat() function in android::os::statsd::LogEvent
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dgenerated_message_reflection.h243 float GetFloat (const Message& message,
Dmessage.h505 virtual float GetFloat (const Message& message,
Dmap_test_util.cc1185 float val = sub_message->GetReflection()->GetFloat( in ExpectMapFieldsSetViaReflection()
1732 EXPECT_EQ(0, sub_message->GetReflection()->GetFloat(*sub_message, in ExpectMapEntryClearViaReflection()
Dextension_set.h233 float GetFloat (int number, float default_value) const;
Dtest_util.cc2690 EXPECT_EQ(111 , reflection->GetFloat (message, F("optional_float" ))); in ExpectAllFieldsSetViaReflection1()
2901 EXPECT_EQ(411 , reflection->GetFloat (message, F("default_float" ))); in ExpectAllFieldsSetViaReflection3()
3024 EXPECT_EQ(0 , reflection->GetFloat (message, F("optional_float" ))); in ExpectClearViaReflection()
3128 EXPECT_EQ( 51.5 , reflection->GetFloat (message, F("default_float" ))); in ExpectClearViaReflection()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Dmessage.cc2254 float value = reflection->GetFloat(*message, field_descriptor); in CheckAndGetInteger()