Home
last modified time | relevance | path

Searched refs:GetBool (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/cmds/statsd/src/logd/
DLogEvent.h145 bool GetBool(size_t key, status_t* err) const;
DLogEvent.cpp623 bool LogEvent::GetBool(size_t key, status_t* err) const { in GetBool() function in android::os::statsd::LogEvent
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmap_test_util.cc1219 bool key = sub_message->GetReflection()->GetBool( in ExpectMapFieldsSetViaReflection()
1221 bool val = sub_message->GetReflection()->GetBool( in ExpectMapFieldsSetViaReflection()
1754 EXPECT_EQ(false, sub_message->GetReflection()->GetBool(*sub_message, in ExpectMapEntryClearViaReflection()
1756 EXPECT_EQ(false, sub_message->GetReflection()->GetBool(*sub_message, in ExpectMapEntryClearViaReflection()
Dmap_field.cc384 map_key.SetBoolValue(reflection->GetBool(*it, key_des)); in SyncMapWithRepeatedFieldNoLock()
Dmessage.h509 virtual bool GetBool (const Message& message,
Dgenerated_message_reflection.h247 bool GetBool (const Message& message,
Dtext_format.cc1637 bool first = reflection->GetBool(*a, field_); in operator ()()
1638 bool second = reflection->GetBool(*b, field_); in operator ()()
Dextension_set.h235 bool GetBool (int number, bool default_value) const;
Dtest_util.cc2692 EXPECT_TRUE( reflection->GetBool (message, F("optional_bool" ))); in ExpectAllFieldsSetViaReflection1()
2903 EXPECT_FALSE( reflection->GetBool (message, F("default_bool" ))); in ExpectAllFieldsSetViaReflection3()
3026 EXPECT_FALSE( reflection->GetBool (message, F("optional_bool" ))); in ExpectClearViaReflection()
3130 EXPECT_TRUE( reflection->GetBool (message, F("default_bool" ))); in ExpectClearViaReflection()
/frameworks/base/cmds/statsd/src/
DStatsLogProcessor.cpp173 bool is_create = event.GetBool(3, &err); in onIsolatedUidChangedEventLocked()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Dmessage.cc2264 bool value = reflection->GetBool(*message, field_descriptor); in CheckAndGetInteger()