Home
last modified time | relevance | path

Searched refs:obj_ (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Dany.h214 : obj_(other.has_value() ? other.obj_->Clone() in any()
232 any(T&& value) : obj_(new Obj<VT>(in_place, std::forward<T>(value))) {} in any()
241 : obj_(new Obj<VT>(in_place, std::forward<Args>(args)...)) {} in any()
255 : obj_(new Obj<VT>(in_place, ilist, std::forward<Args>(args)...)) {} in any()
304 obj_ = std::unique_ptr<ObjInterface>(object_ptr); in emplace()
328 obj_ = std::unique_ptr<ObjInterface>(object_ptr); in emplace()
336 void reset() noexcept { obj_ = nullptr; } in reset()
341 void swap(any& other) noexcept { obj_.swap(other.obj_); } in swap()
349 bool has_value() const noexcept { return obj_ != nullptr; } in has_value()
356 return obj_->Type(); in type()
[all …]
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-debug.hh276 const void *obj_, in hb_auto_trace_t()
280 : plevel (plevel_), what (what_), obj (obj_), returned (false) in hb_auto_trace_t()
328 const void *obj_, in hb_auto_trace_t()
Dhb-ot-layout-gsubgpos.hh777 void init (const T &obj_, hb_apply_func_t apply_func_) in init()
779 obj = &obj_; in init()
782 obj_.get_coverage ().collect_coverage (&digest); in init()
/third_party/node/deps/v8/src/api/
Dapi-natives.cc156 obj_(obj) { in AccessCheckDisableScope()
158 DisableAccessChecks(isolate_, obj_); in AccessCheckDisableScope()
163 EnableAccessChecks(isolate_, obj_); in ~AccessCheckDisableScope()
170 Handle<JSObject> obj_; member in v8::internal::__anon28683c110111::AccessCheckDisableScope
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/
Dsymbolize_elf.inc249 AddrMap() : size_(0), allocated_(0), obj_(nullptr) {}
250 ~AddrMap() { base_internal::LowLevelAlloc::Free(obj_); }
252 ObjFile *At(int i) { return &obj_[i]; }
259 ObjFile *obj_; // array of allocated_ elements
277 if (obj_) {
278 memcpy(new_obj_, obj_, allocated_ * sizeof(*new_obj_));
279 base_internal::LowLevelAlloc::Free(obj_);
281 obj_ = new_obj_;
284 return new (&obj_[size_++]) ObjFile;
/third_party/node/deps/v8/src/ast/
Dast.h1620 Expression* obj() const { return obj_; } in obj()
1661 : Expression(pos, kProperty), obj_(obj), key_(key) { in Property()
1667 Expression* obj_; variable
/third_party/libabigail/tests/data/test-read-dwarf/
Dtest12-pr18844.so.abi28854 …<var-decl name='obj_' type-id='type-id-3843' visibility='default' filepath='src/mongo/util/scopegu…