Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_iccprofile.h28 uint32_t GetComponents() const { return m_nSrcComponents; } in GetComponents() function
/external/libchrome/base/files/
Dfile_path.cc221 void FilePath::GetComponents(std::vector<StringType>* components) const { in GetComponents() function in base::FilePath
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconstants.h289 virtual const std::vector<const Constant*>& GetComponents() const { in GetComponents() function
/external/deqp-deps/SPIRV-Tools/source/opt/
Dconstants.h289 virtual const std::vector<const Constant*>& GetComponents() const { in GetComponents() function
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DPath.cpp244 GetComponents(StringRef Path, path::Style S = path::Style::native) { in GetComponents() function