/third_party/node/deps/v8/src/parsing/ |
H A D | parser-base.h | 2 // Use of this source code is governed by a BSD-style license that can be 242 // All implementation-specific methods must be called through this. 243 Impl* impl() { return static_cast<Impl*>(this); } in impl() 244 const Impl* impl() const { return static_cast<const Impl*>(this); } in impl() 353 // the body can use to continue this iteration statement. This is always a 377 *stack_ = this; in Target() 509 // How many suspends are needed for this function. 512 // How deeply nested we currently are in this function. 520 // A reason, if any, why this function should not be optimized. 531 // Track if a function or eval occurs within this FunctionStat [all...] |
/third_party/libphonenumber/cpp/src/phonenumbers/ |
H A D | phonemetadata.pb.h | 19 #error regenerate this file with a newer version of protoc. 90 *this = ::std::move(from); in NumberFormat() 95 return *this; in operator =() 99 if (this != &from) InternalSwap(&from); 103 return *this; 127 if (other == this) return; in Swap() 131 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other); in Swap() 135 if (other == this) return; in UnsafeArenaSwap() 341 *this = ::std::move(from); in PhoneNumberDesc() 346 return *this; in operator =() [all...] |
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui.h | 25 Index of this file: 140 struct ImDrawList; // A single draw command list (generally one per window, conceptually you may see this as a dynamic "mesh" builder) 166 // Enums/Flags (declared as int for compatibility with old C++, to allow using as flags without overhead, and to not pollute the top of this file) 264 float operator[] (size_t idx) const { IM_ASSERT(idx <= 1); return (&x)[idx]; } // We very rarely use this [] operator, the assert overhead is fine. in operator []() 265 float& operator[] (size_t idx) { IM_ASSERT(idx <= 1); return (&x)[idx]; } // We very rarely use this [] operator, the assert overhead is fine. in operator []() 302 IMGUI_API void NewFrame(); // start a new Dear ImGui frame, you can submit any command from this point until Render()/EndFrame(). 305 IMGUI_API ImDrawData* GetDrawData(); // valid after Render() and until the next call to NewFrame(). this is what you have to render. 308 IMGUI_API void ShowDemoWindow(bool* p_open = NULL); // create Demo window. demonstrate most ImGui features. call this to learn about the library! try to make it always available in your application! 331 // [Important: due to legacy reason, this is inconsistent with most other functions such as BeginMenu/EndMenu, 343 // [Important: due to legacy reason, this i [all...] |
/device/soc/hisilicon/common/hal/display/source/display_device/src/core/ |
H A D | hdi_fd.h | 4 * you may not use this file except in compliance with the License.
46 return *this;
in operator =()
|
/device/soc/rockchip/common/hardware/display/src/display_device/ |
H A D | hdi_shared_fd.h | 4 * you may not use this file except in compliance with the License. 46 return *this; in operator =()
|
/device/soc/rockchip/rk3399/hardware/display/src/display_device/ |
H A D | hdi_fd.h | 4 * you may not use this file except in compliance with the License. 46 return *this; in operator =()
|
/device/soc/rockchip/rk3566/hardware/display/src/display_device/ |
H A D | hdi_shared_fd.h | 4 * you may not use this file except in compliance with the License. 47 return *this; in operator =()
|
/device/soc/rockchip/rk3568/hardware/display/src/display_device/ |
H A D | hdi_shared_fd.h | 4 * you may not use this file except in compliance with the License. 47 return *this; in operator =()
|
/device/soc/rockchip/rk3588/hardware/display/src/display_device/ |
H A D | hdi_shared_fd.h | 4 * you may not use this file except in compliance with the License.
47 return *this;
in operator =()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | restsnew.h | 57 NewResourceBundleTest& operator=(const NewResourceBundleTest&) { return *this; } in operator =()
|
H A D | restest.h | 43 ResourceBundleTest& operator=(const ResourceBundleTest&) { return *this; } in operator =()
|
H A D | sfwdchit.h | 29 * Generates a hash code for this iterator. 34 * Returns a UClassID for this ForwardCharacterIterator ("poor man's 35 * RTTI").<P> Despite the fact that this function is public, 68 SimpleFwdCharIterator &operator=(const SimpleFwdCharIterator&) { return *this; } in operator =()
|
/third_party/lzma/CPP/Common/ |
H A D | AutoPtr.h | 15 return (*this);
in operator =() 19 // T* operator->() const { return (&**this); }
|
/third_party/node/deps/v8/include/v8-include/cppgc/internal/ |
H A D | base-page-handle.h | 2 // Use of this source code is governed by a BSD-style license that can be 35 CPPGC_DCHECK(reinterpret_cast<uintptr_t>(this) % api_constants::kPageSize == in BasePageHandle()
|
/third_party/node/deps/v8/include/v8-include/cppgc/ |
H A D | prefinalizer.h | 2 // Use of this source code is governed by a BSD-style license that can be 70 prefinalizer_dummy_{this, Class::InvokePreFinalizer}; \
|
/third_party/node/deps/v8/include/cppgc/ |
H A D | prefinalizer.h | 2 // Use of this source code is governed by a BSD-style license that can be 70 prefinalizer_dummy_{this, Class::InvokePreFinalizer}; \
|
/third_party/node/deps/v8/src/heap/ |
H A D | free-list-inl.h | 2 // Use of this source code is governed by a BSD-style license that can be 16 owner->categories_[type_] == this; in is_linked()
|
/third_party/node/deps/v8/src/objects/ |
H A D | foreign-inl.h | 2 // Use of this source code is governed by a BSD-style license that can be 31 Isolate* isolate = GetIsolateForSandbox(*this); in DEF_GETTER()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | method-mangling.rs | 28 pub fn Foo_type(this: *mut Foo) -> ::std::os::raw::c_int; in Foo_type()
|
H A D | constructor-tp.rs | 33 pub fn Bar_Bar(this: *mut Bar); in Bar_Bar()
|
H A D | gen-constructors.rs | 28 pub fn Foo_Foo(this: *mut Foo, a: ::std::os::raw::c_int); in Foo_Foo()
|
H A D | packed-vtable.rs | 39 pub fn PackedVtable_PackedVtable_destructor(this: *mut PackedVtable); in PackedVtable_PackedVtable_destructor()
|
H A D | parm-union.rs | 28 pub fn Struct_Function(this: *mut Struct, arg1: *mut Union); in Struct_Function()
|
H A D | virtual_dtor.rs | 39 pub fn nsSlots_nsSlots_destructor(this: *mut nsSlots); in nsSlots_nsSlots_destructor()
|
H A D | variadic-method.rs | 32 pub fn Bar_foo(this: *mut Bar, fmt: *const ::std::os::raw::c_char, ...); in Bar_foo()
|