Searched refs:pObdSubEntry_p (Results 1 – 1 of 1) sorted by relevance
189 static tEplKernel EplObdIsNumericalIntern(tEplObdSubEntryPtr pObdSubEntry_p,3164 static tEplKernel EplObdIsNumericalIntern(tEplObdSubEntryPtr pObdSubEntry_p, in EplObdIsNumericalIntern() argument3170 if ((pObdSubEntry_p->m_Type == kEplObdTypVString) in EplObdIsNumericalIntern()3171 || (pObdSubEntry_p->m_Type == kEplObdTypOString) in EplObdIsNumericalIntern()3172 || (pObdSubEntry_p->m_Type == kEplObdTypDomain)) { // not numerical types in EplObdIsNumericalIntern()