Home
last modified time | relevance | path

Searched refs:a_iCode (Results 1 – 25 of 27) sorted by relevance

12

/dports/math/muparserx/muparserx-4.0.11/parser/
H A DmpIToken.cpp115 IToken::IToken(ECmdCode a_iCode) in IToken() argument
116 :m_eCode(a_iCode) in IToken()
128 IToken::IToken(ECmdCode a_iCode, string_type a_sIdent) in IToken() argument
129 :m_eCode(a_iCode) in IToken()
290 GenericToken::GenericToken(ECmdCode a_iCode, string_type a_sIdent) in GenericToken() argument
291 :IToken(a_iCode, a_sIdent) in GenericToken()
295 GenericToken::GenericToken(ECmdCode a_iCode) in GenericToken() argument
296 :IToken(a_iCode, _T("")) in GenericToken()
H A DmpIToken.h101 explicit IToken(ECmdCode a_iCode);
103 IToken(ECmdCode a_iCode, string_type a_sIdent);
141 GenericToken(ECmdCode a_iCode, string_type a_sIdent);
142 explicit GenericToken(ECmdCode a_iCode);
H A DmpIValue.cpp93 IValue::IValue(ECmdCode a_iCode) in IValue() argument
94 :IToken(a_iCode) in IValue()
96 assert(a_iCode == cmVAL); in IValue()
100 IValue::IValue(ECmdCode a_iCode, const string_type &a_sIdent) in IValue() argument
101 :IToken(a_iCode, a_sIdent) in IValue()
103 assert(a_iCode == cmVAL); in IValue()
H A DmpICallback.cpp48 ICallback::ICallback(ECmdCode a_iCode, in ICallback() argument
51 :IToken(a_iCode, a_szName) in ICallback()
H A DmpIValue.h55 explicit IValue(ECmdCode a_iCode);
56 IValue(ECmdCode a_iCode, const string_type &a_sIdent);
H A DmpICallback.h58 ICallback(ECmdCode a_iCode,
/dports/games/openmortal/openmortal-0.7/src/
H A Dmenu.h76 …Item* AddMenuItem( const char* a_pcUtf8Text, SDLKey a_tShortcut = SDLK_UNKNOWN, int a_iCode = 0 );
78 const char** a_ppcNames, const int* a_piValues, int a_iCode = 0 );
79 …virtual TextMenuItem* AddTextMenuItem( const char* a_pcTitle, const char* a_pcValue, int a_iCode =…
82 virtual MenuItem* GetMenuItem( int a_iCode ) const;
114 MenuItem( Menu* a_poMenu, const char* a_pcUtf8Text, int a_iCode = -1 );
154 EnumMenuItem( Menu* a_poMenu, int a_iInitialValue, const char* a_pcUtf8Text, int a_iCode = -1 );
179 …TextMenuItem( Menu* a_poMenu, const char* a_pcInitialValue, const char* a_pcUtf8Title, int a_iCode
H A Dmenu.cpp428 MenuItem::MenuItem( Menu* a_poMenu, const char* a_pcUtf8Text, int a_iCode ) in MenuItem() argument
432 m_iCode = a_iCode; in MenuItem()
550 : MenuItem( a_poMenu, a_pcUtf8Text, a_iCode ) in EnumMenuItem()
677 : MenuItem( a_poMenu, a_pcUtf8Title, a_iCode ) in TextMenuItem()
740 MenuItem* Menu::AddMenuItem( const char* a_pcUtf8Text, SDLKey a_tShortcut, int a_iCode ) in AddMenuItem() argument
742 MenuItem* poItem = new MenuItem( this, a_pcUtf8Text, a_iCode ); in AddMenuItem()
749 const char** a_ppcNames, const int* a_piValues, int a_iCode ) in AddEnumMenuItem() argument
761 TextMenuItem* poItem = new TextMenuItem( this, a_pcValue, a_pcTitle, a_iCode ); in AddTextMenuItem()
800 MenuItem* Menu::GetMenuItem( int a_iCode ) const in GetMenuItem()
805 if ( *it && (*it)->GetCode() == a_iCode ) in GetMenuItem()
[all …]
H A Dsge_tt_text.h120 void Update( int a_iCode );
121 void NiceUpdate( int a_iCode );
/dports/science/madness/madness-ebb3fd7/src/madness/external/muParser/
H A DmuParserCallback.cpp46 ParserCallback::ParserCallback(fun_type1 a_pFun, bool a_bAllowOpti, int a_iPrec, ECmdCode a_iCode) in ParserCallback() argument
50 ,m_iCode(a_iCode) in ParserCallback()
57 …ParserCallback::ParserCallback( fun_type2 a_pFun, bool a_bAllowOpti, int a_iPrec, ECmdCode a_iCode) in ParserCallback() argument
61 ,m_iCode(a_iCode) in ParserCallback()
H A DmuParserCallback.h55 ParserCallback(fun_type1 a_pFun, bool a_bAllowOpti, int a_iPrec = -1, ECmdCode a_iCode=cmFUNC);
56 ParserCallback(fun_type2 a_pFun, bool a_bAllowOpti, int a_iPrec = -1, ECmdCode a_iCode=cmFUNC);
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/qmuparser/
H A Dqmuparsercallback.cpp37 …rCallback::QmuParserCallback ( fun_type1 a_pFun, bool a_bAllowOpti, int a_iPrec, ECmdCode a_iCode ) in QmuParserCallback() argument
38 : d (new QmuParserCallbackData(a_pFun, a_bAllowOpti, a_iPrec, a_iCode)) in QmuParserCallback()
323 …kData::QmuParserCallbackData ( fun_type1 a_pFun, bool a_bAllowOpti, int a_iPrec, ECmdCode a_iCode ) in QmuParserCallbackData() argument
325 m_iCode ( a_iCode ), m_iType ( tpDBL ), m_bAllowOpti ( a_bAllowOpti ) in QmuParserCallbackData()
H A Dqmuparsercallback_p.h45 …QmuParserCallbackData(fun_type1 a_pFun, bool a_bAllowOpti, int a_iPrec = -1, ECmdCode a_iCode=cmF…
H A Dqmuparsercallback.h57 …QmuParserCallback(fun_type1 a_pFun, bool a_bAllowOpti, int a_iPrec = -1, ECmdCode a_iCode=cmFUNC);
/dports/cad/librecad/LibreCAD-2.2.0-rc2/libraries/muparser/src/
H A DmuParserCallback.cpp47 ParserCallback::ParserCallback(fun_type1 a_pFun, bool a_bAllowOpti, int a_iPrec, ECmdCode a_iCode) in ParserCallback() argument
52 ,m_iCode(a_iCode) in ParserCallback()
/dports/cad/repsnapper/repsnapper-2.5a4/libraries/amf/amftools-code/src/muparser/
H A DmuParserCallback.cpp47 ParserCallback::ParserCallback(fun_type1 a_pFun, bool a_bAllowOpti, int a_iPrec, ECmdCode a_iCode) in ParserCallback() argument
52 ,m_iCode(a_iCode) in ParserCallback()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/muparser_v2_2_4/src/
H A DmuParserCallback.cpp47 ParserCallback::ParserCallback(fun_type1 a_pFun, bool a_bAllowOpti, int a_iPrec, ECmdCode a_iCode) in ParserCallback() argument
52 ,m_iCode(a_iCode) in ParserCallback()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/external/muparser_v225/src/
H A DmuParserCallback.cpp47 ParserCallback::ParserCallback(fun_type1 a_pFun, bool a_bAllowOpti, int a_iPrec, ECmdCode a_iCode) in ParserCallback() argument
52 ,m_iCode(a_iCode) in ParserCallback()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/libraries/muparser/include/
H A DmuParserCallback.h54 ParserCallback(fun_type1 a_pFun, bool a_bAllowOpti, int a_iPrec = -1, ECmdCode a_iCode=cmFUNC);
/dports/cad/repsnapper/repsnapper-2.5a4/libraries/amf/amftools-code/include/muparser/
H A DmuParserCallback.h54 ParserCallback(fun_type1 a_pFun, bool a_bAllowOpti, int a_iPrec = -1, ECmdCode a_iCode=cmFUNC);
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/muparser_v2_2_4/include/
H A DmuParserCallback.h54 ParserCallback(fun_type1 a_pFun, bool a_bAllowOpti, int a_iPrec = -1, ECmdCode a_iCode=cmFUNC);
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/external/muparser_v225/include/
H A DmuParserCallback.h54 ParserCallback(fun_type1 a_pFun, bool a_bAllowOpti, int a_iPrec = -1, ECmdCode a_iCode=cmFUNC);
/dports/cad/librepcb/librepcb-0.1.6/libs/muparser/include/
H A DmuParserCallback.h56 ParserCallback(fun_type1 a_pFun, bool a_bAllowOpti, int a_iPrec = -1, ECmdCode a_iCode = cmFUNC);
/dports/math/muparser/muparser-2.3.2/include/
H A DmuParserCallback.h56 ParserCallback(fun_type1 a_pFun, bool a_bAllowOpti, int a_iPrec = -1, ECmdCode a_iCode = cmFUNC);
/dports/cad/librepcb/librepcb-0.1.6/libs/muparser/src/
H A DmuParserCallback.cpp54 ParserCallback::ParserCallback(fun_type1 a_pFun, bool a_bAllowOpti, int a_iPrec, ECmdCode a_iCode) in ParserCallback() argument
59 , m_iCode(a_iCode) in ParserCallback()

12