Home
last modified time | relevance | path

Searched defs:Bar2 (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/tests/generated/rust/
Dpacket_decl_custom_field_little_endian.rs68 pub struct Bar2(u32); struct
79 impl Packet for Bar2 { implementation
98 impl From<u32> for Bar2 { implementation
113 pub fn b(&self) -> Bar2 { in b()
Dpacket_decl_custom_field_big_endian.rs68 pub struct Bar2(u32); struct
79 impl Packet for Bar2 { implementation
98 impl From<u32> for Bar2 { implementation
113 pub fn b(&self) -> Bar2 { in b()
/aosp_15_r20/external/go-cmp/cmp/cmpopts/
H A Dutil_test.go37 Bar2 struct { struct
38 Bar1
39 *Foo3
40 Bravo float32
/aosp_15_r20/prebuilts/go/linux-x86/test/
Descape2n.go170 type Bar2 struct { struct
171 i [12]int
172 ii []int
179 func (b *Bar2) NoLeak() int { // ERROR "b does not escape$"
183 func (b *Bar2) Leak() []int { // ERROR "leaking param: b to result ~r0 level=0$"
187 func (b *Bar2) AlsoNoLeak() []int { // ERROR "leaking param: b to result ~r0 level=1$"
191 func (b Bar2) AgainNoLeak() [12]int { // ERROR "b does not escape$"
195 func (b *Bar2) LeakSelf() { // ERROR "leaking param: b$"
199 func (b *Bar2) LeakSelf2() { // ERROR "leaking param: b$"
Descape2.go170 type Bar2 struct { struct
171 i [12]int
172 ii []int
179 func (b *Bar2) NoLeak() int { // ERROR "b does not escape$"
183 func (b *Bar2) Leak() []int { // ERROR "leaking param: b to result ~r0 level=0$"
187 func (b *Bar2) AlsoNoLeak() []int { // ERROR "leaking param: b to result ~r0 level=1$"
191 func (b Bar2) AgainNoLeak() [12]int { // ERROR "b does not escape$"
195 func (b *Bar2) LeakSelf() { // ERROR "leaking param: b$"
199 func (b *Bar2) LeakSelf2() { // ERROR "leaking param: b$"
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/tests/generated/rust_legacy/
Dpacket_decl_custom_field_big_endian.rs49 pub struct Bar2(u32); struct
60 impl From<u32> for Bar2 { implementation
148 pub fn get_b(&self) -> Bar2 { in get_b()
Dpacket_decl_custom_field_little_endian.rs49 pub struct Bar2(u32); struct
60 impl From<u32> for Bar2 { implementation
148 pub fn get_b(&self) -> Bar2 { in get_b()
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgoogletest-list-tests-unittest_.cc46 TEST(Foo, Bar2) { in TEST() argument
/aosp_15_r20/external/cronet/third_party/googletest/src/googletest/test/
H A Dgoogletest-list-tests-unittest_.cc47 TEST(Foo, Bar2) {} in TEST() argument
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googletest/test/
H A Dgoogletest-list-tests-unittest_.cc47 TEST(Foo, Bar2) {} in TEST() argument
/aosp_15_r20/external/googletest/googletest/test/
H A Dgoogletest-list-tests-unittest_.cc47 TEST(Foo, Bar2) {} in TEST() argument
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgoogletest-list-tests-unittest_.cc46 TEST(Foo, Bar2) { in TEST() argument
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/api/testdata/src/pkg/p1/
Dp1.go129 func Bar2(x int8, y int16, z int64) (uint8, uint64) {} func
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dnew-delete.cpp488 class Bar2 {}; class
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestProto3.cs220 [pbr::OriginalName("BAR2", PreferredAlias = false)] Bar2 = 2, enumerator
H A DUnittest.cs996 [pbr::OriginalName("BAR2", PreferredAlias = false)] Bar2 = 2, enumerator
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestProto3.cs220 [pbr::OriginalName("BAR2", PreferredAlias = false)] Bar2 = 2, enumerator
H A DUnittest.cs996 [pbr::OriginalName("BAR2", PreferredAlias = false)] Bar2 = 2, enumerator