File association_calculator.pb.cc
File List > calculators > util > association_calculator.pb.cc
Go to the documentation of this file
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: mediapipe/calculators/util/association_calculator.proto
#include "mediapipe/calculators/util/association_calculator.pb.h"
#include <algorithm>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/extension_set.h>
#include <google/protobuf/wire_format_lite.h>
#include <google/protobuf/descriptor.h>
#include <google/protobuf/generated_message_reflection.h>
#include <google/protobuf/reflection_ops.h>
#include <google/protobuf/wire_format.h>
// @@protoc_insertion_point(includes)
#include <google/protobuf/port_def.inc>
PROTOBUF_PRAGMA_INIT_SEG
namespace mediapipe {
constexpr AssociationCalculatorOptions::AssociationCalculatorOptions(
::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
: min_similarity_threshold_(1){}
struct AssociationCalculatorOptionsDefaultTypeInternal {
constexpr AssociationCalculatorOptionsDefaultTypeInternal()
: _instance(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized{}) {}
~AssociationCalculatorOptionsDefaultTypeInternal() {}
union {
AssociationCalculatorOptions _instance;
};
};
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT AssociationCalculatorOptionsDefaultTypeInternal _AssociationCalculatorOptions_default_instance_;
} // namespace mediapipe
static ::PROTOBUF_NAMESPACE_ID::Metadata file_level_metadata_mediapipe_2fcalculators_2futil_2fassociation_5fcalculator_2eproto[1];
static constexpr ::PROTOBUF_NAMESPACE_ID::EnumDescriptor const** file_level_enum_descriptors_mediapipe_2fcalculators_2futil_2fassociation_5fcalculator_2eproto = nullptr;
static constexpr ::PROTOBUF_NAMESPACE_ID::ServiceDescriptor const** file_level_service_descriptors_mediapipe_2fcalculators_2futil_2fassociation_5fcalculator_2eproto = nullptr;
const uint32_t TableStruct_mediapipe_2fcalculators_2futil_2fassociation_5fcalculator_2eproto::offsets[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = {
PROTOBUF_FIELD_OFFSET(::mediapipe::AssociationCalculatorOptions, _has_bits_),
PROTOBUF_FIELD_OFFSET(::mediapipe::AssociationCalculatorOptions, _internal_metadata_),
~0u, // no _extensions_
~0u, // no _oneof_case_
~0u, // no _weak_field_map_
~0u, // no _inlined_string_donated_
PROTOBUF_FIELD_OFFSET(::mediapipe::AssociationCalculatorOptions, min_similarity_threshold_),
0,
};
static const ::PROTOBUF_NAMESPACE_ID::internal::MigrationSchema schemas[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = {
{ 0, 7, -1, sizeof(::mediapipe::AssociationCalculatorOptions)},
};
static ::PROTOBUF_NAMESPACE_ID::Message const * const file_default_instances[] = {
reinterpret_cast<const ::PROTOBUF_NAMESPACE_ID::Message*>(&::mediapipe::_AssociationCalculatorOptions_default_instance_),
};
const char descriptor_table_protodef_mediapipe_2fcalculators_2futil_2fassociation_5fcalculator_2eproto[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) =
"\n7mediapipe/calculators/util/association"
"_calculator.proto\022\tmediapipe\032$mediapipe/"
"framework/calculator.proto\"\233\001\n\034Associati"
"onCalculatorOptions\022#\n\030min_similarity_th"
"reshold\030\001 \001(\002:\00112V\n\003ext\022\034.mediapipe.Calc"
"ulatorOptions\030\357\244\230\203\001 \001(\0132\'.mediapipe.Asso"
"ciationCalculatorOptions"
;
static const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable*const descriptor_table_mediapipe_2fcalculators_2futil_2fassociation_5fcalculator_2eproto_deps[1] = {
&::descriptor_table_mediapipe_2fframework_2fcalculator_2eproto,
};
static ::PROTOBUF_NAMESPACE_ID::internal::once_flag descriptor_table_mediapipe_2fcalculators_2futil_2fassociation_5fcalculator_2eproto_once;
const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_mediapipe_2fcalculators_2futil_2fassociation_5fcalculator_2eproto = {
false, false, 264, descriptor_table_protodef_mediapipe_2fcalculators_2futil_2fassociation_5fcalculator_2eproto, "mediapipe/calculators/util/association_calculator.proto",
&descriptor_table_mediapipe_2fcalculators_2futil_2fassociation_5fcalculator_2eproto_once, descriptor_table_mediapipe_2fcalculators_2futil_2fassociation_5fcalculator_2eproto_deps, 1, 1,
schemas, file_default_instances, TableStruct_mediapipe_2fcalculators_2futil_2fassociation_5fcalculator_2eproto::offsets,
file_level_metadata_mediapipe_2fcalculators_2futil_2fassociation_5fcalculator_2eproto, file_level_enum_descriptors_mediapipe_2fcalculators_2futil_2fassociation_5fcalculator_2eproto, file_level_service_descriptors_mediapipe_2fcalculators_2futil_2fassociation_5fcalculator_2eproto,
};
PROTOBUF_ATTRIBUTE_WEAK const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable* descriptor_table_mediapipe_2fcalculators_2futil_2fassociation_5fcalculator_2eproto_getter() {
return &descriptor_table_mediapipe_2fcalculators_2futil_2fassociation_5fcalculator_2eproto;
}
// Force running AddDescriptors() at dynamic initialization time.
PROTOBUF_ATTRIBUTE_INIT_PRIORITY static ::PROTOBUF_NAMESPACE_ID::internal::AddDescriptorsRunner dynamic_init_dummy_mediapipe_2fcalculators_2futil_2fassociation_5fcalculator_2eproto(&descriptor_table_mediapipe_2fcalculators_2futil_2fassociation_5fcalculator_2eproto);
namespace mediapipe {
// ===================================================================
class AssociationCalculatorOptions::_Internal {
public:
using HasBits = decltype(std::declval<AssociationCalculatorOptions>()._has_bits_);
static void set_has_min_similarity_threshold(HasBits* has_bits) {
(*has_bits)[0] |= 1u;
}
};
AssociationCalculatorOptions::AssociationCalculatorOptions(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) {
SharedCtor();
if (!is_message_owned) {
RegisterArenaDtor(arena);
}
// @@protoc_insertion_point(arena_constructor:mediapipe.AssociationCalculatorOptions)
}
AssociationCalculatorOptions::AssociationCalculatorOptions(const AssociationCalculatorOptions& from)
: ::PROTOBUF_NAMESPACE_ID::Message(),
_has_bits_(from._has_bits_) {
_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_);
min_similarity_threshold_ = from.min_similarity_threshold_;
// @@protoc_insertion_point(copy_constructor:mediapipe.AssociationCalculatorOptions)
}
inline void AssociationCalculatorOptions::SharedCtor() {
min_similarity_threshold_ = 1;
}
AssociationCalculatorOptions::~AssociationCalculatorOptions() {
// @@protoc_insertion_point(destructor:mediapipe.AssociationCalculatorOptions)
if (GetArenaForAllocation() != nullptr) return;
SharedDtor();
_internal_metadata_.Delete<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>();
}
inline void AssociationCalculatorOptions::SharedDtor() {
GOOGLE_DCHECK(GetArenaForAllocation() == nullptr);
}
void AssociationCalculatorOptions::ArenaDtor(void* object) {
AssociationCalculatorOptions* _this = reinterpret_cast< AssociationCalculatorOptions* >(object);
(void)_this;
}
void AssociationCalculatorOptions::RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena*) {
}
void AssociationCalculatorOptions::SetCachedSize(int size) const {
_cached_size_.Set(size);
}
void AssociationCalculatorOptions::Clear() {
// @@protoc_insertion_point(message_clear_start:mediapipe.AssociationCalculatorOptions)
uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
min_similarity_threshold_ = 1;
_has_bits_.Clear();
_internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>();
}
const char* AssociationCalculatorOptions::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) {
#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
_Internal::HasBits has_bits{};
while (!ctx->Done(&ptr)) {
uint32_t tag;
ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag);
switch (tag >> 3) {
// optional float min_similarity_threshold = 1 [default = 1];
case 1:
if (PROTOBUF_PREDICT_TRUE(static_cast<uint8_t>(tag) == 13)) {
_Internal::set_has_min_similarity_threshold(&has_bits);
min_similarity_threshold_ = ::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<float>(ptr);
ptr += sizeof(float);
} else
goto handle_unusual;
continue;
default:
goto handle_unusual;
} // switch
handle_unusual:
if ((tag == 0) || ((tag & 7) == 4)) {
CHK_(ptr);
ctx->SetLastTag(tag);
goto message_done;
}
ptr = UnknownFieldParse(
tag,
_internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(),
ptr, ctx);
CHK_(ptr != nullptr);
} // while
message_done:
_has_bits_.Or(has_bits);
return ptr;
failure:
ptr = nullptr;
goto message_done;
#undef CHK_
}
uint8_t* AssociationCalculatorOptions::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const {
// @@protoc_insertion_point(serialize_to_array_start:mediapipe.AssociationCalculatorOptions)
uint32_t cached_has_bits = 0;
(void) cached_has_bits;
cached_has_bits = _has_bits_[0];
// optional float min_similarity_threshold = 1 [default = 1];
if (cached_has_bits & 0x00000001u) {
target = stream->EnsureSpace(target);
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteFloatToArray(1, this->_internal_min_similarity_threshold(), target);
}
if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray(
_internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance), target, stream);
}
// @@protoc_insertion_point(serialize_to_array_end:mediapipe.AssociationCalculatorOptions)
return target;
}
size_t AssociationCalculatorOptions::ByteSizeLong() const {
// @@protoc_insertion_point(message_byte_size_start:mediapipe.AssociationCalculatorOptions)
size_t total_size = 0;
uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
// optional float min_similarity_threshold = 1 [default = 1];
cached_has_bits = _has_bits_[0];
if (cached_has_bits & 0x00000001u) {
total_size += 1 + 4;
}
return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_);
}
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData AssociationCalculatorOptions::_class_data_ = {
::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck,
AssociationCalculatorOptions::MergeImpl
};
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*AssociationCalculatorOptions::GetClassData() const { return &_class_data_; }
void AssociationCalculatorOptions::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to,
const ::PROTOBUF_NAMESPACE_ID::Message& from) {
static_cast<AssociationCalculatorOptions *>(to)->MergeFrom(
static_cast<const AssociationCalculatorOptions &>(from));
}
void AssociationCalculatorOptions::MergeFrom(const AssociationCalculatorOptions& from) {
// @@protoc_insertion_point(class_specific_merge_from_start:mediapipe.AssociationCalculatorOptions)
GOOGLE_DCHECK_NE(&from, this);
uint32_t cached_has_bits = 0;
(void) cached_has_bits;
if (from._internal_has_min_similarity_threshold()) {
_internal_set_min_similarity_threshold(from._internal_min_similarity_threshold());
}
_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_);
}
void AssociationCalculatorOptions::CopyFrom(const AssociationCalculatorOptions& from) {
// @@protoc_insertion_point(class_specific_copy_from_start:mediapipe.AssociationCalculatorOptions)
if (&from == this) return;
Clear();
MergeFrom(from);
}
bool AssociationCalculatorOptions::IsInitialized() const {
return true;
}
void AssociationCalculatorOptions::InternalSwap(AssociationCalculatorOptions* other) {
using std::swap;
_internal_metadata_.InternalSwap(&other->_internal_metadata_);
swap(_has_bits_[0], other->_has_bits_[0]);
swap(min_similarity_threshold_, other->min_similarity_threshold_);
}
::PROTOBUF_NAMESPACE_ID::Metadata AssociationCalculatorOptions::GetMetadata() const {
return ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(
&descriptor_table_mediapipe_2fcalculators_2futil_2fassociation_5fcalculator_2eproto_getter, &descriptor_table_mediapipe_2fcalculators_2futil_2fassociation_5fcalculator_2eproto_once,
file_level_metadata_mediapipe_2fcalculators_2futil_2fassociation_5fcalculator_2eproto[0]);
}
#if !defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912)
const int AssociationCalculatorOptions::kExtFieldNumber;
#endif
PROTOBUF_ATTRIBUTE_INIT_PRIORITY ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ::mediapipe::CalculatorOptions,
::PROTOBUF_NAMESPACE_ID::internal::MessageTypeTraits< ::mediapipe::AssociationCalculatorOptions >, 11, false >
AssociationCalculatorOptions::ext(kExtFieldNumber, ::mediapipe::AssociationCalculatorOptions::default_instance());
// @@protoc_insertion_point(namespace_scope)
} // namespace mediapipe
PROTOBUF_NAMESPACE_OPEN
template<> PROTOBUF_NOINLINE ::mediapipe::AssociationCalculatorOptions* Arena::CreateMaybeMessage< ::mediapipe::AssociationCalculatorOptions >(Arena* arena) {
return Arena::CreateMessageInternal< ::mediapipe::AssociationCalculatorOptions >(arena);
}
PROTOBUF_NAMESPACE_CLOSE
// @@protoc_insertion_point(global_scope)
#include <google/protobuf/port_undef.inc>