Internal change

PiperOrigin-RevId: 525495248
This commit is contained in:
MediaPipe Team
2023-04-19 11:01:13 -07:00
committed by Copybara-Service
parent eb62479190
commit b2586e7e3b
6 changed files with 0 additions and 18 deletions
-2
View File
@@ -19,8 +19,6 @@ namespace mediapipe {
namespace api2 {
namespace test {
using testing::ElementsAre;
// Returns the packet values for a vector of Packets.
template <typename T>
std::vector<T> PacketValues(const std::vector<mediapipe::Packet>& packets) {
@@ -27,10 +27,6 @@ namespace options_field_util {
using ::mediapipe::proto_ns::internal::WireFormatLite;
using FieldType = WireFormatLite::FieldType;
using ::mediapipe::proto_ns::io::ArrayInputStream;
using ::mediapipe::proto_ns::io::CodedInputStream;
using ::mediapipe::proto_ns::io::CodedOutputStream;
using ::mediapipe::proto_ns::io::StringOutputStream;
// Utility functions for OptionsFieldUtil.
namespace {