![]() |
OR-Tools
9.3
|
Functions | |
| template<typename T > | |
| void | Truncate (RepeatedPtrField< T > *array, int new_size) |
| template<typename T > | |
| void | Truncate (RepeatedField< T > *array, int new_size) |
| template<typename RepeatedType , typename IndexContainer = std::vector<int>> | |
| int | RemoveAt (RepeatedType *array, const IndexContainer &indices) |
| template<typename T > | |
| T | ParseTextOrDie (const std::string &input) |
| T google::protobuf::util::ParseTextOrDie | ( | const std::string & | input | ) |
Definition at line 77 of file protobuf_util.h.
| int google::protobuf::util::RemoveAt | ( | RepeatedType * | array, |
| const IndexContainer & | indices | ||
| ) |
Definition at line 50 of file protobuf_util.h.
|
inline |
Definition at line 36 of file protobuf_util.h.
|
inline |
Definition at line 28 of file protobuf_util.h.