Searched refs:value_ (Results 1 – 1 of 1) sorted by relevance
6605 value_ = java.util.Collections.emptyList(); in ProfilingReportMessage()6686 value_ = new java.util.ArrayList<java.lang.Long>(); in ProfilingReportMessage()6689 value_.add(input.readInt64()); in ProfilingReportMessage()6696 value_ = new java.util.ArrayList<java.lang.Long>(); in ProfilingReportMessage()6700 value_.add(input.readInt64()); in ProfilingReportMessage()6735 value_ = java.util.Collections.unmodifiableList(value_); in ProfilingReportMessage()6873 private java.util.List<java.lang.Long> value_; field in VtsReportMessage.ProfilingReportMessage6879 return value_; in getValueList()6885 return value_.size(); in getValueCount()6891 return value_.get(index); in getValue()[all …]