Home
last modified time | relevance | path

Searched refs:member (Results 1 – 9 of 9) sorted by relevance

/device/linaro/dragonboard/shared/utils/tqftpserv/
Dlist.h38 #define container_of(ptr, type, member) ({ \ argument
39 const typeof(((type *)0)->member)*__mptr = (ptr); \
40 (type *)((char *)__mptr - offsetof(type, member)); \
83 #define list_entry(item, type, member) \ argument
84 container_of(item, type, member)
86 #define list_entry_first(list, type, member) \ argument
87 container_of((list)->next, type, member)
89 #define list_entry_next(item, member) \ argument
90 container_of((item)->member.next, typeof(*(item)), member)
92 #define list_for_each_entry(item, list, member) \ argument
[all …]
/device/google/cuttlefish/host/commands/secure_env/
Dcomposite_serialization.cpp28 for (const auto& member : members_) { in SerializedSize() local
29 sum += member->SerializedSize(); in SerializedSize()
36 for (const auto& member : members_) { in Serialize() local
37 buf = member->Serialize(buf, end); in Serialize()
44 for (const auto& member : members_) { in Deserialize() local
45 if (!member->Deserialize(buf_ptr, end)) { in Deserialize()
/device/linaro/dragonboard/shared/utils/qrtr/src/
Dlist.h11 #define container_of(ptr, type, member) \ argument
12 ((type *)((char *)(ptr) - offsetof(type, member)))
30 #define list_entry(ptr, type, member) \ argument
31 container_of(ptr, type, member)
Dmap.h35 #define map_iter_data(iter, type, member) \ argument
36 container_of(map_iter_item(iter), type, member)
/device/linaro/dragonboard/shared/utils/qrtr/lib/
Dlibqrtr.h19 #define container_of(ptr, type, member) \ argument
20 ((type *)((char *)(ptr) - offsetof(type, member)))
/device/google/sunfish/json-c/
DDoxyfile67 # include brief member descriptions after the members that are listed in
74 # the brief description of a member or function before the detailed description.
152 # If set to NO, the detailed description appears after the member
158 # member inherits the documentation from any documented member that it
163 # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
165 # member in the group (if any) for the other members of the group. By default
198 # Set the SUBGROUPING tag to YES (the default) to allow class member groups of
303 # alphabetically by member name. If set to NO the members will appear in
310 # by member name. If set to NO (the default) the members will appear in
/device/google/coral/json-c/
DDoxyfile67 # include brief member descriptions after the members that are listed in
74 # the brief description of a member or function before the detailed description.
152 # If set to NO, the detailed description appears after the member
158 # member inherits the documentation from any documented member that it
163 # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
165 # member in the group (if any) for the other members of the group. By default
198 # Set the SUBGROUPING tag to YES (the default) to allow class member groups of
303 # alphabetically by member name. If set to NO the members will appear in
310 # by member name. If set to NO (the default) the members will appear in
/device/google/redbull/json-c/
DDoxyfile67 # include brief member descriptions after the members that are listed in
74 # the brief description of a member or function before the detailed description.
152 # If set to NO, the detailed description appears after the member
158 # member inherits the documentation from any documented member that it
163 # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
165 # member in the group (if any) for the other members of the group. By default
198 # Set the SUBGROUPING tag to YES (the default) to allow class member groups of
303 # alphabetically by member name. If set to NO the members will appear in
310 # by member name. If set to NO (the default) the members will appear in
/device/google/trout/tools/tracing/proto/
Dperfetto_trace.proto2768 // list. This field is a member of that oneof.
4590 optional int32 member = 1; field