/aosp_15_r20/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/ |
H A D | allocate_shared_cxx03.pass.cpp | 47 struct Two struct 51 Two(int v, int) : value(v) {++count;} in Two() argument 52 Two(Two const & o) : value(o.value) {++count;} in Two() argument 53 ~Two() {--count;} in ~Two() argument
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/ |
H A D | allocate_shared.pass.cpp | 71 struct Two struct 75 Two(int v, int) : value(v) {++count;} in Two() argument 76 Two(Two const & o) : value(o.value) {++count;} in Two() argument 77 ~Two() {--count;} in ~Two() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/num_enum/tests/try_build/compile_fail/ |
D | custom_error_type_parsing.rs | 7 Two, enumerator 16 Two, enumerator 25 Two, enumerator 34 Two, enumerator 44 Two, enumerator
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/memchr-2.7.2/src/arch/all/ |
H A D | memchr.rs | 352 pub struct Two { struct 359 impl Two { argument 363 pub fn new(needle1: u8, needle2: u8) -> Two { in new() 377 pub(crate) fn try_new(needle1: u8, needle2: u8) -> Option<Two> { in try_new()
|
/aosp_15_r20/external/rust/android-crates-io/crates/memchr/src/arch/all/ |
D | memchr.rs | 352 pub struct Two { struct 359 impl Two { argument 363 pub fn new(needle1: u8, needle2: u8) -> Two { in new() 377 pub(crate) fn try_new(needle1: u8, needle2: u8) -> Option<Two> { in try_new()
|
/aosp_15_r20/external/rust/android-crates-io/crates/num_enum/tests/ |
D | try_from_primitive.rs | 18 Two, in simple() enumerator 37 Two = 2, in even() enumerator 132 Two = 2, in negative_values() enumerator 160 Two, in discriminant_expressions() enumerator 203 Two, enumerator 513 Two, in custom_error() enumerator 522 Two, in custom_error() enumerator
|
/aosp_15_r20/external/clang/test/Sema/ |
H A D | missing-field-initializers.c | 26 struct Two { float c; float d; float e; }; struct
|
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/ |
H A D | Symmetry.h | 42 constexpr static int Two = Two_; member 51 constexpr static int Two = Two_; member 60 constexpr static int Two = Two_; member 69 constexpr static int Two = Two_; member
|
/aosp_15_r20/external/rust/android-crates-io/crates/memchr/src/arch/x86_64/avx2/ |
D | memchr.rs | 516 pub struct Two { struct 518 sse2: generic::Two<__m128i>, argument 520 avx2: generic::Two<__m256i>, argument 523 impl Two { implementation 533 pub fn new(needle1: u8, needle2: u8) -> Option<Two> { in new() 556 pub unsafe fn new_unchecked(needle1: u8, needle2: u8) -> Two { in new_unchecked()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/memchr-2.7.2/src/arch/x86_64/avx2/ |
H A D | memchr.rs | 516 pub struct Two { struct 518 sse2: generic::Two<__m128i>, argument 520 avx2: generic::Two<__m256i>, argument 523 impl Two { impl 533 pub fn new(needle1: u8, needle2: u8) -> Option<Two> { in new() 556 pub unsafe fn new_unchecked(needle1: u8, needle2: u8) -> Two { in new_unchecked()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/memchr-2.7.2/src/arch/generic/ |
H A D | memchr.rs | 437 pub(crate) struct Two<V> { struct 444 impl<V: Vector> Two<V> { argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/memchr/src/arch/generic/ |
D | memchr.rs | 437 pub(crate) struct Two<V> { struct 444 impl<V: Vector> Two<V> { implementation
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | init-priority-attr.cpp | 3 class Two { class 8 Two( int ii, int jj ) { i = ii; j = jj; k = count++; }; in Two() function in Two 9 Two( void ) { i = 0; j = 0; k = count++; }; in Two() function in Two
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/zerocopy-derive/tests/ |
D | struct_known_layout.rs | 32 struct Two { struct 37 assert_impl_all!(Two: KnownLayout); argument
|
D | struct_from_bytes.rs | 38 struct Two { struct 43 assert_impl_all!(Two: FromBytes); argument
|
D | struct_from_zeroes.rs | 36 struct Two { struct 41 assert_impl_all!(Two: FromZeroes); argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/zerocopy-derive/tests/ |
D | struct_known_layout.rs | 32 struct Two { struct 37 assert_impl_all!(Two: KnownLayout); argument
|
D | struct_from_zeroes.rs | 36 struct Two { struct 41 assert_impl_all!(Two: FromZeroes); argument
|
D | struct_from_bytes.rs | 38 struct Two { struct 43 assert_impl_all!(Two: FromBytes); argument
|
/aosp_15_r20/external/pigweed/pw_unit_test/ |
H A D | test_rpc_server.cc | 30 TEST(Passing, Two) { in TEST() argument 44 TEST(Failing, Two) { in TEST() argument 58 TEST(DISABLED_Disabled, Two) { in TEST() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/memchr/src/arch/wasm32/simd128/ |
D | memchr.rs | 388 pub struct Two(generic::Two<v128>); struct 390 impl Two { impl 399 pub fn new(needle1: u8, needle2: u8) -> Option<Two> { in new() 417 pub unsafe fn new_unchecked(needle1: u8, needle2: u8) -> Two { in new_unchecked()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/memchr-2.7.2/src/arch/wasm32/simd128/ |
H A D | memchr.rs | 388 pub struct Two(generic::Two<v128>); struct 390 impl Two { implementation 399 pub fn new(needle1: u8, needle2: u8) -> Option<Two> { in new() 417 pub unsafe fn new_unchecked(needle1: u8, needle2: u8) -> Two { in new_unchecked()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/memchr-2.7.2/src/arch/x86_64/sse2/ |
H A D | memchr.rs | 405 pub struct Two(generic::Two<__m128i>); struct 407 impl Two { impl 416 pub fn new(needle1: u8, needle2: u8) -> Option<Two> { in new() 439 pub unsafe fn new_unchecked(needle1: u8, needle2: u8) -> Two { in new_unchecked()
|
/aosp_15_r20/external/rust/android-crates-io/crates/memchr/src/arch/x86_64/sse2/ |
D | memchr.rs | 405 pub struct Two(generic::Two<__m128i>); struct 407 impl Two { impl 416 pub fn new(needle1: u8, needle2: u8) -> Option<Two> { in new() 439 pub unsafe fn new_unchecked(needle1: u8, needle2: u8) -> Two { in new_unchecked()
|
/aosp_15_r20/external/rust/android-crates-io/crates/memchr/src/arch/aarch64/neon/ |
D | memchr.rs | 389 pub struct Two(generic::Two<uint8x16_t>); struct 391 impl Two { implementation 400 pub fn new(needle1: u8, needle2: u8) -> Option<Two> { in new() 423 pub unsafe fn new_unchecked(needle1: u8, needle2: u8) -> Two { in new_unchecked()
|