HomeSort by relevance Sort by last modified time
    Searched refs:values_ (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/parameter-framework/asio-1.10.6/include/asio/ip/
basic_resolver_iterator.hpp 82 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/detail/
hash_map.hpp 71 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_.end()
294 std::list<value_type> values_; member in class:asio::detail::hash_map
    [all...]
  /system/update_engine/common/
fake_prefs.cc 92 return values_.find(key) != values_.end();
96 if (values_.find(key) == values_.end())
98 values_.erase(key);
121 auto it = values_.find(key);
122 EXPECT_TRUE(it == values_.end() || it->second.type == type)
130 values_[key].type = PrefConsts<T>::type;
131 values_[key].value.*(PrefConsts<T>::member) = value;
143 auto it = values_.find(key)
    [all...]
prefs.cc 171 auto it = values_.find(key);
172 if (it == values_.end())
180 values_[key] = value;
185 return values_.find(key) != values_.end();
189 auto it = values_.find(key);
190 if (it == values_.end())
192 values_.erase(it);
fake_prefs.h 103 std::map<std::string, PrefTypeValue> values_; member in class:chromeos_update_engine::FakePrefs
  /external/v8/src/
identity-map.cc 23 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...]
identity-map.h 35 values_(nullptr) {}
59 void** values_; member in class:v8::internal::IdentityMapBase
api-arguments.h 21 v->VisitPointers(values_, values_ + kArrayLength);
25 inline Object** begin() { return values_; }
28 Object* values_[kArrayLength]; member in class:v8::internal::CustomArgumentsBase
  /external/v8/src/ast/
context-slot-cache.cc 35 Value result(values_[index]);
59 values_[index] =
87 Value result(values_[index]);
context-slot-cache.h 41 values_[i] = kNotFound;
103 uint32_t values_[kLength]; member in class:v8::internal::ContextSlotCache
  /art/runtime/
bytecode_utils.h 67 values_ = reinterpret_cast<const int32_t*>(&table[2]);
86 return values_[index];
92 (reinterpret_cast<const int16_t*>(values_ + index) -
124 const int32_t* values_; member in class:art::DexSwitchTable
  /external/drm_hwcomposer/
drmproperty.h 66 std::vector<uint64_t> values_; member in class:android::DrmProperty
drmproperty.cpp 47 values_.push_back(p->values[i]);
79 if (values_.size() == 0)
  /external/protobuf/gtest/test/
gtest_unittest.cc 2702 static TestValues values_; member in class:__anon28793::FloatingPointTest
2707 FloatingPointTest<RawType>::values_; member in class:__anon28793::FloatingPointTest
    [all...]
  /external/webrtc/talk/app/webrtc/
statstypes.cc 674 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();
statstypes.h 352 bool empty() const { return values_.empty(); }
353 const Values& values() const { return values_; }
373 Values values_; member in class:webrtc::StatsReport
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Struct.cs 518 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_.Add(other.values_)
    [all...]
  /external/protobuf/src/google/protobuf/
struct.pb.h 396 ::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_;
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
struct.pb.h 396 ::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/google-breakpad/src/testing/gtest/test/
gtest_unittest.cc 2876 static TestValues values_; member in class:__anon19527::FloatingPointTest
2881 FloatingPointTest<RawType>::values_; member in class:__anon19527::FloatingPointTest
    [all...]
  /external/googletest/googletest/test/
gtest_unittest.cc 2738 static TestValues values_; member in class:__anon19674::FloatingPointTest
2743 FloatingPointTest<RawType>::values_; member in class:__anon19674::FloatingPointTest
    [all...]
  /external/v8/testing/gtest/test/
gtest_unittest.cc 2738 static TestValues values_; member in class:__anon34540::FloatingPointTest
2743 FloatingPointTest<RawType>::values_; member in class:__anon34540::FloatingPointTest
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_unittest.cc 2731 static TestValues values_; member in class:__anon36732::FloatingPointTest
2736 FloatingPointTest<RawType>::values_; member in class:__anon36732::FloatingPointTest
    [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/test/
gtest_unittest.cc 2740 static TestValues values_; member in class:__anon104517::FloatingPointTest
2745 FloatingPointTest<RawType>::values_; member in class:__anon104517::FloatingPointTest
    [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/test/
gtest_unittest.cc 2740 static TestValues values_; member in class:__anon104881::FloatingPointTest
2745 FloatingPointTest<RawType>::values_; member in class:__anon104881::FloatingPointTest
    [all...]

Completed in 933 milliseconds

1 2 3