/third_party/gn/src/gn/ |
H A D | parse_node_value_adapter.h | 30 if (ref_) in get() 31 return *ref_; in get() 48 const Value* ref_; member in ParseNodeValueAdapter
|
H A D | parse_node_value_adapter.cc | 10 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 D | scoped_assignment.h | 36 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 D | weak_ptr.h | 140 // 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 D | weak_ptr.cc | 62 : ref_(ref), ptr_(ptr) { in WeakPtrBase()
|
/third_party/gn/src/base/ |
H A D | value_iterators.h | 40 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 D | value_iterators.cc | 16 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 D | vktTextureShadowTests.cpp | 265 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 D | vktTextureShadowTests.cpp | 263 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 D | gmock-actions.h | 1145 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 D | es3fTextureShadowTests.cpp | 192 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 D | keywords.rs | 134 pub static mut ref_: ::std::os::raw::c_int; consts
|
/third_party/node/src/ |
H A D | node_file.h | 402 v8::Global<v8::Value> ref_{};
|
H A D | node_file.cc | 403 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 D | wasm-objects.h | 70 Handle<Object> ref() { return ref_; } in ref() 74 Handle<Object> ref_; member in v8::internal::SharedFlag
|
H A D | wasm-objects.cc | 1085 ref_ = handle(entry.object_ref(), isolate); in FunctionTargetAndRef() 1089 ref_ = target_instance; in FunctionTargetAndRef()
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuTexture.cpp | 2001 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 D | psp.rs | 3571 pub fn sceGuStencilFunc(func: StencilFunc, ref_: i32, mask: i32); in sceGuStencilFunc()
|