Home
last modified time | relevance | path

Searched refs:aggregate_value_ (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dcounters.h377 aggregate_value_(0.0), in AggregatedMemoryHistogram()
402 double aggregate_value_; variable
412 aggregate_value_ = current_value; in AddSample()
449 aggregate_value_ = current_value; in AddSample()
452 aggregate_value_ = last_value_; in AddSample()
456 aggregate_value_ = current_ms > start_ms_ + kEpsilon in AddSample()
458 : aggregate_value_; in AddSample()
474 return aggregate_value_ * ((last_ms_ - start_ms_) / interval_ms) + in Aggregate()
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h2670 ::std::string* aggregate_value_;
6443 if (aggregate_value_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) { in clear_aggregate_value()
6444 aggregate_value_->clear(); in clear_aggregate_value()
6450 return *aggregate_value_; in aggregate_value()
6454 if (aggregate_value_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) { in set_aggregate_value()
6455 aggregate_value_ = new ::std::string; in set_aggregate_value()
6457 aggregate_value_->assign(value); in set_aggregate_value()
6462 if (aggregate_value_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) { in set_aggregate_value()
6463 aggregate_value_ = new ::std::string; in set_aggregate_value()
6465 aggregate_value_->assign(value); in set_aggregate_value()
[all …]
Ddescriptor.pb.cc429 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(UninterpretedOption, aggregate_value_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
8036aggregate_value_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlread… in SharedCtor()
8052 if (aggregate_value_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) { in SharedDtor()
8053 delete aggregate_value_; in SharedDtor()
8104 if (aggregate_value_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) { in Clear()
8105 aggregate_value_->clear(); in Clear()
8503 std::swap(aggregate_value_, other->aggregate_value_); in Swap()