Home
last modified time | relevance | path

Searched refs:index_ (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Dvariant.h435 : value_(0, &index_, DecayedTypeTag<T>{}, std::forward<T>(value)) {}
439 : value_(0, &index_, std::forward<T>(value)) {}
449 : index_{other.index_}, value_{other.value_, other.index_} {}
451 : index_{other.index_}, value_{std::move(other.value_), other.index_} {}
532 index_ = value_.Become(target_index, std::forward<Args>(args)...)
542 return value_.Visit(index_, std::forward<Op>(op));
546 return value_.Visit(index_, std::forward<Op>(op));
561 std::int32_t index() const { return index_; }
605 std::int32_t index_ = kEmptyIndex;
612 index_ = value_.template Construct(std::forward<Args>(args)...);
[all …]
/frameworks/base/startop/view_compiler/
Ddex_builder.h150 LiveRegister(LiveRegister&& other) : liveness_{other.liveness_}, index_{other.index_} { in LiveRegister()
151 other.index_ = {};
154 if (index_.has_value()) { in ~LiveRegister()
155 (*liveness_)[*index_] = false; in ~LiveRegister()
159 operator const Value() const { return Value::Local(*index_); } in Value()
162 LiveRegister(std::vector<bool>* liveness, size_t index) : liveness_{liveness}, index_{index} {} in LiveRegister()
165 std::optional<size_t> index_; variable
/frameworks/base/tools/aapt2/
DStringPool.cpp84 return entry_->pool_->styles_.size() + entry_->index_; in index()
157 return entry_->index_; in index()
186 entry->index_ = strings_.size(); in MakeRefImpl()
211 entry->index_ = styles_.size(); in MakeRef()
226 entry->index_ = styles_.size(); in MakeRef()
241 styles_[index]->index_ = index; in ReAssignIndices()
247 strings_[index]->index_ = index; in ReAssignIndices()
DStringPool.h135 size_t index_; variable
156 size_t index_; variable
/frameworks/av/media/codec2/vndk/include/util/
DC2InterfaceUtils.h909 inline static C2SettingResultsBuilder NoMemory(C2Param::Index index_ __unused) {
/frameworks/av/media/codec2/vndk/util/
DC2InterfaceUtils.cpp736 uint32_t index_, uint32_t depth_, uint32_t baseFieldOffset_, in Impl()
738 : field(field_), parent(parent_), index(index_), depth(depth_), in Impl()