|
| 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 |
|
void | CopyFrom (const ::google::protobuf::Message &from) |
|
void | MergeFrom (const ::google::protobuf::Message &from) |
|
void | CopyFrom (const ArithmeticModel &from) |
|
void | MergeFrom (const ArithmeticModel &from) |
|
void | Clear () |
|
bool | IsInitialized () const |
|
int | ByteSize () const |
|
bool | MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) |
|
void | SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const |
|
::google::protobuf::uint8 * | SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const |
|
int | GetCachedSize () const |
|
::google::protobuf::Metadata | GetMetadata () const |
|
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) |
|
inline::std::string * | mutable_name () |
|
inline::std::string * | release_name () |
|
void | set_allocated_name (::std::string *name) |
|
int | frequency_size () const |
|
void | clear_frequency () |
|
inline::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 |
|
inline::google::protobuf::RepeatedField< ::google::protobuf::uint32 > * | mutable_frequency () |
|
bool | has_eof_frequency () const |
|
void | clear_eof_frequency () |
|
inline::google::protobuf::uint32 | eof_frequency () const |
|
void | set_eof_frequency (::google::protobuf::uint32 value) |
|
bool | has_out_of_range_frequency () const |
|
void | clear_out_of_range_frequency () |
|
inline::google::protobuf::uint32 | out_of_range_frequency () const |
|
void | set_out_of_range_frequency (::google::protobuf::uint32 value) |
|
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 |
|
inline::google::protobuf::RepeatedField< double > * | mutable_value_bound () |
|
bool | has_is_adaptive () const |
|
void | clear_is_adaptive () |
|
bool | is_adaptive () const |
|
void | set_is_adaptive (bool value) |
|
Definition at line 160 of file dccl.pb.h.