Searched refs:twoArray (Results 1 – 1 of 1) sorted by relevance
62 std::vector<uint8_t> twoArray { 'a', 'b' }; variable71 result = Base64Helper::Encode(twoArray);88 std::vector<uint8_t> twoArray { 1, 2 }; variable95 EXPECT_TRUE(Base64Helper::Decode(Base64Helper::Encode(twoArray), result));96 EXPECT_EQ(result, twoArray);