Home
last modified time | relevance | path

Searched defs:GetInteger (Results 1 – 3 of 3) 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/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
/third_party/spirv-tools/source/opt/
Dinstrument_pass.cpp383 analysis::Integer* InstrumentPass::GetInteger(uint32_t width, bool is_signed) { in GetInteger() function in spvtools::opt::InstrumentPass