Home
last modified time | relevance | path

Searched refs:TERMINAL_LIST_ELEMENT (Results 1 – 6 of 6) sorted by relevance

/dports/math/qposases/qpOASES-3.2.1/src/
H A DMessageHandling.cpp223 { TERMINAL_LIST_ELEMENT, "", VS_HIDDEN }
439 while ( returnValueList[keypos].key != TERMINAL_LIST_ELEMENT ) in listAllMessages()
492 while ( returnValueList[keypos].key != TERMINAL_LIST_ELEMENT ) in throwMessage()
500 if ( returnValueList[keypos].key == TERMINAL_LIST_ELEMENT ) in throwMessage()
578 while ( returnValueList[keypos].key != TERMINAL_LIST_ELEMENT ) in getErrorCodeMessage()
586 if ( returnValueList[keypos].key == TERMINAL_LIST_ELEMENT ) in getErrorCodeMessage()
/dports/math/casadi/casadi-3.5.5/external_packages/qpOASES/src/
H A DMessageHandling.cpp223 { TERMINAL_LIST_ELEMENT, "", VS_HIDDEN }
439 while ( returnValueList[keypos].key != TERMINAL_LIST_ELEMENT ) in listAllMessages()
492 while ( returnValueList[keypos].key != TERMINAL_LIST_ELEMENT ) in throwMessage()
500 if ( returnValueList[keypos].key == TERMINAL_LIST_ELEMENT ) in throwMessage()
578 while ( returnValueList[keypos].key != TERMINAL_LIST_ELEMENT ) in getErrorCodeMessage()
586 if ( returnValueList[keypos].key == TERMINAL_LIST_ELEMENT ) in getErrorCodeMessage()
/dports/math/qposases/qpOASES-3.2.1/include/qpOASES/
H A DMessageHandling.hpp66 TERMINAL_LIST_ELEMENT = -1, /**< Terminal list element, internal usage only! */
/dports/math/casadi/casadi-3.5.5/external_packages/qpOASES/include/qpOASES/
H A DMessageHandling.hpp66 TERMINAL_LIST_ELEMENT = -1, /**< Terminal list element, internal usage only! */ enumerator
/dports/math/qposases/qpOASES-3.2.1/interfaces/python/
H A Dqpoases.pxd93 TERMINAL_LIST_ELEMENT = -1 variable
H A Dqpoases.pyx77 TERMINAL_LIST_ELEMENT = -1 variable in PyReturnValue