|
| ArithmeticModel (const ArithmeticModel &from) |
|
ArithmeticModel & | operator= (const ArithmeticModel &from) |
|
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
|
inline ::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
|
void | Swap (ArithmeticModel *other) |
|
ArithmeticModel * | New () const final |
|
ArithmeticModel * | New (::google::protobuf::Arena *arena) const final |
|
void | CopyFrom (const ::google::protobuf::Message &from) final |
|
void | MergeFrom (const ::google::protobuf::Message &from) final |
|
void | CopyFrom (const ArithmeticModel &from) |
|
void | MergeFrom (const ArithmeticModel &from) |
|
void | Clear () final |
|
bool | IsInitialized () const final |
|
size_t | ByteSizeLong () const final |
|
bool | MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) final |
|
void | SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const final |
|
::google::protobuf::uint8 * | InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *target) const final |
|
int | GetCachedSize () const final |
|
::google::protobuf::Metadata | GetMetadata () const final |
|
int | frequency_size () const |
|
void | clear_frequency () |
|
::google::protobuf::uint32 | frequency (int index) const |
|
void | set_frequency (int index, ::google::protobuf::uint32 value) |
|
void | add_frequency (::google::protobuf::uint32 value) |
|
const ::google::protobuf::RepeatedField< ::google::protobuf::uint32 > & | frequency () const |
|
::google::protobuf::RepeatedField< ::google::protobuf::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 ::google::protobuf::RepeatedField< double > & | value_bound () const |
|
::google::protobuf::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 (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 () |
|
::google::protobuf::uint32 | out_of_range_frequency () const |
|
void | set_out_of_range_frequency (::google::protobuf::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 () |
|
::google::protobuf::uint32 | eof_frequency () const |
|
void | set_eof_frequency (::google::protobuf::uint32 value) |
|
Definition at line 73 of file arithmetic.pb.h.