/AliOS-Things-master/components/jsoncpp/src/lib_json/ |
A D | json_writer.cpp | 421 for (auto it = members.begin(); it != members.end(); ++it) { in writeValue() 423 if (it != members.begin()) in writeValue() 484 if (members.empty()) in writeValue() 489 auto it = members.begin(); in writeValue() 497 if (++it == members.end()) { in writeValue() 702 if (members.empty()) in writeValue() 707 auto it = members.begin(); in writeValue() 715 if (++it == members.end()) { in writeValue() 977 if (members.empty()) in writeValue() 982 auto it = members.begin(); in writeValue() [all …]
|
A D | json_value.cpp | 1238 Members members; in getMemberNames() local 1239 members.reserve(value_.map_->size()); in getMemberNames() 1243 members.push_back(String((*it).first.data(), (*it).first.length())); in getMemberNames() 1245 return members; in getMemberNames()
|
A D | CMakeLists.txt | 105 #MSVC 1900 cxx_sizeof_member # Size of non-static data members, as defined in N2253.
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | objobject.c | 76 mp_map_lookup(&self->members, attr, MP_MAP_LOOKUP_ADD_IF_NOT_FOUND)->value = value; in object___setattr__() 91 if (mp_map_lookup(&self->members, attr, MP_MAP_LOOKUP_REMOVE_IF_FOUND) == NULL) { in object___delattr__()
|
A D | objtype.h | 35 mp_map_t members; member
|
A D | objtype.c | 104 mp_map_init(&o->members, 0); in mp_obj_new_instance() 397 + sizeof(*self->members.table) * self->members.alloc; in instance_unary_op() 582 mp_map_elem_t *elem = mp_map_lookup(&self->members, MP_OBJ_NEW_QSTR(attr), MP_MAP_LOOKUP); in mp_obj_instance_load_attr() 594 dict.map = self->members; in mp_obj_instance_load_attr() 787 …mp_map_elem_t *elem = mp_map_lookup(&self->members, MP_OBJ_NEW_QSTR(attr), MP_MAP_LOOKUP_REMOVE_IF… in mp_obj_instance_store_attr() 791 …mp_map_lookup(&self->members, MP_OBJ_NEW_QSTR(attr), MP_MAP_LOOKUP_ADD_IF_NOT_FOUND)->value = valu… in mp_obj_instance_store_attr()
|
A D | vm.c | 429 elem = mp_map_cached_lookup(&self->members, qst, (uint8_t*)ip); in mp_execute_bytecode() 520 elem = mp_map_cached_lookup(&self->members, qst, (uint8_t*)ip); in mp_execute_bytecode()
|
/AliOS-Things-master/components/jsoncpp/src/jsontestrunner/ |
A D | main.cpp | 111 Json::Value::Members members(value.getMemberNames()); in printValueTree() local 112 std::sort(members.begin(), members.end()); in printValueTree() 114 for (const auto& name : members) { in printValueTree()
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/src/ |
A D | Utils.cc | 267 Json::Value::Members members = value.getMemberNames(); in JsonToMap() local 268 for (Json::Value::Members::iterator it = members.begin(); in JsonToMap() 269 it != members.end(); ++it) { in JsonToMap()
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/dotzlib/DotZLib/ |
A D | CodecBase.cs | 19 #region Data members
|
/AliOS-Things-master/components/littlevgl/docs/ |
A D | CODE_OF_CONDUCT.md | 15 * Showing empathy towards other community members 39 …ith may face temporary or permanent repercussions as determined by other members of the project's …
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ |
A D | CONTRIBUTING.md | 20 All submissions, including submissions by project members, require review. We
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/iostream3/ |
A D | README | 24 - setcompressionlevel()/strategy() members replaced by single setcompression()
|
/AliOS-Things-master/components/SDL2/src/hidapi/doxygen/ |
A D | Doxyfile | 66 # include brief member descriptions after the members that are listed in 99 # members were ordinary class members. Constructors, destructors and assignment 187 # of all members will be omitted, etc. 254 # all members of a group must be documented explicitly. 298 # Private class members and static file members will be hidden unless 308 # If the EXTRACT_STATIC tag is set to YES all static members of a file 335 # undocumented members of documented classes, files or namespaces. 336 # If set to NO (the default) these members will be included in the 379 # will show members with their full class and namespace scopes in the 397 # is inserted in the documentation for inline members. [all …]
|
/AliOS-Things-master/components/SDL2/docs/ |
A D | doxyfile | 66 # include brief member descriptions after the members that are listed in 109 # members were ordinary class members. Constructors, destructors and assignment 198 # of all members will be omitted, etc. 265 # all members of a group must be documented explicitly. 309 # Private class members and static file members will be hidden unless 319 # If the EXTRACT_STATIC tag is set to YES all static members of a file 346 # undocumented members of documented classes, files or namespaces. 347 # If set to NO (the default) these members will be included in the 390 # will show members with their full class and namespace scopes in the 402 # is inserted in the documentation for inline members. [all …]
|
/AliOS-Things-master/components/oss/src/external/json/ |
A D | jsoncpp.cpp | 3765 Members members; in getMemberNames() local 3766 members.reserve(value_.map_->size()); in getMemberNames() 3773 return members; in getMemberNames() 4578 for (Value::Members::iterator it = members.begin(); it != members.end(); in writeValue() 4581 if (it != members.begin()) in writeValue() 4641 if (members.empty()) in writeValue() 4654 if (++it == members.end()) { in writeValue() 4858 if (members.empty()) in writeValue() 4871 if (++it == members.end()) { in writeValue() 5139 if (members.empty()) in writeValue() [all …]
|
/AliOS-Things-master/components/SDL2/src/gfx/Docs/ |
A D | html.doxyfile | 80 # include brief member descriptions after the members that are listed in 123 # members were ordinary class members. Constructors, destructors and assignment 218 # of all members will be omitted, etc. 294 # all members of a group must be documented explicitly. 365 # Private class members and static file members will be hidden unless 380 # If the EXTRACT_STATIC tag is set to YES all static members of a file 407 # undocumented members of documented classes, files or namespaces. 408 # If set to NO (the default) these members will be included in the 451 # will show members with their full class and namespace scopes in the 469 # is inserted in the documentation for inline members. [all …]
|
/AliOS-Things-master/components/jsoncpp/doc/ |
A D | doxyfile.in | 87 # descriptions after the members that are listed in the file and class 131 # inherited members of a class in the documentation of that class as if those 132 # members were ordinary class members. Constructors, destructors and assignment 245 # members will be omitted, etc. 341 # all members of a group must be documented explicitly. 406 # class members and static file members will be hidden unless the 448 # If this flag is set to YES, the members of anonymous namespaces will be 459 # members will be included in the various overviews, but no documentation 523 # documentation for inline members. 530 # name. If set to NO the members will appear in declaration order. [all …]
|
A D | web_doxyfile.in | 87 # descriptions after the members that are listed in the file and class 131 # inherited members of a class in the documentation of that class as if those 132 # members were ordinary class members. Constructors, destructors and assignment 245 # members will be omitted, etc. 341 # all members of a group must be documented explicitly. 406 # class members and static file members will be hidden unless the 448 # If this flag is set to YES, the members of anonymous namespaces will be 459 # members will be included in the various overviews, but no documentation 523 # documentation for inline members. 530 # name. If set to NO the members will appear in declaration order. [all …]
|
/AliOS-Things-master/components/littlevgl/scripts/ |
A D | Doxyfile | 97 # descriptions after the members that are listed in the file and class 141 # inherited members of a class in the documentation of that class as if those 142 # members were ordinary class members. Constructors, destructors and assignment 252 # members will be omitted, etc. 360 # all members of a group must be documented explicitly. 432 # class members and static file members will be hidden unless the 474 # If this flag is set to YES, the members of anonymous namespaces will be 485 # members will be included in the various overviews, but no documentation 563 # documentation for inline members. 570 # name. If set to NO, the members will appear in declaration order. [all …]
|
/AliOS-Things-master/documentation/doxygen/ |
A D | Doxyfile-AOS | 105 # descriptions after the members that are listed in the file and class 149 # inherited members of a class in the documentation of that class as if those 150 # members were ordinary class members. Constructors, destructors and assignment 277 # members will be omitted, etc. 397 # all members of a group must be documented explicitly. 482 # class members and static file members will be hidden unless the 530 # If this flag is set to YES, the members of anonymous namespaces will be 548 # members will be included in the various overviews, but no documentation 633 # documentation for inline members. 640 # name. If set to NO, the members will appear in declaration order. [all …]
|
/AliOS-Things-master/components/jsoncpp/ |
A D | CONTRIBUTING.md | 91 members. `[N]` is used to specify the value of an array element at index `N`.
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | README | 37 be a transitional release, members of the png_struct and the
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/doc/ |
A D | rfc1952.txt | 233 A gzip file consists of a series of "members" (compressed data 235 section. The members simply appear one after another in the file,
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | README | 14 and other members of the Independent JPEG Group. 330 One of those fakes is released by members of the ISO committee and just uses
|