chromium/third_party/mediapipe/src/mediapipe/tasks/cc/metadata/metadata_version_utils.cc

#include "mediapipe/tasks/cc/metadata/metadata_version_utils.h"

#include <string>

#include "absl/strings/str_split.h"

namespace mediapipe {
namespace tasks {
namespace metadata {
namespace {

static int32_t GetValueOrZero(const std::vector<std::string> &list,
                              const int index) {}

}  // namespace

int CompareVersions(absl::string_view version_a, absl::string_view version_b) {}

}  // namespace metadata
}  // namespace tasks
}  // namespace mediapipe