Home
last modified time | relevance | path

Searched defs:object_count (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/libs/unordered/test/helpers/
Dcount.hpp12 struct object_count struct
14 int instances;
15 int constructions;
17 object_count() : instances(0), constructions(0) {} in object_count() function
18 void reset() { *this = object_count(); } in reset()
20 void construct() in construct()
26 void destruct() in destruct()
35 bool operator==(object_count const& x) const in operator ==()
40 bool operator!=(object_count const& x) const { return !(*this == x); } in operator !=()
/third_party/mesa3d/src/vulkan/util/
Dvk_log.h60 #define __vk_log(severity, type, object_count, \ argument
Dvk_log.c80 int object_count, in __vk_log_impl()
/third_party/ffmpeg/libavcodec/
Dpgssubdec.c64 int object_count; member
/third_party/libdrm/include/drm/
Ddrm_mode.h832 __u32 object_count; member
/third_party/mesa3d/include/drm-uapi/
Ddrm_mode.h1118 __u32 object_count; member
/third_party/quickjs/
Dquickjs.c33760 int object_count; member