Home
last modified time | relevance | path

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

/third_party/gn/src/base/files/
Dfile_enumerator.cc13 bool FileEnumerator::ShouldSkip(const FilePath& path) { in ShouldSkip() function in base::FileEnumerator
/third_party/skia/tools/flags/
DCommandLineFlags.cpp395 bool CommandLineFlags::ShouldSkip(const SkTDArray<const char*>& strings, const char* name) { in ShouldSkip() function in CommandLineFlags
398 bool CommandLineFlags::ShouldSkip(const StringArray& strings, const char* name) { in ShouldSkip() function in CommandLineFlags
/third_party/flutter/skia/tools/flags/
DCommandLineFlags.cpp395 bool CommandLineFlags::ShouldSkip(const SkTDArray<const char*>& strings, const char* name) { in ShouldSkip() function in CommandLineFlags
398 bool CommandLineFlags::ShouldSkip(const StringArray& strings, const char* name) { in ShouldSkip() function in CommandLineFlags
/third_party/rust/crates/serde/test_suite/tests/
Dtest_annotations.rs27 trait ShouldSkip: Sized { trait