Home
last modified time | relevance | path

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

12

/third_party/backends/backend/genesys/
H A Dvalue_filter.h42 values_{values}
49 auto it = std::find(values_.begin(), values_.end(), value); in matches()
50 return it != values_.end(); in matches()
55 return matches_any_ == other.matches_any_ && values_ == other.values_; in operator ==()
59 const std::vector<T>& values() const { return values_; } in values()
63 std::vector<T> values_; member in genesys::ValueFilterAny
85 serialize(str, x.values_); in serialize()
95 values_{value in ValueFilter()
112 std::vector<T> values_; global() member in genesys::ValueFilter
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dccp_pass.cpp37 // value, its entry in the |values_| table maps to kVaryingSSAId.
47 values_[instr->result_id()] = kVaryingSSAId; in MarkInstructionVarying()
63 auto it = values_.find(phi_arg_id); in VisitPhi()
64 if (it != values_.end()) { in VisitPhi()
101 values_[phi->result_id()] = meet_val_id; in VisitPhi()
117 auto val1_it = values_.find(instr->result_id()); in ComputeLatticeMeet()
118 if (val1_it == values_.end()) { in ComputeLatticeMeet()
141 auto it = values_.find(rhs_id); in VisitAssignment()
142 if (it != values_.end()) { in VisitAssignment()
147 values_[inst in VisitAssignment()
[all...]
/third_party/spirv-tools/source/opt/
H A Dccp_pass.cpp34 // value, its entry in the |values_| table maps to kVaryingSSAId.
43 values_[instr->result_id()] = kVaryingSSAId; in MarkInstructionVarying()
59 auto it = values_.find(phi_arg_id); in VisitPhi()
60 if (it != values_.end()) { in VisitPhi()
97 values_[phi->result_id()] = meet_val_id; in VisitPhi()
113 auto val1_it = values_.find(instr->result_id()); in ComputeLatticeMeet()
114 if (val1_it == values_.end()) { in ComputeLatticeMeet()
137 auto it = values_.find(rhs_id); in VisitAssignment()
138 if (it != values_.end()) { in VisitAssignment()
143 values_[inst in VisitAssignment()
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dccp_pass.cpp37 // value, its entry in the |values_| table maps to kVaryingSSAId.
47 values_[instr->result_id()] = kVaryingSSAId; in MarkInstructionVarying()
63 auto it = values_.find(phi_arg_id); in VisitPhi()
64 if (it != values_.end()) { in VisitPhi()
101 values_[phi->result_id()] = meet_val_id; in VisitPhi()
113 auto it = values_.find(rhs_id); in VisitAssignment()
114 if (it != values_.end()) { in VisitAssignment()
118 values_[instr->result_id()] = it->second; in VisitAssignment()
132 auto it = values_.find(id); in VisitAssignment()
133 if (it == values_ in VisitAssignment()
[all...]
/third_party/node/deps/v8/src/utils/
H A Didentity-map.cc30 DeletePointerArray(values_, capacity_); in Clear()
33 values_ = nullptr; in Clear()
94 if (deleted_value != nullptr) *deleted_value = values_[index]; in DeleteIndex()
98 values_[index] = 0; in DeleteIndex()
124 DCHECK_EQ(values_[index], 0); in DeleteIndex()
126 std::swap(values_[index], values_[next_index]); in DeleteIndex()
176 return {&values_[lookup_result.first], lookup_result.second}; in FindOrInsertEntry()
188 return index >= 0 ? &values_[index] : nullptr; in FindEntry()
205 values_ in InsertEntry()
[all...]
/third_party/gn/src/gn/
H A Dscope.cc81 return !values_.empty(); in HasValues()
101 RecordMap::iterator found = values_.find(ident); in GetValueWithScope()
102 if (found != values_.end()) { in GetValueWithScope()
123 RecordMap::iterator found = values_.find(ident); in GetMutableValue()
124 if (found != values_.end()) { in GetMutableValue()
139 RecordMap::const_iterator found = values_.find(ident); in GetStorageKey()
140 if (found != values_.end()) in GetStorageKey()
156 RecordMap::const_iterator found = values_.find(ident); in GetValueWithScope()
157 if (found != values_.end()) { in GetValueWithScope()
169 Record& r = values_[iden in SetValue()
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dpropagator_test.cpp38 values_.clear(); in TearDown()
59 for (const auto& it : values_) { in GetValues()
66 std::map<uint32_t, uint32_t> values_; member in spvtools::opt::__anon22185::PropagatorTest
116 values_[lhs_id] = val; in TEST_F()
183 values_[instr->result_id()] = val; in TEST_F()
191 auto it = values_.find(phi_arg_id); in TEST_F()
192 if (it != values_.end()) { in TEST_F()
195 values_[instr->result_id()] = it->second; in TEST_F()
212 EXPECT_EQ(values_[phi_instr->result_id()], 4u); in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dpropagator_test.cpp38 values_.clear(); in TearDown()
59 for (const auto& it : values_) { in GetValues()
66 std::map<uint32_t, uint32_t> values_; member in spvtools::opt::__anon23442::PropagatorTest
116 values_[lhs_id] = val; in TEST_F()
183 values_[instr->result_id()] = val; in TEST_F()
191 auto it = values_.find(phi_arg_id); in TEST_F()
192 if (it != values_.end()) { in TEST_F()
195 values_[instr->result_id()] = it->second; in TEST_F()
212 EXPECT_EQ(values_[phi_instr->result_id()], 4u); in TEST_F()
/third_party/spirv-tools/test/opt/
H A Dpropagator_test.cpp37 values_.clear(); in TearDown()
58 for (const auto& it : values_) { in GetValues()
65 std::map<uint32_t, uint32_t> values_; member in spvtools::opt::__anon27013::PropagatorTest
115 values_[lhs_id] = val; in TEST_F()
182 values_[instr->result_id()] = val; in TEST_F()
190 auto it = values_.find(phi_arg_id); in TEST_F()
191 if (it != values_.end()) { in TEST_F()
194 values_[instr->result_id()] = it->second; in TEST_F()
211 EXPECT_EQ(values_[phi_instr->result_id()], 4u); in TEST_F()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcordz_update_tracker.h68 constexpr CordzUpdateTracker() noexcept : values_{} {}
76 values_[i].store(rhs.values_[i].load(std::memory_order_relaxed),
84 return values_[method].load(std::memory_order_relaxed); in Value()
89 auto& value = values_[method]; in LossyAdd()
112 Counter values_[kNumMethods]; member in absl::cord_internal::CordzUpdateTracker
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DStruct.cs727 values_ = other.values_.Clone(); in ListValue()
740 private readonly pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Value> values_ = new pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Value>(); field in Google.Protobuf.WellKnownTypes.ListValue
746 get { return values_; }
762 if(!values_.Equals(other.values_)) return false; in Equals()
769 hash ^= values_.GetHashCode(); in GetHashCode()
786 values_.WriteTo(output, _repeated_values_codec); in WriteTo()
796 values_.WriteTo(ref output, _repeated_values_codec); in IBufferMessage.InternalWriteTo()
806 size += values_ in CalculateSize()
[all...]
/third_party/googletest/googletest/test/
H A Dgtest_unittest.cc2745 values_.close_to_positive_zero =
2747 values_.close_to_negative_zero =
2749 values_.further_from_negative_zero =
2756 values_.close_to_one = Floating::ReinterpretBits(one_bits + max_ulps);
2757 values_.further_from_one =
2761 values_.infinity = Floating::Infinity();
2764 const Bits infinity_bits = Floating(values_.infinity).bits();
2767 values_.close_to_infinity =
2769 values_.further_from_infinity =
2775 values_
2785 static TestValues values_; global() member in __anon3058::FloatingPointTest
2790 FloatingPointTest<RawType>::values_; global() member in __anon3058::FloatingPointTest
[all...]
/third_party/benchmark/src/
H A Dperf_counters.h58 uint64_t operator[](size_t pos) const { return values_[pos]; } in operator []()
69 return {reinterpret_cast<char*>(values_.data()), in get_data_buffer()
81 std::array<uint64_t, kPadding + kMaxCounters> values_; member in benchmark::internal::PerfCounterValues
H A Dperf_counters.cc35 const size_t bufsize = values_.size() * sizeof(values_[0]); in Read()
36 char* ptr = reinterpret_cast<char*>(values_.data()); in Read()
/third_party/node/deps/v8/src/deoptimizer/
H A Dtranslated-state.h254 iterator begin() { return iterator(values_.begin()); } in begin()
255 iterator end() { return iterator(values_.end()); } in end()
257 reference front() { return values_.front(); } in front()
258 const_reference front() const { return values_.front(); } in front()
312 void Add(const TranslatedValue& value) { values_.push_back(value); } in Add()
313 TranslatedValue* ValueAt(int index) { return &(values_[index]); } in ValueAt()
326 ValuesContainer values_;
H A Dtranslated-state.cc722 for (auto& value : values_) { in Handlify()
909 int value_index = static_cast<int>(frame.values_.size()); in CreateArgumentsElementsTranslatedValues()
967 int value_index = static_cast<int>(frame.values_.size()); in CreateNextTranslatedValue()
1396 return &(frames_[pos.frame_index_].values_[pos.value_index_]); in GetValueByObjectIndex()
1425 TranslatedValue* slot = &(frame->values_[value_index]); in InitializeCapturedObjectAt()
1453 CHECK_EQ(frame->values_[value_index].kind(), TranslatedValue::kTagged); in InitializeCapturedObjectAt()
1454 Handle<Map> map = Handle<Map>::cast(frame->values_[value_index].GetValue()); in InitializeCapturedObjectAt()
1523 int length = frame->values_[*value_index].GetSmiValue(); in MaterializeFixedDoubleArray()
1530 frame->values_[*value_index].kind()); in MaterializeFixedDoubleArray()
1531 Handle<Object> value = frame->values_[*value_inde in MaterializeFixedDoubleArray()
[all...]
/third_party/vk-gl-cts/external/amber/src/src/
H A Dcommand.h446 void SetValues(std::vector<Value>&& values) { values_ = std::move(values); } in SetValues()
447 const std::vector<Value>& GetValues() const { return values_; } in GetValues()
457 std::vector<Value> values_; member in amber::ProbeSSBOCommand
549 void SetValues(std::vector<Value>&& values) { values_ = std::move(values); } in SetValues()
550 const std::vector<Value>& GetValues() const { return values_; } in GetValues()
570 std::vector<Value> values_; member in amber::BufferCommand
/third_party/protobuf/src/google/protobuf/
H A Dstruct.pb.cc110 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::ListValue, values_),
897 values_(arena) { in ListValue()
904 values_(from.values_) { in ListValue()
944 values_.Clear(); in Clear()
1022 for (const auto& msg : this->values_) { in ByteSizeLong()
1058 values_.MergeFrom(from.values_); in MergeFrom()
1082 values_.InternalSwap(&other->values_); in InternalSwap()
[all...]
H A Dstruct.pb.h687 ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::Value > values_; member in PROTOBUF_FINAL
1109 return values_.size(); in _internal_values_size()
1115 values_.Clear(); in clear_values()
1119 return values_.Mutable(index); in mutable_values()
1124 return &values_; in mutable_values()
1127 return values_.Get(index); in _internal_values()
1134 return values_.Add(); in _internal_add_values()
1143 return values_; in values()
/third_party/libabigail/src/
H A Dabg-ini.cc362 vector<string> values_; member
369 : values_(vals) in priv()
397 {return priv_->values_;} in get_content()
405 priv_->values_ = values; in set_content()
417 for (vector<string>::const_iterator i = priv_->values_.begin(); in as_string()
418 i != priv_->values_.end(); in as_string()
421 if (i != priv_->values_.begin()) in as_string()
/third_party/node/deps/v8/include/
H A Dv8-function-callback.h136 internal::Address* values_; member in v8::FunctionCallbackInfo
385 : implicit_args_(implicit_args), values_(values), length_(length) {} in FunctionCallbackInfo()
389 // values_ points to the first argument (not the receiver). in operator []()
391 return Local<Value>(reinterpret_cast<Value*>(values_ + i)); in operator []()
396 // values_ points to the first argument (not the receiver). in This()
397 return Local<Object>(reinterpret_cast<Object*>(values_ - 1)); in This()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-function-callback.h156 internal::Address* values_; member in v8::FunctionCallbackInfo
411 : implicit_args_(implicit_args), values_(values), length_(length) {} in Get()
415 // values_ points to the first argument (not the receiver). in Get()
417 return Local<Value>::FromSlot(values_ + i); in Get()
422 // values_ points to the first argument (not the receiver). in Get()
423 return Local<Object>::FromSlot(values_ + kThisValuesIndex); in Get()
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-interpreter-frame-state.h211 bool is_initialized() const { return values_[0].GetPayload().is_initialized; } in is_initialized()
214 return Iterator(values_, kAllocatableGeneralRegisters.begin()); in begin()
217 return Iterator(values_ + kAllocatableGeneralRegisterCount, in end()
222 RegisterState values_[kAllocatableGeneralRegisterCount] = {{}}; member in v8::internal::maglev::MergePointRegisterState
/third_party/node/deps/v8/src/compiler/
H A Dbytecode-graph-builder.cc606 const NodeVector* values() const { return &values_; } in values()
607 NodeVector* values() { return &values_; } in values()
617 NodeVector values_; member in v8::internal::compiler::BytecodeGraphBuilder::Environment
649 values_(builder->local_zone()), in Environment()
652 // The layout of values_ is: in Environment()
700 values_(other->zone()), in Environment()
705 values_ = other->values_; in Environment()
806 values_[i] = builder()->MergeValue(values_[ in Merge()
[all...]
/third_party/node/deps/v8/src/api/
H A Dapi-arguments.h54 return FullObjectSlot(values_ + index); in slot_at()
56 Address values_[T::kArgsLength]; member in v8::internal::CustomArguments

Completed in 47 milliseconds

12