* In a string of tokens separated by vertical bars '|', look them up in the * Lookup Table psTable and return their logical OR of their subsequent * integer values. * * @param psTable_ The lookup table to search in. * @param pszToken String of tokens separated by '|' whose values are to be * ORed together. * @return The ORed value of the token values. If no tokens were found, it * will r
source not stored for this graph (policy: none)
no test coverage detected