Home
last modified time | relevance | path

Searched defs:Seq (Results 1 – 25 of 198) sorted by relevance

12345678

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-syntax-0.8.3/src/hir/
H A Dliteral.rs171 pub fn extract(&self, hir: &Hir) -> Seq { in extract()
395 fn extract_concat<'a, I: Iterator<Item = &'a Hir>>(&self, it: I) -> Seq { in extract_concat()
418 ) -> Seq { in extract_alternation()
448 fn extract_repetition(&self, rep: &hir::Repetition) -> Seq { in extract_repetition()
500 fn extract_class_unicode(&self, cls: &hir::ClassUnicode) -> Seq { in extract_class_unicode()
516 fn extract_class_bytes(&self, cls: &hir::ClassBytes) -> Seq { in extract_class_bytes()
559 fn cross(&self, mut seq1: Seq, seq2: &mut Seq) -> Seq { in cross()
577 fn union(&self, mut seq1: Seq, seq2: &mut Seq) -> Seq { in union()
620 fn enforce_literal_len(&self, seq: &mut Seq) { in enforce_literal_len()
733 pub struct Seq { struct
[all …]
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceThreading.cpp22 EmitterWorkItem::EmitterWorkItem(uint32_t Seq) in EmitterWorkItem()
25 EmitterWorkItem::EmitterWorkItem(uint32_t Seq, in EmitterWorkItem()
29 EmitterWorkItem::EmitterWorkItem(uint32_t Seq, std::unique_ptr<Assembler> A) in EmitterWorkItem()
32 EmitterWorkItem::EmitterWorkItem(uint32_t Seq, std::unique_ptr<Cfg> F) in EmitterWorkItem()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Serialization/
DSourceLocationEncoding.h140 SourceLocationSequence Seq; variable
153 SourceLocationSequence *Seq) { in encode()
157 SourceLocationEncoding::decode(uint64_t Encoded, SourceLocationSequence *Seq) { in decode()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Serialization/
DSourceLocationEncoding.h140 SourceLocationSequence Seq; variable
153 SourceLocationSequence *Seq) { in encode()
157 SourceLocationEncoding::decode(uint64_t Encoded, SourceLocationSequence *Seq) { in decode()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Serialization/
DSourceLocationEncoding.h140 SourceLocationSequence Seq; variable
153 SourceLocationSequence *Seq) { in encode()
157 SourceLocationEncoding::decode(uint64_t Encoded, SourceLocationSequence *Seq) { in decode()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Serialization/
DSourceLocationEncoding.h149 SourceLocationSequence Seq; variable
164 SourceLocationSequence *Seq) { in encode()
187 SourceLocationSequence *Seq) { in decode()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/promise/
Dseq.h51 using Seq = BasicSeq<SeqTraits, Fs...>; variable
82 promise_detail::Seq<Functors...> Seq(Functors... functors) { in Seq() function
87 F Seq(F functor) { in Seq() function
/aosp_15_r20/external/clang/test/PCH/
H A Dmake-integer-seq.cpp5 struct Seq { struct
10 using MakeSeq = __make_integer_seq<Seq, T, N>; argument
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dmake_integer_seq.cpp6 struct Seq { struct
11 using MakeSeq = __make_integer_seq<Seq, T, N>; argument
/aosp_15_r20/external/llvm/utils/TableGen/
H A DSequenceToOffsetTable.h68 void add(const SeqT &Seq) { in add()
104 unsigned get(const SeqT &Seq) const { in get()
H A DCodeGenSchedule.cpp186 RecVec Seq = RWDef->getValueAsListOfDefs("Writes"); in scanSchedRW() local
329 std::string CodeGenSchedModels::genRWName(ArrayRef<unsigned> Seq, bool IsRead) { in genRWName()
460 unsigned CodeGenSchedModels::findRWForSequence(ArrayRef<unsigned> Seq, in findRWForSequence()
474 unsigned CodeGenSchedModels::findOrInsertRW(ArrayRef<unsigned> Seq, in findOrInsertRW()
1200 SmallVectorImpl<unsigned> &Seq = RWSequences.back(); in pushVariant() local
1354 SmallVectorImpl<unsigned> &Seq = LastTransitions[0].WriteSequences[Idx]; in inferFromRW() local
1365 SmallVectorImpl<unsigned> &Seq = LastTransitions[0].ReadSequences[Idx]; in inferFromRW() local
/aosp_15_r20/external/grpc-grpc/src/core/lib/promise/
H A Dseq.h62 explicit Seq(P&& promise, Fs&&... factories, DebugLocation whence) in Seq() function
101 F Seq(F functor) { in Seq() function
/aosp_15_r20/prebuilts/go/linux-x86/src/net/rpc/
Dserver.go172 Seq uint64 // sequence number chosen by client member
181 Seq uint64 // echoes that of the request member
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/issue49893.dir/
Da.go11 type Seq[T any] []T type
/aosp_15_r20/prebuilts/go/linux-x86/src/reflect/
Diter.go29 func (v Value) Seq() iter.Seq[Value] { func
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/
Dissue68054.go9 type Seq[V any] = func(yield func(V) bool) type
Dissue69507.go100 type Seq[V any] func(yield func(V) bool) type
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/
Dissue48030.go11 func Seq[T any]() Src[T] { func
/aosp_15_r20/prebuilts/go/linux-x86/src/iter/
Diter.go203 type Seq[V any] func(yield func(V) bool) type
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/issue50486.dir/
Dgoerror_fp.go7 type Seq[T any] []T type
/aosp_15_r20/external/rust/android-crates-io/crates/serde_yaml/src/
Dpath.rs7 Seq { parent: &'a Path<'a>, index: usize }, enumerator
/aosp_15_r20/external/llvm/lib/Fuzzer/
H A DFuzzerFnAdapter.h136 template <int...> struct Seq {}; struct
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/view/zip_view/detail/
Dend_impl.hpp37 typedef typename remove_reference<SeqRef>::type Seq; typedef
/aosp_15_r20/prebuilts/go/linux-x86/src/vendor/golang.org/x/net/route/
Droute.go78 Seq int // sequence number member
/aosp_15_r20/external/grpc-grpc/test/core/promise/
H A Dpromise_fuzzer.proto19 message Seq { message

12345678