Home
last modified time | relevance | path

Searched refs:myFunctions (Results 1 – 14 of 14) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/src/TFunction/
H A DTFunction_Scope.cxx80 if (myFunctions.IsBound2(L)) in AddFunction()
96 if (!myFunctions.IsBound2(L)) in RemoveFunction()
101 return myFunctions.UnBind2(L); in RemoveFunction()
111 if (!myFunctions.IsBound1(ID)) in RemoveFunction()
126 if (myFunctions.IsEmpty()) in RemoveAllFunctions()
131 myFunctions.Clear(); in RemoveAllFunctions()
161 return myFunctions.Find2(L); in GetFunction()
171 return myFunctions.Find1(ID); in GetFunction()
196 myFunctions = S->myFunctions; // copying... in Restore()
239 return myFunctions; in GetFunctions()
[all …]
H A DTFunction_Scope.hxx122 TFunction_DoubleMapOfIntegerLabel myFunctions; member in TFunction_Scope
/dports/cad/opencascade/opencascade-7.6.0/src/ExprIntrp/
H A DExprIntrp_Generator.cxx36 myFunctions.Append(func); in Use()
46 return myFunctions; in GetFunctions()
56 for (Standard_Integer i=1; i<= myFunctions.Length(); i++) { in Handle()
57 if (name == myFunctions(i)->GetName()) { in Handle()
58 return myFunctions(i); in Handle()
H A DExprIntrp_Analysis.cxx125 myFunctions.Clear(); in ResetAll()
133 myFunctions = myMaster->GetFunctions(); in SetMaster()
139 myFunctions.Append(func); in Use()
162 for (Standard_Integer i=1; i<= myFunctions.Length();i++) { in Handle()
163 if (name == myFunctions(i)->GetName()) { in Handle()
164 return myFunctions(i); in Handle()
H A DExprIntrp_Generator.hxx75 ExprIntrp_SequenceOfNamedFunction myFunctions; member in ExprIntrp_Generator
H A DExprIntrp_Analysis.hxx106 ExprIntrp_SequenceOfNamedFunction myFunctions; member in ExprIntrp_Analysis
/dports/emulators/stella/stella-6.6/src/debugger/
H A DDebugger.cxx797 myFunctions.emplace(name, unique_ptr<Expression>(exp)); in addFunction()
813 const auto& iter = myFunctions.find(name); in delFunction()
814 if(iter == myFunctions.end()) in delFunction()
821 myFunctions.erase(name); in delFunction()
834 const auto& iter = myFunctions.find(name); in getFunction()
835 return iter != myFunctions.end() ? *(iter->second.get()) : EmptyExpression; in getFunction()
903 for(const auto& iter : myFunctions) in getCompletions()
H A DDebugger.hxx354 FunctionMap myFunctions; member in Debugger
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DExprIntrp_Generator.hxx75 ExprIntrp_SequenceOfNamedFunction myFunctions; member in ExprIntrp_Generator
H A DExprIntrp_Analysis.hxx106 ExprIntrp_SequenceOfNamedFunction myFunctions; member in ExprIntrp_Analysis
H A DTFunction_Scope.hxx122 TFunction_DoubleMapOfIntegerLabel myFunctions; member in TFunction_Scope
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DExprIntrp_Generator.hxx75 ExprIntrp_SequenceOfNamedFunction myFunctions; member in ExprIntrp_Generator
H A DExprIntrp_Analysis.hxx106 ExprIntrp_SequenceOfNamedFunction myFunctions; member in ExprIntrp_Analysis
H A DTFunction_Scope.hxx122 TFunction_DoubleMapOfIntegerLabel myFunctions; member in TFunction_Scope