Searched refs:MIN_LIMIT (Results 1 – 3 of 3) sorted by relevance
26 enum ExecutorOperation { MIN_LIMIT, QUERY, DELETE, UPDATE, INSERT, MAX_LIMIT }; enumerator49 ExecutorOperation opCode_ = ExecutorOperation::MIN_LIMIT;
119 if (parcel.IsError() || opCode <= MIN_LIMIT || opCode >= MAX_LIMIT) { in DeSerialize()
47 constexpr float MIN_LIMIT = -10000.0f; variable57 constexpr float MIN_SPIN = MIN_LIMIT;59 constexpr float MIN_ANGLE = MIN_LIMIT;