Searched refs:myvalue (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/SemaCXX/
H A Dmember-pointers-2.cpp7 int myvalue; member in struct:Foo
/external/opencv3/modules/highgui/src/
H A Dwindow_QT.h243 void update(int myvalue);
246 void setLabel(int myvalue);
H A Dwindow_QT.cpp1345 void CvTrackbar::update(int myvalue) argument
1347 setLabel(myvalue);
1349 *dataSlider = myvalue;
1352 callback(myvalue);
1358 callback2(myvalue, userdata);
1364 void CvTrackbar::setLabel(int myvalue) argument
1368 QString str = QString("%1 (%2/%3)").arg(nameNormalized).arg(myvalue,valueMaximum.length(),10,QChar('0')).arg(valueMaximum);

Completed in 154 milliseconds