Home
last modified time | relevance | path

Searched defs:GetInteger (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DRobustClientMemoryTest.cpp44 TEST_P(RobustClientMemoryTest, GetInteger) in TEST_P() argument
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DRobustClientMemoryTest.cpp44 TEST_P(RobustClientMemoryTest, GetInteger) in TEST_P() argument
/third_party/cef/libcef/browser/prefs/
Dpref_store.cc165 bool CefPrefStore::GetInteger(const std::string& key, int* value) const { in GetInteger() function in CefPrefStore
/third_party/gn/src/base/
Dvalues.cc783 bool DictionaryValue::GetInteger(std::string_view path, int* out_value) const { in GetInteger() function in base::DictionaryValue
1134 bool ListValue::GetInteger(size_t index, int* out_value) const { in GetInteger() function in base::ListValue