Home
last modified time | relevance | path

Searched defs:Alt (Results 1 – 25 of 46) sorted by relevance

12

/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/field/
Ddebug.rs10 pub struct Alt<V>(V); struct
17 impl<V> Alt<V> { implementation
25 impl<T, V> MakeVisitor<T> for Alt<V> implementation
37 impl<V> Visit for Alt<V> implementation
77 impl<V, O> VisitOutput<O> for Alt<V> implementation
103 impl<V> VisitFmt for Alt<V> implementation
/aosp_15_r20/external/llvm/unittests/ADT/
H A DSparseMultiSetTest.cpp208 struct Alt { struct
209 unsigned Value;
210 explicit Alt(unsigned x) : Value(x) {} in Alt() argument
211 unsigned getSparseSetIndex() const { return Value - 1000; } in getSparseSetIndex()
H A DSparseSetTest.cpp161 struct Alt { struct
162 unsigned Value;
163 explicit Alt(unsigned x) : Value(x) {} in Alt() function
164 unsigned getSparseSetIndex() const { return Value - 1000; } in getSparseSetIndex()
H A DBitVectorTest.cpp90 TypeParam Alt(3, false); in TYPED_TEST() local
/aosp_15_r20/external/python/cpython3/Tools/peg_generator/pegen/
Dc_generator.py716 def emit_action(self, node: Alt, cleanup_code: Optional[str] = None) -> None:
732 def emit_default_action(self, is_gather: bool, node: Alt) -> None:
758 def handle_alt_normal(self, node: Alt, is_gather: bool, rulename: Optional[str]) -> None:
781 def handle_alt_loop(self, node: Alt, is_gather: bool, rulename: Optional[str]) -> None:
813 self, node: Alt, is_loop: bool, is_gather: bool, rulename: Optional[str]
857 def collect_vars(self, node: Alt) -> Dict[Optional[str], Optional[str]]:
Dvalidator.py29 def check_intersection(self, first_alt: Alt, second_alt: Alt) -> None:
Dpython_generator.py62 def visit_Alt(self, node: Alt) -> bool:
238 def alts_uses_locations(self, alts: Sequence[Alt]) -> bool:
293 def visit_Alt(self, node: Alt, is_loop: bool, is_gather: bool) -> None:
Dparser_generator.py241 def visit_Alt(self, alt: Alt) -> bool:
313 def visit_Alt(self, alt: Alt) -> Set[Any]:
Dgrammar.py146 def __init__(self, alts: List[Alt]):
169 class Alt: class
Dfirst_sets.py47 def visit_Alt(self, item: Alt) -> Set[str]:
/aosp_15_r20/external/clang/test/CXX/stmt.stmt/stmt.select/stmt.switch/
H A Dp2-0x.cpp10 struct Alt { struct
14 constexpr short s = Alt(); argument
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/nom-7.1.3/src/branch/
H A Dmod.rs13 pub trait Alt<I, O, E> { trait
/aosp_15_r20/external/rust/android-crates-io/crates/nom/src/branch/
Dmod.rs13 pub trait Alt<I, O, E> { trait
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/src/combinator/
Dbranch.rs12 pub trait Alt<I, O, E> { interface
/aosp_15_r20/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/
H A Dunittest_enum_validity_nano.proto24 message Alt { message
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dmissing-namespace-qualifier-typo-corrections.cpp38 void Alt() { in Alt() function
/aosp_15_r20/external/angle/util/
H A DEvent.h31 bool Alt; member
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/xds/go/xds/core/v3/
Dresource_locator.pb.go254 Alt *ResourceLocator `protobuf:"bytes,1,opt,name=alt,proto3,oneof"` member
/aosp_15_r20/external/cronet/third_party/re2/src/re2/
H A Dprefilter.cc334 Prefilter::Info* Prefilter::Info::Alt(Info* a, Info* b) { in Alt() function in re2::Prefilter::Info
H A Dcompile.cc304 Frag Compiler::Alt(Frag a, Frag b) { in Alt() function in re2::Compiler
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/
Dprefilter.cc342 Prefilter::Info* Prefilter::Info::Alt(Info* a, Info* b) { in Alt() function in re2::Prefilter::Info
Dcompile.cc303 Frag Compiler::Alt(Frag a, Frag b) { in Alt() function in re2::Compiler
/aosp_15_r20/external/regex-re2/re2/
H A Dprefilter.cc344 Prefilter::Info* Prefilter::Info::Alt(Info* a, Info* b) { in Alt() function in re2::Prefilter::Info
H A Dcompile.cc335 Frag Compiler::Alt(Frag a, Frag b) { in Alt() function in re2::Compiler
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/src/
Derror.rs758 Alt(Vec<Self>), enumerator
1154 Alt, enumerator

12