/third_party/boost/libs/serialization/test/ |
D | test_singleton.cpp | 19 int m_id; member 20 A() : m_id(++i) {} in A() 23 if(i-- != m_id) std::terminate(); in ~A() 28 int m_id; member 29 B() : m_id(++i) {} in B() 32 if(i-- != m_id) std::terminate(); in ~B() 37 int m_id; member 38 C() : m_id(++i) {} in C() 41 if(i-- != m_id) std::terminate(); in ~C() 46 int m_id; member [all …]
|
/third_party/boost/boost/log/attributes/ |
D | attribute_name.hpp | 61 id_type m_id; member in boost::attribute_name 70 BOOST_CONSTEXPR attribute_name() BOOST_NOEXCEPT : m_id(uninitialized) in attribute_name() 80 m_id(get_id_from_string(name)) in attribute_name() 89 m_id(get_id_from_string(name.c_str())) in attribute_name() 99 bool operator== (attribute_name const& that) const BOOST_NOEXCEPT { return m_id == that.m_id; } in operator ==() 106 bool operator!= (attribute_name const& that) const BOOST_NOEXCEPT { return m_id != that.m_id; } in operator !=() 114 …bool operator== (const char* that) const { return (m_id != uninitialized) && (this->string() == th… in operator ==() 129 …bool operator== (string_type const& that) const { return (m_id != uninitialized) && (this->string(… in operator ==() 150 bool operator! () const BOOST_NOEXCEPT { return (m_id == uninitialized); } 158 BOOST_ASSERT(m_id != uninitialized); in id() [all …]
|
/third_party/boost/libs/compute/include/boost/compute/ |
D | device.hpp | 57 : m_id(0) in device() 64 : m_id(id) in device() 67 if(m_id && retain && is_subdevice()){ in device() 68 clRetainDevice(m_id); in device() 77 : m_id(other.m_id) in device() 80 if(m_id && is_subdevice()){ in device() 81 clRetainDevice(m_id); in device() 91 if(m_id && is_subdevice()){ in operator =() 92 clReleaseDevice(m_id); in operator =() 96 m_id = other.m_id; in operator =() [all …]
|
/third_party/boost/boost/compute/ |
D | device.hpp | 57 : m_id(0) in device() 64 : m_id(id) in device() 67 if(m_id && retain && is_subdevice()){ in device() 68 clRetainDevice(m_id); in device() 77 : m_id(other.m_id) in device() 80 if(m_id && is_subdevice()){ in device() 81 clRetainDevice(m_id); in device() 91 if(m_id && is_subdevice()){ in operator =() 92 clReleaseDevice(m_id); in operator =() 96 m_id = other.m_id; in operator =() [all …]
|
/third_party/boost/boost/geometry/srs/projections/ |
D | dpar.hpp | 496 : m_id(-1), m_value(false) in parameter() 500 : m_id(id), m_value(v) in parameter() 505 : m_id(id), m_value(v) in parameter() 509 : m_id(id), m_value(v) in parameter() 513 : m_id(id), m_value(true) in parameter() 517 : m_id(id), m_value(v) in parameter() 521 : m_id(id), m_value(int(v)) in parameter() 525 : m_id(datum), m_value(int(v)) in parameter() 530 : m_id(id), m_value(int(v)) in parameter() 534 : m_id(ellps), m_value(int(v)) in parameter() [all …]
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cBufferStorageTests.cpp | 163 glw::GLuint m_id; member in gl4cts::BufferStorage::Buffer 201 glw::GLuint m_id; member in gl4cts::BufferStorage::Framebuffer 235 glw::GLuint m_id; member in gl4cts::BufferStorage::Shader 274 glw::GLuint m_id; member in gl4cts::BufferStorage::Program 336 glw::GLuint m_id; member in gl4cts::BufferStorage::Texture 368 glw::GLuint m_id; member in gl4cts::BufferStorage::VertexArray 482 Buffer::Buffer(deqp::Context& context) : m_id(m_invalid_id), m_context(context), m_target(GL_ARRAY_… in Buffer() 510 Generate(gl, m_id); in InitData() 511 Bind(gl, m_id, m_target); in InitData() 531 Generate(gl, m_id); in InitStorage() [all …]
|
D | gl4cMultiBindTests.cpp | 192 glw::GLuint m_id; member in gl4cts::MultiBind::Buffer 228 glw::GLuint m_id; member in gl4cts::MultiBind::Framebuffer 262 glw::GLuint m_id; member in gl4cts::MultiBind::Shader 303 glw::GLuint m_id; member in gl4cts::MultiBind::Program 368 glw::GLuint m_id; member in gl4cts::MultiBind::Texture 384 Buffer::Buffer() : m_id(m_invalid_id), m_context(0), m_target(GL_ARRAY_BUFFER) in Buffer() 426 Generate(gl, m_id); in InitData() 427 Bind(gl, m_id, m_target); in InitData() 436 if (m_invalid_id != m_id) in Release() 440 gl.deleteBuffers(1, &m_id); in Release() [all …]
|
D | gl3cTextureSwizzleTests.hpp | 96 glw::GLuint m_id; member in gl3cts::TextureSwizzle::APIErrorsTest 130 glw::GLuint m_id; member in gl3cts::TextureSwizzle::IntialStateTest
|
D | gl4cEnhancedLayoutsTests.cpp | 1722 Buffer::Buffer(deqp::Context& context) : m_id(m_invalid_id), m_buffer(Array), m_context(context) in Buffer() 1750 Generate(gl, m_id); in Init() 1751 Bind(gl, m_id, m_buffer); in Init() 1760 if (m_invalid_id != m_id) in Release() 1764 gl.deleteBuffers(1, &m_id); in Release() 1765 m_id = m_invalid_id; in Release() 1776 Bind(gl, m_id, m_buffer); in Bind() 1787 BindBase(gl, m_id, m_buffer, index); in BindBase() 1800 BindRange(gl, m_id, m_buffer, index, offset, size); in BindRange() 2136 Framebuffer::Framebuffer(deqp::Context& context) : m_id(m_invalid_id), m_context(context) in Framebuffer() [all …]
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcRobustBufferAccessBehaviorTests.cpp | 68 Buffer::Buffer(const glw::Functions& gl) : m_id(m_invalid_id), m_gl(gl), m_target(GL_ARRAY_BUFFER) in Buffer() 94 Generate(m_gl, m_id); in InitData() 95 Bind(m_gl, m_id, m_target); in InitData() 104 if (m_invalid_id != m_id) in Release() 106 m_gl.deleteBuffers(1, &m_id); in Release() 107 m_id = m_invalid_id; in Release() 116 Bind(m_gl, m_id, m_target); in Bind() 125 BindBase(m_gl, m_id, m_target, index); in BindBase() 210 Framebuffer::Framebuffer(const glw::Functions& gl) : m_id(m_invalid_id), m_gl(gl) in Framebuffer() 228 if (m_invalid_id != m_id) in Release() [all …]
|
D | glcRobustnessTests.cpp | 280 gl.programUniform4fv(program.m_id, 11, 1, input4f); in iterate() 283 gl.programUniform3iv(program.m_id, 12, 1, input3i); in iterate() 286 gl.programUniform4uiv(program.m_id, 13, 1, input4ui); in iterate() 297 gl.getnUniformfv(program.m_id, 11, sizeof(GLfloat) * 4, result4f); in iterate() 302 gl.getnUniformfv(program.m_id, 11, sizeof(GLfloat) * 3, result4f); in iterate() 305 gl.getnUniformiv(program.m_id, 12, sizeof(GLint) * 3, result3i); in iterate() 310 gl.getnUniformiv(program.m_id, 12, sizeof(GLint) * 2, result3i); in iterate() 313 gl.getnUniformuiv(program.m_id, 13, sizeof(GLuint) * 4, result4ui); in iterate() 318 gl.getnUniformuiv(program.m_id, 13, sizeof(GLuint) * 3, result4ui); in iterate() 486 VertexArray::Generate(gl, vao.m_id); in iterate() [all …]
|
D | glcViewportArrayTests.cpp | 55 Utils::buffer::buffer(deqp::Context& context) : m_id(0), m_context(context), m_target(0) in buffer() 64 if (0 != m_id) in ~buffer() 68 gl.deleteBuffers(1, &m_id); in ~buffer() 69 m_id = 0; in ~buffer() 80 gl.bindBuffer(m_target, m_id); in bind() 94 gl.bindBufferRange(m_target, index, m_id, offset, size); in bindRange() 108 gl.genBuffers(1, &m_id); in generate() 122 gl.bindBuffer(m_target, m_id); in map() 138 gl.bindBuffer(m_target, m_id); in unmap() 155 gl.bindBuffer(m_target, m_id); in update() [all …]
|
D | glcRobustBufferAccessBehaviorTests.hpp | 71 glw::GLuint m_id; member in glcts::RobustBufferAccessBehavior::Buffer 108 glw::GLuint m_id; member in glcts::RobustBufferAccessBehavior::Framebuffer 140 glw::GLuint m_id; member in glcts::RobustBufferAccessBehavior::Shader 179 glw::GLuint m_id; member in glcts::RobustBufferAccessBehavior::Program 240 glw::GLuint m_id; member in glcts::RobustBufferAccessBehavior::Texture 269 glw::GLuint m_id; member in glcts::RobustBufferAccessBehavior::VertexArray
|
D | glcViewportArrayTests.hpp | 78 glw::GLuint m_id; member 99 glw::GLuint m_id; member 196 glw::GLuint m_id; member 214 glw::GLuint m_id; member
|
/third_party/boost/libs/log/src/ |
D | attribute_name.cpp | 101 id_type m_id; member 105 node() : m_id(0), m_name() {} in node() 108 m_id(i), in node() 114 m_id(that.m_id), in node() 151 return it->m_id; in get_id_from_string() 167 return it->m_id; in get_id_from_string()
|
D | thread_id.cpp | 174 thread_specific< thread::id const* > m_id; 183 thread::id const* p = s.m_id.get(); 187 s.m_id.set(p);
|
/third_party/boost/libs/thread/example/ |
D | starvephil.cpp | 104 phil(int id) : m_id(id) { } in phil() 108 std::cout << "(" << clock() << ") Phil" << m_id in run() 113 if (m_id > 0) in run() 122 std::cout << "(" << clock() << ") Phil" << m_id in run() 125 g_canteen.get(m_id); in run() 128 std::cout << "(" << clock() << ") Phil" << m_id in run() 137 int m_id; member
|
/third_party/boost/boost/geometry/algorithms/detail/is_valid/ |
D | complement_graph.hpp | 40 : m_id(id) in complement_graph_vertex() 46 : m_id(expected_id) in complement_graph_vertex() 50 inline std::size_t id() const { return m_id; } in id() 63 return m_id < other.m_id; in operator <() 73 std::size_t m_id; member in boost::geometry::detail::is_valid::complement_graph_vertex
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
D | esextcGeometryShaderLayeredRenderingBoundaryCondition.cpp | 187 gl.deleteTextures(1, &m_textures_info[i].m_id); in deinit() 296 gl.genTextures(1, &m_textures_info[i].m_id); in initTest() 329 gl.bindTexture(m_textures_info[i].m_texture_target, m_textures_info[i].m_id); in iterate() 360 ….framebufferTexture(GL_DRAW_FRAMEBUFFER, m_textures_info[i].m_draw_buffer, m_textures_info[i].m_id, in iterate() 365 …ebufferTextureLayer(GL_DRAW_FRAMEBUFFER, m_textures_info[i].m_draw_buffer, m_textures_info[i].m_id, in iterate() 426 …amebufferTextureLayer(GL_READ_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, m_textures_info[nTexture].m_id, 0, in iterate() 482 texInfo.m_id = 0; in GeometryShaderLayeredRenderingBoundaryConditionVariousTextures() 489 texInfo.m_id = 0; in GeometryShaderLayeredRenderingBoundaryConditionVariousTextures() 619 texInfo.m_id = 0; in GeometryShaderLayeredRenderingBoundaryConditionNoGS() 688 texInfo.m_id = 0; in GeometryShaderLayeredRenderingBoundaryConditionNoLayerSet() [all …]
|
D | esextcGeometryShaderLayeredRenderingBoundaryCondition.hpp | 45 glw::GLuint m_id; member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingDescriptorCopyTests.cpp | 107 deUint32 getId (void) const { return m_id; } in getId() 122 deUint32 m_id; member in vkt::BindingModel::__anon661465950111::Descriptor 451 , m_id(s_nextId++) in Descriptor() 460 data.push_back(m_id + arrayIdx * m_numDynamicAreas + dynamicAreaIdx); in Descriptor() 611 bufferValue.uintValue = m_id + (arrayIdx * m_numDynamicAreas) + dynamicAreaIdx; in init() 695 m_blockData[i] = m_id + i; in init() 726 const string idStr = de::toString(m_id); in getShaderDeclaration() 735 const string idStr = de::toString(m_id); in getShaderVerifyCode() 765 ") uniform UniformBuffer" + de::toString(m_id) + "\n" in getShaderDeclaration() 768 "} uniformBuffer" + de::toString(m_id) + getArrayString(m_arraySize) + ";\n"); in getShaderDeclaration() [all …]
|
/third_party/boost/libs/log/src/windows/ |
D | ipc_sync_wrappers.hpp | 381 return left.m_id < right.m_id; in operator ()() 385 return left.m_id < right; in operator ()() 389 return left < right.m_id; in operator ()() 400 const uint32_t m_id; member 402 explicit semaphore_info(uint32_t id) BOOST_NOEXCEPT : m_last_check_for_zero(0u), m_id(id) in semaphore_info() 502 if (m_current_semaphore->m_id != id) in notify_all()
|
D | ipc_sync_wrappers.cpp | 347 m_shared_state->m_semaphore_id = m_current_semaphore->m_id; in wait() 358 if (m_current_semaphore->m_id != id) in wait() 441 if (is_overflow_less(m_next_semaphore_id, it->m_id) || m_next_semaphore_id == it->m_id) in get_unused_semaphore() 442 m_next_semaphore_id = it->m_id + 1u; in get_unused_semaphore()
|
/third_party/boost/libs/interprocess/test/ |
D | util.hpp | 78 : m_id(id), m_value(-1), m_secs(secs), m_error(no_error) in data() 80 int m_id; member
|
/third_party/boost/libs/geometry/test/algorithms/buffer/ |
D | test_buffer_svg.hpp | 88 bg::segment_identifier m_id; member in svg_visitor::si 92 : m_id(id) in si() 100 os << s.m_id.multi_index << "." << s.m_id.segment_index; in operator <<()
|