Searched defs:GetValue (Results 1 – 5 of 5) sorted by relevance
27 std::optional<std::string> Variables::GetValue(const std::string& variable) { in GetValue() function in android::linkerconfig::modules::Variables
435 TEST(GetValue, GetInt) { in TEST() argument453 TEST(GetValue, GetLong) { in TEST() argument473 TEST(GetValue, GetLongRep) { in TEST() argument497 TEST(GetValue, GetEnum) { in TEST() argument516 TEST(GetValue, GetEnumRep) { in TEST() argument536 TEST(GetValue, GetDate) { in TEST() argument555 TEST(GetValue, GetBlob) { in TEST() argument
102 T GetValue() const { in GetValue() function126 std::array<uint8_t, N> GetValue() const { in GetValue() function
137 vector<uint8_t> NL80211Attr<vector<uint8_t>>::GetValue() const { in GetValue() function in android::wificond::NL80211Attr159 string NL80211Attr<string>::GetValue() const { in GetValue() function in android::wificond::NL80211Attr
167 bool FakePrefs::GetValue(std::string_view key, T* value) const { in GetValue() function in chromeos_update_engine::FakePrefs