/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/field/ |
D | debug.rs | 10 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 D | SparseMultiSetTest.cpp | 208 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 D | SparseSetTest.cpp | 161 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 D | BitVectorTest.cpp | 90 TypeParam Alt(3, false); in TYPED_TEST() local
|
/aosp_15_r20/external/python/cpython3/Tools/peg_generator/pegen/ |
D | c_generator.py | 716 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]]:
|
D | validator.py | 29 def check_intersection(self, first_alt: Alt, second_alt: Alt) -> None:
|
D | python_generator.py | 62 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:
|
D | parser_generator.py | 241 def visit_Alt(self, alt: Alt) -> bool: 313 def visit_Alt(self, alt: Alt) -> Set[Any]:
|
D | grammar.py | 146 def __init__(self, alts: List[Alt]): 169 class Alt: class
|
D | first_sets.py | 47 def visit_Alt(self, item: Alt) -> Set[str]:
|
/aosp_15_r20/external/clang/test/CXX/stmt.stmt/stmt.select/stmt.switch/ |
H A D | p2-0x.cpp | 10 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 D | mod.rs | 13 pub trait Alt<I, O, E> { trait
|
/aosp_15_r20/external/rust/android-crates-io/crates/nom/src/branch/ |
D | mod.rs | 13 pub trait Alt<I, O, E> { trait
|
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/src/combinator/ |
D | branch.rs | 12 pub trait Alt<I, O, E> { interface
|
/aosp_15_r20/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/ |
H A D | unittest_enum_validity_nano.proto | 24 message Alt { message
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | missing-namespace-qualifier-typo-corrections.cpp | 38 void Alt() { in Alt() function
|
/aosp_15_r20/external/angle/util/ |
H A D | Event.h | 31 bool Alt; member
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/xds/go/xds/core/v3/ |
D | resource_locator.pb.go | 254 Alt *ResourceLocator `protobuf:"bytes,1,opt,name=alt,proto3,oneof"` member
|
/aosp_15_r20/external/cronet/third_party/re2/src/re2/ |
H A D | prefilter.cc | 334 Prefilter::Info* Prefilter::Info::Alt(Info* a, Info* b) { in Alt() function in re2::Prefilter::Info
|
H A D | compile.cc | 304 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/ |
D | prefilter.cc | 342 Prefilter::Info* Prefilter::Info::Alt(Info* a, Info* b) { in Alt() function in re2::Prefilter::Info
|
D | compile.cc | 303 Frag Compiler::Alt(Frag a, Frag b) { in Alt() function in re2::Compiler
|
/aosp_15_r20/external/regex-re2/re2/ |
H A D | prefilter.cc | 344 Prefilter::Info* Prefilter::Info::Alt(Info* a, Info* b) { in Alt() function in re2::Prefilter::Info
|
H A D | compile.cc | 335 Frag Compiler::Alt(Frag a, Frag b) { in Alt() function in re2::Compiler
|
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/src/ |
D | error.rs | 758 Alt(Vec<Self>), enumerator 1154 Alt, enumerator
|