Home
last modified time | relevance | path

Searched defs:Captures (Results 1 – 25 of 56) sorted by relevance

123

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/util/
H A Dcaptures.rs130 pub struct Captures { struct
154 /// patterns correctly, must have all slots available. If `Captures` argument
175 impl Captures { implementation
215 pub fn all(group_info: GroupInfo) -> Captures { in all()
256 pub fn matches(group_info: GroupInfo) -> Captures { in matches()
301 pub fn empty(group_info: GroupInfo) -> Captures { in empty()
1010 impl Captures { impl
1204 impl core::fmt::Debug for Captures { implementation
H A Diter.rs609 caps: Captures, in into_captures_iter()
959 fn next(&mut self) -> Option<Result<Captures, MatchError>> { in next()
1017 fn next(&mut self) -> Option<Captures> { in next()
/aosp_15_r20/external/angle/src/tests/perf_tests/
H A DEGLInitializePerf.cpp21 struct Captures final : private angle::NonCopyable struct
23 Timer timer;
24 size_t loadDLLsMS = 0;
25 size_t createDeviceMS = 0;
26 size_t initResourcesMS = 0;
/aosp_15_r20/tools/netsim/rust/daemon/src/captures/
H A Dcapture.rs75 pub struct Captures { struct
80 pub chip_id_to_capture: BTreeMap<ChipIdentifier, Arc<Mutex<CaptureInfo>>>,
81 sender: Sender<CapturePacket>,
175 impl Captures { impl
256 impl Default for Captures { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/regex/src/
Dre_bytes.rs912 pub struct Captures<'t> { struct
918 impl<'t> Captures<'t> { argument
992 impl<'t> fmt::Debug for Captures<'t> { implementation
1045 impl<'t> Index<usize> for Captures<'t> { implementation
1067 impl<'t, 'i> Index<&'i str> for Captures<'t> { implementation
Dre_unicode.rs922 pub struct Captures<'t> { struct
928 impl<'t> Captures<'t> { implementation
1002 impl<'t> fmt::Debug for Captures<'t> { implementation
1040 impl<'t> Index<usize> for Captures<'t> { implementation
1062 impl<'t, 'i> Index<&'i str> for Captures<'t> { implementation
/aosp_15_r20/external/pigweed/pw_rpc/
H A Dbenchmark.cc50 struct Captures { in BidirectionalEcho() struct
51 BenchmarkService* self; in BidirectionalEcho()
52 ReaderWriterId id; in BidirectionalEcho()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-1.10.4/src/regex/
H A Dstring.rs1642 pub struct Captures<'h> { struct
1644 caps: captures::Captures, argument
1648 impl<'h> Captures<'h> { implementation
1920 impl<'h> core::fmt::Debug for Captures<'h> { implementation
1995 impl<'h> core::ops::Index<usize> for Captures<'h> { implementation
2023 impl<'h, 'n> core::ops::Index<&'n str> for Captures<'h> { implementation
H A Dbytes.rs1637 pub struct Captures<'h> { struct
1639 caps: captures::Captures, argument
1643 impl<'h> Captures<'h> { implementation
1915 impl<'h> core::fmt::Debug for Captures<'h> { implementation
1992 impl<'h> core::ops::Index<usize> for Captures<'h> { implementation
2020 impl<'h, 'n> core::ops::Index<&'n str> for Captures<'h> { implementation
/aosp_15_r20/external/easymock/src/org/easymock/internal/matchers/
H A DCaptures.java24 public class Captures<T> implements IArgumentMatcher, Serializable { class
32 public Captures(Capture<T> captured) { in Captures() method in Captures
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/tests/
H A Dlib.rs90 caps: &regex_automata::util::captures::Captures, in testify_captures()
91 ) -> regex_test::Captures { in testify_captures()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/nfa/thompson/
H A Dbacktrack.rs664 pub fn create_captures(&self) -> Captures { in create_captures()
1019 caps: &mut Captures, in try_captures()
1213 caps: &mut Captures, in try_search()
1621 fn next(&mut self) -> Option<Result<Captures, MatchError>> { in next()
H A Dpikevm.rs600 pub fn create_captures(&self) -> Captures { in create_captures()
863 caps: &mut Captures, in captures()
1024 caps: &mut Captures, in search()
1848 fn next(&mut self) -> Option<Captures> { in next()
H A Derror.rs37 Captures(captures::GroupInfoError), enumerator
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/meta/
H A Dregex.rs585 caps: &mut Captures, in captures()
1063 pub fn search_captures(&self, input: &Input<'_>, caps: &mut Captures) { in search_captures()
1379 caps: &mut Captures, in search_captures_with()
1558 pub fn create_captures(&self) -> Captures { in create_captures()
2141 fn next(&mut self) -> Option<Captures> { in next()
/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/docs/routing/
Droute.md22 # Captures chapter
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-1.10.4/tests/
H A Dsuite_string.rs106 fn testify_captures(caps: &regex::Captures<'_>) -> regex_test::Captures { in testify_captures()
H A Dsuite_bytes.rs100 ) -> regex_test::Captures { in testify_captures()
/aosp_15_r20/external/rust/android-crates-io/crates/combine/src/parser/
Dregex.rs396 pub struct Captures<F, R, Input>(R, PhantomData<fn() -> (Input, F)>); struct
398 impl<'a, Input, F, R> Parser<Input> for Captures<F, R, Input> implementation
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/dfa/
H A Donepass.rs1360 pub fn create_captures(&self) -> Captures { in create_captures()
1769 caps: &mut Captures, in captures()
1891 caps: &mut Captures, in try_search()
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGBlocks.h226 llvm::DenseMap<const VarDecl*, Capture> Captures; variable
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaOpenMP.cpp4374 llvm::MapVector<Expr *, DeclRefExpr *> &Captures) { in tryBuildCapture()
4517 llvm::MapVector<Expr *, DeclRefExpr *> &Captures, DSAStackTy &DSA) const { in BuildCounterVar()
4615 llvm::MapVector<Expr *, DeclRefExpr *> &Captures) { in CheckOpenMPIterationSpace()
4765 llvm::MapVector<Expr *, DeclRefExpr *> &Captures) { in BuildCounterInit()
4789 llvm::MapVector<Expr *, DeclRefExpr *> *Captures = nullptr) { in BuildCounterUpdate()
4897 llvm::MapVector<Expr *, DeclRefExpr *> &Captures) { in buildPreInits()
4960 llvm::MapVector<Expr *, DeclRefExpr *> Captures; in CheckOpenMPLoop() local
7870 llvm::MapVector<Expr *, DeclRefExpr *> Captures; in ActOnOpenMPScheduleClause() local
11425 llvm::MapVector<Expr *, DeclRefExpr *> Captures; in ActOnOpenMPDistScheduleClause() local
/aosp_15_r20/external/clang/lib/AST/
H A DStmt.cpp1009 ArrayRef<Capture> Captures, in CapturedStmt()
1040 ArrayRef<Capture> Captures, in Create()
H A DExprCXX.cpp854 ArrayRef<LambdaCapture> Captures, bool ExplicitParams, in LambdaExpr()
910 SourceLocation CaptureDefaultLoc, ArrayRef<LambdaCapture> Captures, in Create()
/aosp_15_r20/external/clang/include/clang/Sema/
H A DScopeInfo.h528 SmallVector<Capture, 4> Captures; variable

123