Home
last modified time | relevance | path

Searched defs:getInteger (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/System/
DConfigurator.cpp217 int Configurator::getInteger(string keyName, string valueName, int defaultValue) const in getInteger() function in sw::Configurator
/third_party/skia/third_party/externals/swiftshader/src/Common/
DConfigurator.cpp216 int Configurator::getInteger(string keyName, string valueName, int defaultValue) const in getInteger() function in sw::Configurator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DDerivedTypes.h382 static VectorType *getInteger(VectorType *VTy) { in getInteger() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDerivedTypes.h468 static VectorType *getInteger(VectorType *VTy) { in getInteger() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DJSON.cpp50 llvm::Optional<int64_t> Object::getInteger(StringRef K) const { in getInteger() function in llvm::json::Object