| 101 | } |
| 102 | |
| 103 | int KeyCompareWithValue(uint64_t val) const { |
| 104 | return static_cast<int>(action() > val) - static_cast<int>(action() < val); |
| 105 | } |
| 106 | |
| 107 | const flatbuffers::Vector <flatbuffers::Offset<fastbotx::ActivityTimes>> *targets() const { |
| 108 | return GetPointer<const flatbuffers::Vector<flatbuffers::Offset<fastbotx::ActivityTimes>> *>( |