Searched defs:dec (Results 1 – 2 of 2) sorted by relevance
45 std::string dec = "Hello"; in HWTEST_F_L0() local60 std::string dec = "If you can see this message, it means that PtBase64Decode works well"; in HWTEST_F_L0() local
206 struct dec : public std::unary_function<T, T> { // NOLINT(readability-identifier-naming) struct207 constexpr T operator()(const T &x) const in operator()