Searched refs:values_ (Results 1 - 25 of 46) sorted by relevance

12

/external/parameter-framework/asio/include/asio/ip/
H A Dbasic_resolver_iterator.hpp82 iter.values_.reset(new values_type);
94 iter.values_->push_back(
110 iter.values_.reset(new values_type);
111 iter.values_->push_back(
126 iter.values_.reset(new values_type);
129 iter.values_->push_back(
182 if (++index_ == values_->size())
185 values_.reset();
192 if (!values_ && !other.values_)
205 asio::detail::shared_ptr<values_type> values_; member in class:asio::ip::basic_resolver_iterator
[all...]
/external/parameter-framework/asio-1.10.6/include/asio/ip/
H A Dbasic_resolver_iterator.hpp82 iter.values_.reset(new values_type);
94 iter.values_->push_back(
110 iter.values_.reset(new values_type);
111 iter.values_->push_back(
126 iter.values_.reset(new values_type);
129 iter.values_->push_back(
182 if (++index_ == values_->size())
185 values_.reset();
192 if (!values_ && !other.values_)
205 asio::detail::shared_ptr<values_type> values_; member in class:asio::ip::basic_resolver_iterator
[all...]
/external/parameter-framework/asio/include/asio/detail/
H A Dhash_map.hpp71 return values_.begin();
77 return values_.begin();
83 return values_.end();
89 return values_.end();
95 return values_.empty();
105 if (it == values_.end())
106 return values_.end();
116 return values_.end();
126 if (it == values_.end())
137 return values_
294 std::list<value_type> values_; member in class:asio::detail::hash_map
[all...]
/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dhash_map.hpp71 return values_.begin();
77 return values_.begin();
83 return values_.end();
89 return values_.end();
95 return values_.empty();
105 if (it == values_.end())
106 return values_.end();
116 return values_.end();
126 if (it == values_.end())
137 return values_
294 std::list<value_type> values_; member in class:asio::detail::hash_map
[all...]
/external/v8/src/
H A Didentity-map.cc23 values_ = nullptr;
31 return index >= 0 ? &values_[index] : nullptr;
38 return &values_[index];
99 values_ = zone_->NewArray<void*>(size_);
100 memset(values_, 0, sizeof(void*) * size_);
149 reinsert.push_back(std::pair<Object*, void*>(keys_[i], values_[i]));
151 values_[i] = nullptr;
160 DCHECK_NE(heap_->not_mapped_symbol(), values_[index]);
161 values_[index] = pair.second;
170 void** old_values = values_;
[all...]
H A Didentity-map.h35 values_(nullptr) {}
59 void** values_; member in class:v8::internal::IdentityMapBase
H A Dapi-arguments.h21 v->VisitPointers(values_, values_ + kArrayLength);
25 inline Object** begin() { return values_; }
28 Object* values_[kArrayLength]; member in class:v8::internal::CustomArgumentsBase
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DStruct.cs518 values_ = other.values_.Clone();
529 private readonly pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Value> values_ = new pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Value>(); field in class:Google.Protobuf.WellKnownTypes.ListValue
534 get { return values_; }
548 if(!values_.Equals(other.values_)) return false;
554 hash ^= values_.GetHashCode();
563 values_.WriteTo(output, _repeated_values_codec);
568 size += values_.CalculateSize(_repeated_values_codec);
576 values_
[all...]
/external/v8/src/ast/
H A Dcontext-slot-cache.cc35 Value result(values_[index]);
59 values_[index] =
87 Value result(values_[index]);
H A Dcontext-slot-cache.h41 values_[i] = kNotFound;
103 uint32_t values_[kLength]; member in class:v8::internal::ContextSlotCache
H A Dast-value-factory.h334 values_(nullptr),
399 value->set_next(values_);
400 values_ = value;
424 AstValue* values_; member in class:v8::internal::AstValueFactory
/external/drm_hwcomposer/
H A Ddrmproperty.cpp47 values_.push_back(p->values[i]);
79 if (values_.size() == 0)
H A Ddrmproperty.h66 std::vector<uint64_t> values_; member in class:android::DrmProperty
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc2662 values_.close_to_positive_zero = Floating::ReinterpretBits(
2664 values_.close_to_negative_zero = -Floating::ReinterpretBits(
2666 values_.further_from_negative_zero = -Floating::ReinterpretBits(
2673 values_.close_to_one = Floating::ReinterpretBits(one_bits + max_ulps);
2674 values_.further_from_one = Floating::ReinterpretBits(
2678 values_.infinity = Floating::Infinity();
2681 const Bits infinity_bits = Floating(values_.infinity).bits();
2684 values_.close_to_infinity = Floating::ReinterpretBits(
2686 values_.further_from_infinity = Floating::ReinterpretBits(
2692 values_
2702 static TestValues values_; member in class:__anon16177::FloatingPointTest
2707 FloatingPointTest<RawType>::values_; member in class:__anon16177::FloatingPointTest
[all...]
/external/webrtc/talk/app/webrtc/
H A Dstatstypes.cc674 values_[name] = ValuePtr(new Value(name, value));
681 values_[name] = ValuePtr(new Value(name, value));
687 values_[name] = ValuePtr(new Value(name, value, Value::kInt64));
693 values_[name] = ValuePtr(new Value(name, value, Value::kInt));
699 values_[name] = ValuePtr(new Value(name, value));
705 values_[name] = ValuePtr(new Value(name, value));
712 values_[name] = ValuePtr(new Value(name, value));
716 Values::const_iterator it = values_.find(name);
717 return it == values_.end() ? nullptr : it->second.get();
H A Dstatstypes.h352 bool empty() const { return values_.empty(); }
353 const Values& values() const { return values_; }
373 Values values_; member in class:webrtc::StatsReport
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest_unittest.cc2836 values_.close_to_positive_zero = Floating::ReinterpretBits(
2838 values_.close_to_negative_zero = -Floating::ReinterpretBits(
2840 values_.further_from_negative_zero = -Floating::ReinterpretBits(
2847 values_.close_to_one = Floating::ReinterpretBits(one_bits + max_ulps);
2848 values_.further_from_one = Floating::ReinterpretBits(
2852 values_.infinity = Floating::Infinity();
2855 const Bits infinity_bits = Floating(values_.infinity).bits();
2858 values_.close_to_infinity = Floating::ReinterpretBits(
2860 values_.further_from_infinity = Floating::ReinterpretBits(
2866 values_
2876 static TestValues values_; member in class:__anon6893::FloatingPointTest
2881 FloatingPointTest<RawType>::values_; member in class:__anon6893::FloatingPointTest
[all...]
/external/googletest/googletest/test/
H A Dgtest_unittest.cc2698 values_.close_to_positive_zero = Floating::ReinterpretBits(
2700 values_.close_to_negative_zero = -Floating::ReinterpretBits(
2702 values_.further_from_negative_zero = -Floating::ReinterpretBits(
2709 values_.close_to_one = Floating::ReinterpretBits(one_bits + max_ulps);
2710 values_.further_from_one = Floating::ReinterpretBits(
2714 values_.infinity = Floating::Infinity();
2717 const Bits infinity_bits = Floating(values_.infinity).bits();
2720 values_.close_to_infinity = Floating::ReinterpretBits(
2722 values_.further_from_infinity = Floating::ReinterpretBits(
2728 values_
2738 static TestValues values_; member in class:__anon7040::FloatingPointTest
2743 FloatingPointTest<RawType>::values_; member in class:__anon7040::FloatingPointTest
[all...]
/external/v8/testing/gtest/test/
H A Dgtest_unittest.cc2698 values_.close_to_positive_zero = Floating::ReinterpretBits(
2700 values_.close_to_negative_zero = -Floating::ReinterpretBits(
2702 values_.further_from_negative_zero = -Floating::ReinterpretBits(
2709 values_.close_to_one = Floating::ReinterpretBits(one_bits + max_ulps);
2710 values_.further_from_one = Floating::ReinterpretBits(
2714 values_.infinity = Floating::Infinity();
2717 const Bits infinity_bits = Floating(values_.infinity).bits();
2720 values_.close_to_infinity = Floating::ReinterpretBits(
2722 values_.further_from_infinity = Floating::ReinterpretBits(
2728 values_
2738 static TestValues values_; member in class:__anon21935::FloatingPointTest
2743 FloatingPointTest<RawType>::values_; member in class:__anon21935::FloatingPointTest
[all...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest_unittest.cc2691 values_.close_to_positive_zero = Floating::ReinterpretBits(
2693 values_.close_to_negative_zero = -Floating::ReinterpretBits(
2695 values_.further_from_negative_zero = -Floating::ReinterpretBits(
2702 values_.close_to_one = Floating::ReinterpretBits(one_bits + max_ulps);
2703 values_.further_from_one = Floating::ReinterpretBits(
2707 values_.infinity = Floating::Infinity();
2710 const Bits infinity_bits = Floating(values_.infinity).bits();
2713 values_.close_to_infinity = Floating::ReinterpretBits(
2715 values_.further_from_infinity = Floating::ReinterpretBits(
2721 values_
2731 static TestValues values_; member in class:__anon24164::FloatingPointTest
2736 FloatingPointTest<RawType>::values_; member in class:__anon24164::FloatingPointTest
[all...]
/external/protobuf/src/google/protobuf/
H A Dstruct.pb.cc95 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ListValue, values_),
1308 values_.Clear();
1420 values_.MergeFrom(from.values_);
1447 values_.UnsafeArenaSwap(&other->values_);
1465 return values_.size();
1468 values_.Clear();
1472 return values_.Get(index);
1476 return values_
[all...]
H A Dstruct.pb.h396 ::google::protobuf::RepeatedPtrField< ::google::protobuf::Value > values_; member in class:google::protobuf::ListValue
714 return values_.size();
717 values_.Clear();
721 return values_.Get(index);
725 return values_.Mutable(index);
729 return values_.Add();
734 return &values_;
739 return values_;
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
H A DUnittestIssues.cs349 values_ = other.values_.Clone();
371 private readonly pbc::RepeatedField<global::UnitTest.Issues.TestProtos.NegativeEnum> values_ = new pbc::RepeatedField<global::UnitTest.Issues.TestProtos.NegativeEnum>(); field in class:UnitTest.Issues.TestProtos.NegativeEnumMessage
373 get { return values_; }
397 if(!values_.Equals(other.values_)) return false;
405 hash ^= values_.GetHashCode();
419 values_.WriteTo(output, _repeated_values_codec);
428 size += values_.CalculateSize(_repeated_values_codec);
440 values_
[all...]
/external/v8/src/compiler/
H A Dstate-values-utils.cc128 : values_(values), count_(count), current_(0) {}
140 return values_[current_];
144 Node** values_; member in class:v8::internal::compiler::StateValuesCache::ValueArrayIterator
/external/libyuv/files/util/
H A Dssim.cc71 } values_; member in struct:__anon12183
252 const __m128i ww0 = _mm_mullo_epi16(w0, (WEIGHT).values_.m_); \
253 const __m128i ww1 = _mm_mullo_epi16(w1, (WEIGHT).values_.m_); \

Completed in 5639 milliseconds

12