Home
last modified time | relevance | path

Searched defs:Struct (Results 1 – 25 of 1098) sorted by relevance

12345678910>>...44

/aosp_15_r20/external/rust/android-crates-io/crates/pin-project/tests/
Dlint.rs491 pub struct Struct { struct
493 pub p: Box<isize>,
494 pub u: Box<isize>,
510 Struct { enumerator
569 pub struct Struct { struct
572 pub p: (),
574 pub u: (),
598 Struct { enumerator
685 pub struct Struct<'a, T, U> struct
691 pub pinned: &'a mut T,
[all …]
Dpinned_drop.rs10 pub struct Struct<'a> { in safe_project() struct
11 was_dropped: &'a mut bool, in safe_project()
13 field: u8, in safe_project()
17 impl PinnedDrop for Struct<'_> { in safe_project() implementation
59 pub struct Struct { in self_ty() struct
60 pub f: (), in self_ty()
64 impl PinnedDrop for Struct { in self_ty() implementation
101 Struct { f: () }, in self_ty() enumerator
175 struct Struct { in self_arg_inside_macro_call() struct
176 f: (), in self_arg_inside_macro_call()
[all …]
/aosp_15_r20/external/starlark-go/starlarkstruct/
H A Dstruct.go101 type Struct struct { struct
102 constructor starlark.Value
103 entries entries // sorted by name
127 func (s *Struct) ToStringDict(d starlark.StringDict) {
133 func (s *Struct) String() string {
156 func (s *Struct) Constructor() starlark.Value { return s.constructor }
158 func (s *Struct) Type() string { return "struct" }
159 func (s *Struct) Truth() starlark.Bool { return true } // even when empty
160 func (s *Struct) Hash() (uint32, error) {
175 func (s *Struct) Freeze() {
[all …]
/aosp_15_r20/external/tink/go/jwt/
H A Djwk_converter.go57 func hasItem(s *spb.Struct, name string) bool {
65 func stringItem(s *spb.Struct, name string) (string, error) {
81 func listValue(s *spb.Struct, name string) (*spb.ListValue, error) {
100 func expectStringItem(s *spb.Struct, name, value string) error {
111 func decodeItem(s *spb.Struct, name string) ([]byte, error) {
119 func validateKeyOPSIsVerify(s *spb.Struct) error {
140 func validateUseIsSig(s *spb.Struct) error {
147 func algorithmPrefix(s *spb.Struct) (string, error) {
164 func psPublicKeyDataFromStruct(keyStruct *spb.Struct) (*tinkpb.KeyData, error) {
205 func rsPublicKeyDataFromStruct(keyStruct *spb.Struct) (*tinkpb.KeyData, error) {
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/
Dstruct.go18 type Struct struct { struct
19 fields []*Var // fields != nil indicates the struct is set up (possibly with len(fields) == 0)
20 tags []string // field tags; nil if there are no tags
43 func (s *Struct) NumFields() int { return len(s.fields) }
46 func (s *Struct) Field(i int) *Var { return s.fields[i] }
49 func (s *Struct) Tag(i int) string {
56 func (t *Struct) Underlying() Type { return t }
57 func (t *Struct) String() string { return TypeString(t, nil) }
62 func (s *Struct) markComplete() {
68 func (check *Checker) structType(styp *Struct, e *ast.StructType) {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Dstruct.go17 type Struct struct { struct
18 fields []*Var // fields != nil indicates the struct is set up (possibly with len(fields) == 0)
19 tags []string // field tags; nil if there are no tags
42 func (s *Struct) NumFields() int { return len(s.fields) }
45 func (s *Struct) Field(i int) *Var { return s.fields[i] }
48 func (s *Struct) Tag(i int) string {
55 func (s *Struct) Underlying() Type { return s }
56 func (s *Struct) String() string { return TypeString(s, nil) }
61 func (s *Struct) markComplete() {
67 func (check *Checker) structType(styp *Struct, e *syntax.StructType) {
/aosp_15_r20/external/rust/android-crates-io/crates/async-trait/tests/
Dtest.rs60 struct Struct; struct
63 impl Trait for Struct { implementation
116 impl ObjectSafe for Struct { in test_object_safe_without_default() implementation
131 impl ObjectSafe for Struct { in test_object_safe_with_default() implementation
146 impl ObjectSafe for Struct { in test_object_no_send() implementation
175 impl CanDestruct for Struct { in test_can_destruct() implementation
231 struct Struct; in test_internal_items() struct
233 impl Struct { in test_internal_items() impl
308 pub struct Struct; struct
311 impl Issue11 for Struct { implementation
[all …]
/aosp_15_r20/external/golang-protobuf/types/known/structpb/
H A Dstruct.pb.go188 type Struct struct { struct
189 state protoimpl.MessageState
190 sizeCache protoimpl.SizeCache
191 unknownFields protoimpl.UnknownFields
194 …omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
217 func (x *Struct) AsMap() map[string]interface{} {
226 func (x *Struct) MarshalJSON() ([]byte, error) {
230 func (x *Struct) UnmarshalJSON(b []byte) error {
234 func (x *Struct) Reset() {
243 func (x *Struct) String() string {
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/pin-project/tests/expand/multifields/
Dstruct.expanded.rs3 struct Struct<T, U> { struct
5 pinned1: T,
30 struct __StructProjection<'pin, T, U> argument
32 Struct<T, U>: 'pin, argument
57 impl<T, U> Struct<T, U> { implementation
140 impl<'pin, T, U> _pin_project::__private::Unpin for Struct<T, U> implementation
145 unsafe impl<'pin, T, U> _pin_project::UnsafeUnpin for Struct<T, U> implementation
152 impl<T, U> StructMustNotImplDrop for Struct<T, U> {} implementation
154 impl<T, U> _pin_project::__private::PinnedDrop for Struct<T, U> { implementation
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/staticlibs/net-utils-device-common-struct-base/android_common/javac/
Dnet-utils-device-common-struct-base.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/binary/
Dbinary_test.go19 type Struct struct { struct
20 Int8 int8
21 Int16 int16
22 Int32 int32
23 Int64 int64
24 Uint8 uint8
25 Uint16 uint16
26 Uint32 uint32
27 Uint64 uint64
28 Float32 float32
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/pin-project/tests/expand/not_unpin/
Dstruct.expanded.rs3 struct Struct<T, U> { struct
27 struct __StructProjection<'pin, T, U> argument
29 Struct<T, U>: 'pin, argument
43 impl<T, U> Struct<T, U> { implementation
78 impl<'pin, T, U> _pin_project::__private::Unpin for Struct<T, U> implementation
86 unsafe impl<'pin, T, U> _pin_project::UnsafeUnpin for Struct<T, U> implementation
96 impl<T, U> StructMustNotImplDrop for Struct<T, U> {} implementation
98 impl<T, U> _pin_project::__private::PinnedDrop for Struct<T, U> { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/pin-project/tests/expand/unsafe_unpin/
Dstruct.expanded.rs3 struct Struct<T, U> { struct
27 struct __StructProjection<'pin, T, U> argument
29 Struct<T, U>: 'pin, argument
43 impl<T, U> Struct<T, U> { impl
77 impl<'pin, T, U> _pin_project::__private::Unpin for Struct<T, U> implementation
84 impl<T, U> StructMustNotImplDrop for Struct<T, U> {} implementation
86 impl<T, U> _pin_project::__private::PinnedDrop for Struct<T, U> { implementation
90 unsafe impl<T: Unpin, U> UnsafeUnpin for Struct<T, U> {} implementation
/aosp_15_r20/external/rust/android-crates-io/crates/pin-project/examples/
Dunsafe_unpin-expanded.rs26 pub struct Struct<T, U> { struct
35 Struct<T, U>: 'pin, argument
48 impl<T, U> Struct<T, U> { impl
85 impl<'pin, T, U> ::pin_project::__private::Unpin for Struct<T, U> where implementation
96 impl<T, U> StructMustNotImplDrop for Struct<T, U> {} implementation
100 impl<T, U> ::pin_project::__private::PinnedDrop for Struct<T, U> { implementation
105 unsafe impl<T: Unpin, U> UnsafeUnpin for Struct<T, U> {} implementation
Dnot_unpin-expanded.rs27 pub struct Struct<T, U> { struct
36 Struct<T, U>: 'pin, argument
49 impl<T, U> Struct<T, U> { impl
89 impl<'pin, T, U> ::pin_project::__private::Unpin for Struct<T, U> where implementation
101 unsafe impl<'pin, T, U> ::pin_project::UnsafeUnpin for Struct<T, U> where implementation
113 impl<T, U> StructMustNotImplDrop for Struct<T, U> {} implementation
117 impl<T, U> ::pin_project::__private::PinnedDrop for Struct<T, U> { implementation
Dstruct-default-expanded.rs24 struct Struct<T, U> { struct
33 Struct<T, U>: 'pin, argument
46 impl<T, U> Struct<T, U> { implementation
122 impl<'pin, T, U> ::pin_project::__private::Unpin for Struct<T, U> where implementation
133 unsafe impl<'pin, T, U> ::pin_project::UnsafeUnpin for Struct<T, U> where implementation
146 impl<T, U> StructMustNotImplDrop for Struct<T, U> {} implementation
150 impl<T, U> ::pin_project::__private::PinnedDrop for Struct<T, U> { implementation
Dpinned_drop-expanded.rs33 pub struct Struct<'a, T> { struct
42 Struct<'a, T>: 'pin, argument
55 impl<'a, T> Struct<'a, T> { impl
91 impl<'a, T> ::pin_project::__private::Drop for Struct<'a, T> { implementation
114 impl<'pin, 'a, T> ::pin_project::__private::Unpin for Struct<'a, T> where implementation
120 unsafe impl<'pin, 'a, T> ::pin_project::UnsafeUnpin for Struct<'a, T> where implementation
139 impl<T> ::pin_project::__private::PinnedDrop for Struct<'_, T> { implementation
Dproject_replace-expanded.rs24 struct Struct<T, U> { struct
33 Struct<T, U>: 'pin, argument
50 impl<T, U> Struct<T, U> { impl
130 impl<'pin, T, U> ::pin_project::__private::Unpin for Struct<T, U> where implementation
136 unsafe impl<'pin, T, U> ::pin_project::UnsafeUnpin for Struct<T, U> where implementation
147 impl<T, U> StructMustNotImplDrop for Struct<T, U> {} implementation
151 impl<T, U> ::pin_project::__private::PinnedDrop for Struct<T, U> { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/pin-project/tests/expand/naming/
Dstruct-mut.expanded.rs3 struct Struct<T, U> { struct
22 Struct<T, U>: 'pin, argument
53 impl<T, U> Struct<T, U> { impl
98 impl<'pin, T, U> _pin_project::__private::Unpin for Struct<T, U> implementation
103 unsafe impl<'pin, T, U> _pin_project::UnsafeUnpin for Struct<T, U> implementation
110 impl<T, U> StructMustNotImplDrop for Struct<T, U> {} implementation
112 impl<T, U> _pin_project::__private::PinnedDrop for Struct<T, U> { implementation
Dstruct-none.expanded.rs3 struct Struct<T, U> { struct
27 struct __StructProjection<'pin, T, U> argument
29 Struct<T, U>: 'pin, argument
43 impl<T, U> Struct<T, U> { impl
88 impl<'pin, T, U> _pin_project::__private::Unpin for Struct<T, U> implementation
93 unsafe impl<'pin, T, U> _pin_project::UnsafeUnpin for Struct<T, U> implementation
100 impl<T, U> StructMustNotImplDrop for Struct<T, U> {} implementation
102 impl<T, U> _pin_project::__private::PinnedDrop for Struct<T, U> { implementation
Dstruct-ref.expanded.rs3 struct Struct<T, U> { struct
22 Struct<T, U>: 'pin, argument
53 impl<T, U> Struct<T, U> { implementation
98 impl<'pin, T, U> _pin_project::__private::Unpin for Struct<T, U> implementation
103 unsafe impl<'pin, T, U> _pin_project::UnsafeUnpin for Struct<T, U> implementation
110 impl<T, U> StructMustNotImplDrop for Struct<T, U> {} implementation
112 impl<T, U> _pin_project::__private::PinnedDrop for Struct<T, U> { implementation
Dstruct-all.expanded.rs3 struct Struct<T, U> { struct
22 Struct<T, U>: 'pin, argument
78 impl<T, U> Struct<T, U> { impl
148 impl<'pin, T, U> _pin_project::__private::Unpin for Struct<T, U> implementation
153 unsafe impl<'pin, T, U> _pin_project::UnsafeUnpin for Struct<T, U> implementation
160 impl<T, U> StructMustNotImplDrop for Struct<T, U> {} implementation
162 impl<T, U> _pin_project::__private::PinnedDrop for Struct<T, U> { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/pin-project/tests/expand/pub/
Dstruct.expanded.rs3 pub struct Struct<T, U> { struct
27 pub(crate) struct __StructProjection<'pin, T, U> argument
29 Struct<T, U>: 'pin, argument
43 impl<T, U> Struct<T, U> { implementation
88 impl<'pin, T, U> _pin_project::__private::Unpin for Struct<T, U> implementation
93 unsafe impl<'pin, T, U> _pin_project::UnsafeUnpin for Struct<T, U> implementation
100 impl<T, U> StructMustNotImplDrop for Struct<T, U> {} implementation
102 impl<T, U> _pin_project::__private::PinnedDrop for Struct<T, U> { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/pin-project/tests/expand/default/
Dstruct.expanded.rs3 struct Struct<T, U> { struct
27 struct __StructProjection<'pin, T, U> argument
29 Struct<T, U>: 'pin, argument
43 impl<T, U> Struct<T, U> { impl
88 impl<'pin, T, U> _pin_project::__private::Unpin for Struct<T, U> implementation
93 unsafe impl<'pin, T, U> _pin_project::UnsafeUnpin for Struct<T, U> implementation
100 impl<T, U> StructMustNotImplDrop for Struct<T, U> {} implementation
102 impl<T, U> _pin_project::__private::PinnedDrop for Struct<T, U> { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/pin-project/tests/expand/pinned_drop/
Dstruct.expanded.rs4 struct Struct<T, U> { struct
28 struct __StructProjection<'pin, T, U> argument
30 Struct<T, U>: 'pin, argument
44 impl<T, U> Struct<T, U> { impl
89 impl<'pin, T, U> _pin_project::__private::Unpin for Struct<T, U> implementation
94 unsafe impl<'pin, T, U> _pin_project::UnsafeUnpin for Struct<T, U> implementation
98 impl<T, U> _pin_project::__private::Drop for Struct<T, U> { implementation
108 impl<T, U> ::pin_project::__private::PinnedDrop for Struct<T, U> { implementation

12345678910>>...44