|
| ArithmeticModel () |
|
| ArithmeticModel (const ArithmeticModel &from) |
|
| ArithmeticModel (ArithmeticModel &&from) noexcept |
|
ArithmeticModel & | operator= (const ArithmeticModel &from) |
|
ArithmeticModel & | operator= (ArithmeticModel &&from) noexcept |
|
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
|
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
|
void | Swap (ArithmeticModel *other) |
|
void | UnsafeArenaSwap (ArithmeticModel *other) |
|
ArithmeticModel * | New () const final |
|
ArithmeticModel * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final |
|
void | CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final |
|
void | MergeFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final |
|
void | CopyFrom (const ArithmeticModel &from) |
|
void | MergeFrom (const ArithmeticModel &from) |
|
PROTOBUF_ATTRIBUTE_REINITIALIZES void | Clear () final |
|
bool | IsInitialized () const final |
|
size_t | ByteSizeLong () const final |
|
const char * | _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final |
|
::PROTOBUF_NAMESPACE_ID::uint8 * | _InternalSerialize (::PROTOBUF_NAMESPACE_ID::uint8 *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final |
|
int | GetCachedSize () const final |
|
::PROTOBUF_NAMESPACE_ID::Metadata | GetMetadata () const final |
|
int | frequency_size () const |
|
void | clear_frequency () |
|
::PROTOBUF_NAMESPACE_ID::uint32 | frequency (int index) const |
|
void | set_frequency (int index, ::PROTOBUF_NAMESPACE_ID::uint32 value) |
|
void | add_frequency (::PROTOBUF_NAMESPACE_ID::uint32 value) |
|
const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::uint32 > & | frequency () const |
|
::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::uint32 > * | mutable_frequency () |
|
int | value_bound_size () const |
|
void | clear_value_bound () |
|
double | value_bound (int index) const |
|
void | set_value_bound (int index, double value) |
|
void | add_value_bound (double value) |
|
const ::PROTOBUF_NAMESPACE_ID::RepeatedField< double > & | value_bound () const |
|
::PROTOBUF_NAMESPACE_ID::RepeatedField< double > * | mutable_value_bound () |
|
bool | has_name () const |
|
void | clear_name () |
|
const std::string & | name () const |
|
void | set_name (const std::string &value) |
|
void | set_name (std::string &&value) |
|
void | set_name (const char *value) |
|
void | set_name (const char *value, size_t size) |
|
std::string * | mutable_name () |
|
std::string * | release_name () |
|
void | set_allocated_name (std::string *name) |
|
bool | has_out_of_range_frequency () const |
|
void | clear_out_of_range_frequency () |
|
::PROTOBUF_NAMESPACE_ID::uint32 | out_of_range_frequency () const |
|
void | set_out_of_range_frequency (::PROTOBUF_NAMESPACE_ID::uint32 value) |
|
bool | has_is_adaptive () const |
|
void | clear_is_adaptive () |
|
bool | is_adaptive () const |
|
void | set_is_adaptive (bool value) |
|
bool | has_eof_frequency () const |
|
void | clear_eof_frequency () |
|
::PROTOBUF_NAMESPACE_ID::uint32 | eof_frequency () const |
|
void | set_eof_frequency (::PROTOBUF_NAMESPACE_ID::uint32 value) |
|
Definition at line 80 of file arithmetic.pb.h.