Home
last modified time | relevance | path

Searched refs:SetTimestamps (Results 1 – 25 of 100) sorted by relevance

1234

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-autoscaling/include/aws/autoscaling/model/
H A DCapacityForecast.h59 …inline void SetTimestamps(const Aws::Vector<Aws::Utils::DateTime>& value) { m_timestampsHasBeenSet… in SetTimestamps() function
64 …inline void SetTimestamps(Aws::Vector<Aws::Utils::DateTime>&& value) { m_timestampsHasBeenSet = tr… in SetTimestamps() function
69 …ast& WithTimestamps(const Aws::Vector<Aws::Utils::DateTime>& value) { SetTimestamps(value); return… in WithTimestamps()
74 …Forecast& WithTimestamps(Aws::Vector<Aws::Utils::DateTime>&& value) { SetTimestamps(std::move(valu… in WithTimestamps()
H A DLoadForecast.h60 …inline void SetTimestamps(const Aws::Vector<Aws::Utils::DateTime>& value) { m_timestampsHasBeenSet… in SetTimestamps() function
65 …inline void SetTimestamps(Aws::Vector<Aws::Utils::DateTime>&& value) { m_timestampsHasBeenSet = tr… in SetTimestamps() function
70 …ast& WithTimestamps(const Aws::Vector<Aws::Utils::DateTime>& value) { SetTimestamps(value); return… in WithTimestamps()
75 …inline LoadForecast& WithTimestamps(Aws::Vector<Aws::Utils::DateTime>&& value) { SetTimestamps(std… in WithTimestamps()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-compute-optimizer/include/aws/compute-optimizer/model/
H A DProjectedMetric.h189 …inline void SetTimestamps(const Aws::Vector<Aws::Utils::DateTime>& value) { m_timestampsHasBeenSet… in SetTimestamps() function
194 …inline void SetTimestamps(Aws::Vector<Aws::Utils::DateTime>&& value) { m_timestampsHasBeenSet = tr… in SetTimestamps() function
199 …ric& WithTimestamps(const Aws::Vector<Aws::Utils::DateTime>& value) { SetTimestamps(value); return… in WithTimestamps()
204 …edMetric& WithTimestamps(Aws::Vector<Aws::Utils::DateTime>&& value) { SetTimestamps(std::move(valu… in WithTimestamps()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-iotsitewise/include/aws/iotsitewise/model/
H A DBatchPutAssetPropertyError.h129 …inline void SetTimestamps(const Aws::Vector<TimeInNanos>& value) { m_timestampsHasBeenSet = true; … in SetTimestamps() function
134 …inline void SetTimestamps(Aws::Vector<TimeInNanos>&& value) { m_timestampsHasBeenSet = true; m_tim… in SetTimestamps() function
139 …ropertyError& WithTimestamps(const Aws::Vector<TimeInNanos>& value) { SetTimestamps(value); return… in WithTimestamps()
144 …ssetPropertyError& WithTimestamps(Aws::Vector<TimeInNanos>&& value) { SetTimestamps(std::move(valu… in WithTimestamps()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-monitoring/include/aws/monitoring/model/
H A DMetricDataResult.h150 …inline void SetTimestamps(const Aws::Vector<Aws::Utils::DateTime>& value) { m_timestampsHasBeenSet… in SetTimestamps() function
157 …inline void SetTimestamps(Aws::Vector<Aws::Utils::DateTime>&& value) { m_timestampsHasBeenSet = tr… in SetTimestamps() function
164 …ult& WithTimestamps(const Aws::Vector<Aws::Utils::DateTime>& value) { SetTimestamps(value); return… in WithTimestamps()
171 …taResult& WithTimestamps(Aws::Vector<Aws::Utils::DateTime>&& value) { SetTimestamps(std::move(valu… in WithTimestamps()
/dports/archivers/draco/draco-1.4.3/src/draco/javascript/emscripten/
H A Danimation_encoder_webidl_wrapper.cc31 bool AnimationBuilder::SetTimestamps(draco::KeyframeAnimation *animation, in SetTimestamps() function in AnimationBuilder
38 return animation->SetTimestamps(timestamps_arr); in SetTimestamps()
H A Danimation_encoder_webidl_wrapper.h42 bool SetTimestamps(draco::KeyframeAnimation *animation, long num_frames,
H A Ddraco_animation_web_encoder.idl19 boolean SetTimestamps(KeyframeAnimation animation, long num_frames,
/dports/multimedia/assimp/assimp-5.1.3/contrib/draco/src/draco/javascript/emscripten/
H A Danimation_encoder_webidl_wrapper.cc31 bool AnimationBuilder::SetTimestamps(draco::KeyframeAnimation *animation, in SetTimestamps() function in AnimationBuilder
38 return animation->SetTimestamps(timestamps_arr); in SetTimestamps()
H A Danimation_encoder_webidl_wrapper.h42 bool SetTimestamps(draco::KeyframeAnimation *animation, long num_frames,
H A Ddraco_animation_web_encoder.idl19 boolean SetTimestamps(KeyframeAnimation animation, long num_frames,
/dports/archivers/draco/draco-1.4.3/src/draco/animation/
H A Dkeyframe_animation.cc21 bool KeyframeAnimation::SetTimestamps( in SetTimestamps() function in draco::KeyframeAnimation
H A Dkeyframe_animation.h39 bool SetTimestamps(const std::vector<TimestampType> &timestamp);
H A Dkeyframe_animation_test.cc30 return keyframe_animation_.SetTimestamps(timestamps_); in CreateAndAddTimestamps()
H A Dkeyframe_animation_encoding_test.cc32 return keyframe_animation_.SetTimestamps(timestamps_); in CreateAndAddTimestamps()
/dports/multimedia/assimp/assimp-5.1.3/contrib/draco/src/draco/animation/
H A Dkeyframe_animation.cc21 bool KeyframeAnimation::SetTimestamps( in SetTimestamps() function in draco::KeyframeAnimation
H A Dkeyframe_animation.h39 bool SetTimestamps(const std::vector<TimestampType> &timestamp);
H A Dkeyframe_animation_test.cc29 return keyframe_animation_.SetTimestamps(timestamps_); in CreateAndAddTimestamps()
H A Dkeyframe_animation_encoding_test.cc31 return keyframe_animation_.SetTimestamps(timestamps_); in CreateAndAddTimestamps()
/dports/graphics/blender/blender-2.91.0/extern/draco/dracoenc/src/draco/animation/
H A Dkeyframe_animation.cc21 bool KeyframeAnimation::SetTimestamps( in SetTimestamps() function in draco::KeyframeAnimation
H A Dkeyframe_animation.h39 bool SetTimestamps(const std::vector<TimestampType> &timestamp);
H A Dkeyframe_animation_test.cc29 return keyframe_animation_.SetTimestamps(timestamps_); in CreateAndAddTimestamps()
H A Dkeyframe_animation_encoding_test.cc31 return keyframe_animation_.SetTimestamps(timestamps_); in CreateAndAddTimestamps()
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/aws/aws-sdk-go/service/computeoptimizer/
H A Dapi.go1660 func (s *ProjectedMetric) SetTimestamps(v []*time.Time) *ProjectedMetric { func
/dports/databases/litestream/litestream-0.3.6/vendor/github.com/aws/aws-sdk-go/service/computeoptimizer/
H A Dapi.go1660 func (s *ProjectedMetric) SetTimestamps(v []*time.Time) *ProjectedMetric { func

1234