Home
last modified time | relevance | path

Searched refs:ref_ (Results 1 - 18 of 18) sorted by relevance

/third_party/gn/src/gn/
H A Dparse_node_value_adapter.h30 if (ref_) in get()
31 return *ref_; in get()
48 const Value* ref_; member in ParseNodeValueAdapter
H A Dparse_node_value_adapter.cc10 ParseNodeValueAdapter::ParseNodeValueAdapter() : ref_(nullptr) {} in ParseNodeValueAdapter()
19 ref_ = scope->GetValue(identifier->value().value(), true); in Init()
20 if (!ref_) { in Init()
/third_party/skia/third_party/externals/tint/src/utils/
H A Dscoped_assignment.h36 ScopedAssignment(T& var, T val) : ref_(var) { in ScopedAssignment()
43 ~ScopedAssignment() { ref_ = old_value_; } in ~ScopedAssignment()
49 T& ref_; member in tint::utils::ScopedAssignment
/third_party/gn/src/base/memory/
H A Dweak_ptr.h140 // constructor by avoiding the need for a public accessor for ref_. A
142 // base class gives us a way to access ref_ in a protected fashion.
154 ref_ = internal::WeakReference(); in reset()
161 WeakReference ref_; member in base::internal::WeakPtrBase
163 // This pointer is only valid when ref_.is_valid() is true. Otherwise, its
195 ptr.ref_, static_cast<Derived*>(reinterpret_cast<Base*>(ptr.ptr_))); in AsWeakPtrImpl()
242 return ref_.is_valid() ? reinterpret_cast<T*>(ptr_) : nullptr; in get()
H A Dweak_ptr.cc62 : ref_(ref), ptr_(ptr) { in WeakPtrBase()
/third_party/gn/src/base/
H A Dvalue_iterators.h40 reference* operator->() { return &ref_; } in operator ->()
43 reference ref_; member in base::detail::dict_iterator::pointer
84 const reference* operator->() const { return &ref_; } in operator ->()
87 const reference ref_; member in base::detail::const_dict_iterator::pointer
H A Dvalue_iterators.cc16 dict_iterator::pointer::pointer(const reference& ref) : ref_(ref) {} in pointer()
71 const_dict_iterator::pointer::pointer(const reference& ref) : ref_(ref) {} in pointer()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureShadowTests.cpp265 FilterCase (int tex_, const float ref_, const tcu::Vec2& minCoord_, const tcu::Vec2& maxCoord_) in FilterCase()
269 , ref (ref_) in FilterCase()
490 FilterCase (const int tex_, const float ref_, const tcu::Vec2& bottomLeft_, const tcu::Vec2& topRight_) in FilterCase()
494 , ref (ref_) in FilterCase()
726 FilterCase (const int tex_, float ref_, const tcu::Vec3& minCoord_, const tcu::Vec3& maxCoord_) in FilterCase()
730 , ref (ref_) in FilterCase()
958 FilterCase (int tex_, const float ref_, const float& minCoord_, const float& maxCoord_) in FilterCase()
962 , ref (ref_) in FilterCase()
1177 FilterCase (const int tex_, float ref_, const tcu::Vec2& minCoord_, const tcu::Vec2& maxCoord_) in FilterCase()
1181 , ref (ref_) in FilterCase()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureShadowTests.cpp263 FilterCase (int tex_, const float ref_, const tcu::Vec2& minCoord_, const tcu::Vec2& maxCoord_) in FilterCase()
267 , ref (ref_) in FilterCase()
488 FilterCase (const int tex_, const float ref_, const tcu::Vec2& bottomLeft_, const tcu::Vec2& topRight_) in FilterCase()
492 , ref (ref_) in FilterCase()
724 FilterCase (const int tex_, float ref_, const tcu::Vec3& minCoord_, const tcu::Vec3& maxCoord_) in FilterCase()
728 , ref (ref_) in FilterCase()
956 FilterCase (int tex_, const float ref_, const float& minCoord_, const float& maxCoord_) in FilterCase()
960 , ref (ref_) in FilterCase()
1175 FilterCase (const int tex_, float ref_, const tcu::Vec2& minCoord_, const tcu::Vec2& maxCoord_) in FilterCase()
1179 , ref (ref_) in FilterCase()
[all...]
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-actions.h1145 explicit ReturnRefAction(T& ref) : ref_(ref) {} // NOLINT in ReturnRefAction()
1157 return Action<F>(new Impl<F>(ref_)); in operator Action()
1168 explicit Impl(T& ref) : ref_(ref) {} // NOLINT in Impl()
1170 Result Perform(const ArgumentTuple&) override { return ref_; }
1173 T& ref_; member in testing::internal::ReturnRefAction::Impl
1176 T& ref_; member in testing::internal::ReturnRefAction
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTextureShadowTests.cpp192 FilterCase (const glu::Texture2D* tex_, const float ref_, const tcu::Vec2& minCoord_, const tcu::Vec2& maxCoord_) in FilterCase()
196 , ref (ref_) in FilterCase()
443 FilterCase (const glu::TextureCube* tex_, const float ref_, const tcu::Vec2& bottomLeft_, const tcu::Vec2& topRight_) in FilterCase()
447 , ref (ref_) in FilterCase()
736 FilterCase (const glu::Texture2DArray* tex_, float ref_, const tcu::Vec3& minCoord_, const tcu::Vec3& maxCoord_) in FilterCase()
740 , ref (ref_) in FilterCase()
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dkeywords.rs134 pub static mut ref_: ::std::os::raw::c_int; consts
/third_party/node/src/
H A Dnode_file.h402 v8::Global<v8::Value> ref_{};
H A Dnode_file.cc403 Local<Value> val = ref_.Get(isolate); in file_handle()
414 ref_.Reset(env->isolate(), ref); in CloseReq()
420 ref_.Reset(); in ~CloseReq()
425 tracker->TrackField("ref", ref_); in MemoryInfo()
/third_party/node/deps/v8/src/wasm/
H A Dwasm-objects.h70 Handle<Object> ref() { return ref_; } in ref()
74 Handle<Object> ref_; member in v8::internal::SharedFlag
H A Dwasm-objects.cc1085 ref_ = handle(entry.object_ref(), isolate); in FunctionTargetAndRef()
1089 ref_ = target_instance; in FunctionTargetAndRef()
/third_party/vk-gl-cts/framework/common/
H A DtcuTexture.cpp2001 static inline float execCompare (const tcu::Vec4& color, Sampler::CompareMode compare, int chanNdx, float ref_, bool isFixedPoint) in execCompare() argument
2005 const float ref = (clampValues) ? (de::clamp(ref_, 0.0f, 1.0f)) : (ref_); in execCompare()
/third_party/rust/crates/libc/src/
H A Dpsp.rs3571 pub fn sceGuStencilFunc(func: StencilFunc, ref_: i32, mask: i32); in sceGuStencilFunc()

Completed in 37 milliseconds