Home
last modified time | relevance | path

Searched refs:m_line (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dmem-stats.h46 m_filename (filename), m_function (function), m_line (line), m_origin in m_filename()
52 m_function (other.m_function), m_line (other.m_line), in mem_location()
66 hash.add_int (m_line); in hash()
76 && m_line == other.m_line; in equal()
100 m_line, m_function); in to_string()
119 int m_line; variable
289 hstate.add_int (l->m_line); in hash()
299 && l1->m_line == l2->m_line); in equal()
H A Dselftest.h37 : m_file (file), m_line (line), m_function (function) {} in location()
40 int m_line; variable
H A Ddumpfile.h384 : m_file (file), m_line (line), m_function (function) in m_file()
388 int m_line; variable
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dmem-stats.h46 m_filename (filename), m_function (function), m_line (line), m_origin in m_filename()
52 m_function (other.m_function), m_line (other.m_line), in mem_location()
66 hash.add_int (m_line); in hash()
76 && m_line == other.m_line; in equal()
100 m_line, m_function); in to_string()
119 int m_line; variable
289 hstate.add_int (l->m_line); in hash()
299 && l1->m_line == l2->m_line); in equal()
H A Dselftest.h37 : m_file (file), m_line (line), m_function (function) {} in location()
40 int m_line; variable
H A Ddumpfile.h384 : m_file (file), m_line (line), m_function (function) in m_file()
388 int m_line; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolylinemapitem_p_p.h683 const qreal borderWidth = m_poly.m_line.width(); in updatePolish()
708 m_node->update(m_poly.m_line.color(), &m_geometry); in updateMapItemPaintNode()
794 const qreal lineWidth = m_poly.m_line.width(); in updatePolish()
819 …m_node->update(m_poly.m_line.color(), // This updates only the material if the geometry is unchang… in updateMapItemPaintNode()
820 m_poly.m_line.width(), in updateMapItemPaintNode()
858 const QColor &color = m_poly.m_line.color(); in updateMapItemPaintNode()
859 const float lineWidth = m_poly.m_line.width(); in updateMapItemPaintNode()
H A Dqdeclarativepolylinemapitem_p.h156 QDeclarativeMapLineProperties m_line; variable
H A Dqdeclarativepolylinemapitem.cpp960 m_line(this), in Q_GLOBAL_STATIC()
968 QObject::connect(&m_line, SIGNAL(colorChanged(QColor)), in Q_GLOBAL_STATIC()
970 QObject::connect(&m_line, SIGNAL(widthChanged(qreal)), in Q_GLOBAL_STATIC()
1211 return &m_line; in line()