Searched refs:members (Results 1 – 11 of 11) sorted by relevance
322 c->subject_groups.time.members[0] = &c->api.subjects.hour; in lv_demo_high_res_base_obj_create()323 c->subject_groups.time.members[1] = &c->api.subjects.minute; in lv_demo_high_res_base_obj_create()324 lv_subject_init_group(&c->subject_groups.time.group, c->subject_groups.time.members, in lv_demo_high_res_base_obj_create()325 ARRAY_LEN(c->subject_groups.time.members)); in lv_demo_high_res_base_obj_create()326 c->subject_groups.date.members[0] = &c->api.subjects.week_day_name; in lv_demo_high_res_base_obj_create()327 c->subject_groups.date.members[1] = &c->api.subjects.month_day; in lv_demo_high_res_base_obj_create()328 c->subject_groups.date.members[2] = &c->api.subjects.month_name; in lv_demo_high_res_base_obj_create()329 lv_subject_init_group(&c->subject_groups.date.group, c->subject_groups.date.members, in lv_demo_high_res_base_obj_create()330 ARRAY_LEN(c->subject_groups.date.members)); in lv_demo_high_res_base_obj_create()331 c->subject_groups.wifi.members[0] = &c->api.subjects.wifi_ssid; in lv_demo_high_res_base_obj_create()[all …]
173 lv_subject_t * members[2]; member177 lv_subject_t * members[3]; member181 lv_subject_t * members[2]; member
2089 Member* members;2118 …EINLINE Member* GetMembersPointer() const { return RAPIDJSON_GETPOINTER(Member, data_.o.members); }2119 …INLINE Member* SetMembersPointer(Member* members) { return RAPIDJSON_SETPOINTER(Member, data_.o.me…2173 static RAPIDJSON_FORCEINLINE Map* &GetMap(Member* members) {2174 RAPIDJSON_ASSERT(members != 0);2175 return *reinterpret_cast<Map**>(reinterpret_cast<uintptr_t>(members) -2223 RAPIDJSON_SETPOINTER(Member, o.members, GetMapMembers(newMap));2230 if (Member* members = GetMembersPointer()) {2231 Map* &map = GetMap(members);2234 return MemberIterator(&members[mit->second]);[all …]
138 - ``"enum"``: Describes a grouping of enumeration items/members.144 type as the type for the members of this enumeration group. Check the145 enumeration members type to get the correct type.147 - ``"members"``: array of ``"enum_member"`` Widgets151 the ``"members"`` field of an ``"enum"`` JSON type269 "members":[
24 - Showing empathy towards other community members76 by other members of the project's leadership.
787 self.members = []848 for ev in self.members:859 self.members.append(ev)869 for member in self.members:885 for ev in self.members:889 self.members.append(899 template.extend(list(str(member) for member in self.members))1448 for enum_item in obj.members:
97 # descriptions after the members that are listed in the file and class141 # inherited members of a class in the documentation of that class as if those142 # members were ordinary class members. Constructors, destructors and assignment252 # members will be omitted, etc.359 # member in the group (if any) for the other members of the group. By default360 # all members of a group must be documented explicitly.432 # class members and static file members will be hidden unless the434 # Note: This will also disable the warnings about undocumented members that are440 # If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will446 # If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal[all …]
272 - Widget members function must start with ``lv_<widget_name>`` and should receive :cpp:expr:`lv_obj…
26 ``period_range`` and ``input_range`` members to set the time ranges (in milliseconds)
377 members = []412 members.append(item_dict)415 for member in members:428 ('members', members)
133 and inspect the ``current_frame`` and ``total_frames`` members.