Home
last modified time | relevance | path

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

12

/system/nvram/messages/include/nvram/messages/
Dstruct.h128 constexpr FieldSpec(uint32_t field_number, MemberType Struct::* member) in FieldSpec()
129 : kFieldNumber(field_number), kMember(member) {} in FieldSpec()
150 Member Struct::*member) { in MakeField() argument
151 return FieldSpec<Struct, Member>(field_number, member); in MakeField()
170 TaggedUnionType Struct::*member, in OneOfFieldSpec()
172 : FieldSpec<Struct, TaggedUnionType>(field_number, member), kTag(tag) {} in OneOfFieldSpec()
184 TaggedUnion<TagType, Member...> Struct::*member, in MakeOneOfField() argument
186 return OneOfFieldSpec<Struct, TagType, Member...>(field_number, member, tag); in MakeOneOfField()
Dtagged_union.h258 void CopyMember(const typename CurrentMember::Type* member) {
259 if (member) {
263 *GetUnchecked<static_cast<TagType>(CurrentMember::kTag)>() = *member;
276 void MoveMember(const typename CurrentMember::Type* member) {
277 if (member) {
282 static_cast<typename CurrentMember::Type&&>(*member);
Dproto.hpp318 const TaggedUnionMemberType* member = object.template get<kTag>(); in Encode() local
319 if (member) { in Encode()
320 return EncodeField<TaggedUnionMemberCodec>(*member, writer); in Encode()
/system/iorap/src/common/
Dintrospection.h62 template <typename T, typename F, F T::*member>
63 struct member_type<member> {
79 F U_noref::*safer_member = member;
88 s.*member = std::forward<typename decltype(type)::type>(value);
/system/update_engine/common/
Dfake_prefs.cc48 FakePrefs::PrefConsts<string>::member = &FakePrefs::PrefValue::as_str; member in chromeos_update_engine::FakePrefs::PrefConsts<string>
54 int64_t FakePrefs::PrefValue::*const FakePrefs::PrefConsts<int64_t>::member = member in chromeos_update_engine::FakePrefs::PrefConsts<int64_t>
61 bool FakePrefs::PrefValue::*const FakePrefs::PrefConsts<bool>::member = member in chromeos_update_engine::FakePrefs::PrefConsts<bool>
131 values_[key].value.*(PrefConsts<T>::member) = value; in SetValue()
147 *value = it->second.value.*(PrefConsts<T>::member); in GetValue()
Dfake_prefs.h82 static T FakePrefs::PrefValue::*const member; variable
/system/tools/hidl/docs/src/parser/elements/declarations/
DEnumDeclarationParser.kt81 val member = EnumMember(statementTokens) in parseTokens() constant
82 member.docParser = docParser in parseTokens()
83 this.members.add(member) in parseTokens()
/system/core/libcutils/include/cutils/
Dlist.h32 #define node_to_item(node, container, member) \ argument
33 (container *) (((char*) (node)) - offsetof(container, member))
/system/core/libcutils/include_vndk/cutils/
Dlist.h32 #define node_to_item(node, container, member) \ argument
33 (container *) (((char*) (node)) - offsetof(container, member))
/system/extras/f2fs_utils/
Df2fs_sparseblock.c19 #define D_DISP_u32(ptr, member) \ argument
22 #member, le32_to_cpu((ptr)->member), le32_to_cpu((ptr)->member) ); \
25 #define D_DISP_u64(ptr, member) \ argument
28 #member, le64_to_cpu((ptr)->member), le64_to_cpu((ptr)->member) ); \
/system/netd/
DAndroid.bp31 "-misc-non-private-member-variables-in-classes", // Also complains about structs
/system/update_engine/
Domaha_request_params.cc40 #define CALL_MEMBER_FN(object, member) ((object).*(member)) argument
Dpylintrc148 # List of module names for which member attributes should not be checked
150 # and thus existing member attributes cannot be deduced by static analysis. It
154 # List of classes names for which member attributes should not be checked
412 # List of member names, which should be excluded from the protected access
/system/tools/aidl/
Dast_cpp.cpp83 void ClassDecl::AddPublic(std::unique_ptr<Declaration> member) { in AddPublic() argument
84 public_members_.push_back(std::move(member)); in AddPublic()
87 void ClassDecl::AddPrivate(std::unique_ptr<Declaration> member) { in AddPrivate() argument
88 private_members_.push_back(std::move(member)); in AddPrivate()
Dtype_namespace.h167 void AddAndSetMember(const T** member, std::unique_ptr<const T> type) { in AddAndSetMember() argument
170 *member = ptr_value; in AddAndSetMember()
Dast_cpp.h76 void AddPublic(std::unique_ptr<Declaration> member);
77 void AddPrivate(std::unique_ptr<Declaration> member);
Daidl_language.cpp689 for (auto& member : *members) { in AidlInterface()
690 AidlMember* local = member.release(); in AidlInterface()
/system/media/camera/docs/
Dmetadata_helpers.py228 def get_children_by_throwing_away_kind(node, member='entries'): argument
253 return (i for i in getattr(combined_kind, member))
255 def get_children_by_filtering_kind(section, kind_name, member='entries'): argument
270 return getattr(matched_kind, member)
/system/core/logcat/
Devent.logtags72 20004 art_hidden_api_access (access_method|1),(flags|1),(class|3),(member|3),(type_signature|3)
/system/netd/resolv/
Dstats.proto83 NS_T_MG = 8; // Mail group member.
/system/media/audio_utils/
DDoxyfile88 # If the BRIEF_MEMBER_DESC tag is set to YES doxygen will include brief member
96 # description of a member or function before the detailed description
194 # If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
195 # documentation from any documented member that it re-implements.
201 # new page for each member. If set to NO, the documentation of a member will be
327 # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
329 # member in the group (if any) for the other members of the group. By default
335 # Set the SUBGROUPING tag to YES to allow class member groups of the same type
368 # with name TypeT. When disabled the typedef will appear as a member of a file,
506 # grouped member an include statement to the documentation, telling the reader
[all …]
DDoxyfile.orig88 # If the BRIEF_MEMBER_DESC tag is set to YES doxygen will include brief member
96 # description of a member or function before the detailed description
194 # If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
195 # documentation from any documented member that it re-implements.
201 # new page for each member. If set to NO, the documentation of a member will be
327 # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
329 # member in the group (if any) for the other members of the group. By default
335 # Set the SUBGROUPING tag to YES to allow class member groups of the same type
368 # with name TypeT. When disabled the typedef will appear as a member of a file,
506 # grouped member an include statement to the documentation, telling the reader
[all …]
/system/chre/pal/doc/
DDoxyfile96 # If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member
104 # description of a member or function before the detailed description
202 # If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
203 # documentation from any documented member that it re-implements.
209 # page for each member. If set to NO, the documentation of a member will be part
338 # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
340 # member in the group (if any) for the other members of the group. By default
353 # Set the SUBGROUPING tag to YES to allow class member groups of the same type
386 # with name TypeT. When disabled the typedef will appear as a member of a file,
531 # grouped member an include statement to the documentation, telling the reader
[all …]
/system/chre/chre_api/doc/
DDoxyfile96 # If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member
104 # description of a member or function before the detailed description
202 # If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
203 # documentation from any documented member that it re-implements.
209 # page for each member. If set to NO, the documentation of a member will be part
338 # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
340 # member in the group (if any) for the other members of the group. By default
353 # Set the SUBGROUPING tag to YES to allow class member groups of the same type
386 # with name TypeT. When disabled the typedef will appear as a member of a file,
531 # grouped member an include statement to the documentation, telling the reader
[all …]
/system/bt/doc/
Dstyle_guide.md119 Use C99 flexible arrays as the last member of a struct if the array needs
121 A flexible array member is writen as `array_name[]` without a specified size.

12