Home
last modified time | relevance | path

Searched defs:Glob (Results 1 – 6 of 6) sorted by relevance

/external/bazelbuild-rules_rust/crate_universe/src/utils/starlark/
Dglob.rs9 pub(crate) struct Glob { struct
15 impl Glob { impl
31 impl Serialize for Glob { implementation
52 impl<'de> Deserialize<'de> for Glob { implementation
/external/tensorflow/tensorflow/python/platform/
Dgfile.py24 from tensorflow.python.lib.io.file_io import get_matching_files as Glob unknown
/external/perfetto/src/trace_processor/db/column/
Dstring_storage.cc84 struct Glob { struct
85 bool operator()(StringPool::Id lhs, const util::GlobMatcher& matcher) const { in operator ()()
88 const StringPool* pool_;
/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/functions/
Dutils.h362 struct Glob : public SqlFunction { struct
363 static base::Status Run(void*, in Run()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/xds/proposals/
DTP1-xds-transport-next.md380 #### Glob subsubsection
/external/swiftshader/third_party/llvm-16.0/llvm/lib/InterfaceStub/
DIFSHandler.cpp346 for (StringRef Glob : Exclude) { in filterIFSSyms() local