/third_party/typescript/tests/baselines/reference/ |
H A D | declarationEmitOverloadedPrivateInference.js | 10 export class Wrapper { 27 exports.Wrapper = void 0;
34 var Wrapper = /** @class */ (function () {
35 function Wrapper() {
41 Wrapper.prototype.proxy = function (fn) {
44 return Wrapper;
46 exports.Wrapper = Wrapper;
50 export declare class Wrapper {
|
H A D | jsxEmptyExpressionNotCountedAsChild(jsx=react).js | 9 function Wrapper(props: Props) { function 14 <Wrapper> 17 </Wrapper> 25 function Wrapper(props) {
28 var element = (React.createElement(Wrapper, null,
|
H A D | jsxEmptyExpressionNotCountedAsChild(jsx=react-jsx).js | 9 function Wrapper(props: Props) { function 14 <Wrapper> 17 </Wrapper> 24 function Wrapper(props) {
27 var element = ((0, jsx_runtime_1.jsx)(Wrapper, { children: (0, jsx_runtime_1.jsx)("div", { children: "Hello" }) }));
|
H A D | jsxEmptyExpressionNotCountedAsChild(jsx=react-jsxdev).js | 9 function Wrapper(props: Props) { function 14 <Wrapper> 17 </Wrapper> 25 function Wrapper(props) {
28 var element = ((0, jsx_dev_runtime_1.jsxDEV)(Wrapper, { children: (0, jsx_dev_runtime_1.jsxDEV)("div", { children: "Hello" }, void 0, false, { fileName: _jsxFileName, lineNumber: 15, columnNumber: 6 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 12, columnNumber: 18 }, this));
|
H A D | intraExpressionInferences.js | 103 class Wrapper<T = any> { 107 type WrappedMap = Record<string, Wrapper>; 109 [K in keyof D]: D[K] extends Wrapper<infer T> ? T : never; 123 num: new Wrapper<number>(), 124 str: new Wrapper<string>() 127 bool: new Wrapper<boolean>(), 128 str: new Wrapper<string>() 262 var Wrapper = /** @class */ (function () {
263 function Wrapper() {
265 return Wrapper;
[all...] |
H A D | returnTypeInferenceNotTooBroad.js | 7 interface Wrapper<T> { 9 declare function sepsis<T extends Signs>(opts: Opts<T>): Wrapper<T>; 10 declare function unwrap<T>(w: Wrapper<T>): T;
|
H A D | partialDiscriminatedUnionMemberHasGoodError.js | 14 interface Wrapper { 18 const foo: Wrapper[] = [];
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/OProfileJIT/ |
H A D | OProfileJITEventListener.cpp | 39 std::unique_ptr<OProfileWrapper> Wrapper; member in __anon24190::OProfileJITEventListener 46 : Wrapper(std::move(LibraryWrapper)) { in OProfileJITEventListener() 59 if (!Wrapper->op_open_agent()) { in initialize() 69 if (Wrapper->isAgentAvailable()) { in ~OProfileJITEventListener() 70 if (Wrapper->op_close_agent() == -1) { in ~OProfileJITEventListener() 83 if (!Wrapper->isAgentAvailable()) { in notifyObjectLoaded() 107 if (Wrapper->op_write_native_code(Name.data(), Addr, (void *)Addr, Size) == in notifyObjectLoaded() 130 if (Wrapper->op_write_debug_line_info((void *)Addr, num_entries, in notifyObjectLoaded() 143 if (Wrapper->isAgentAvailable()) { in notifyFreeingObject() 162 if (Wrapper in notifyFreeingObject() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFixFunctionBitcasts.cpp | 121 Function *Wrapper = Function::Create(Ty, Function::PrivateLinkage, in createWrapper() local 123 BasicBlock *BB = BasicBlock::Create(M->getContext(), "body", Wrapper); in createWrapper() 128 Function::arg_iterator AI = Wrapper->arg_begin(); in createWrapper() 129 Function::arg_iterator AE = Wrapper->arg_end(); in createWrapper() 210 Wrapper->eraseFromParent(); in createWrapper() 211 Wrapper = Function::Create(Ty, Function::PrivateLinkage, in createWrapper() 213 BasicBlock *BB = BasicBlock::Create(M->getContext(), "body", Wrapper); in createWrapper() 215 Wrapper->setName(F->getName() + "_bitcast_invalid"); in createWrapper() 219 Wrapper->eraseFromParent(); in createWrapper() 223 return Wrapper; in createWrapper() 292 Function *Wrapper = Pair.first->second; runOnModule() local [all...] |
/third_party/protobuf/ruby/tests/ |
H A D | basic.rb | 268 m = proto_module::Wrapper.new( 281 serialized = proto_module::Wrapper::encode(m) 282 m2 = proto_module::Wrapper::decode(serialized) 287 m3 = proto_module::Wrapper::decode(serialized) 288 serialized2 = proto_module::Wrapper::encode(m3) 289 m4 = proto_module::Wrapper::decode(serialized2) 293 m5 = proto_module::Wrapper::decode(serialized2) 310 m = proto_module::Wrapper.new( 323 serialized = proto_module::Wrapper::encode(m) 324 m2 = proto_module::Wrapper [all...] |
H A D | common_tests.rb | 1281 m = proto_module::Wrapper.new( 1294 m2 = proto_module::Wrapper.decode(m.to_proto) 1296 m3 = proto_module::Wrapper.decode_json(m.to_json) 1338 m = proto_module::Wrapper.new( 1352 serialized = proto_module::Wrapper::encode(m) 1353 m2 = proto_module::Wrapper::decode(serialized) 1358 m3 = proto_module::Wrapper::decode(serialized) 1359 serialized2 = proto_module::Wrapper::encode(m3) 1360 m4 = proto_module::Wrapper::decode(serialized2) 1364 m5 = proto_module::Wrapper [all...] |
/third_party/gn/src/base/numerics/ |
H A D | checked_math.h | 173 IsGreater<T, R>::Test(state_.value(), Wrapper<U>::value(rhs)) in Max() 175 : Wrapper<U>::value(rhs)), in Max() 176 state_.is_valid() && Wrapper<U>::is_valid(rhs)); in Max() 188 IsLess<T, R>::Test(state_.value(), Wrapper<U>::value(rhs)) in Min() 190 : Wrapper<U>::value(rhs)), in Min() 191 state_.is_valid() && Wrapper<U>::is_valid(rhs)); in Min() 234 Wrapper<L>::is_valid(lhs) && Wrapper<R>::is_valid(rhs) && in MathOp() 235 Math::Do(Wrapper<L>::value(lhs), Wrapper< in MathOp() 266 struct Wrapper { global() struct in base::internal::CheckedNumeric 272 struct Wrapper<CheckedNumeric<Src>> { global() struct in base::internal::CheckedNumeric 282 struct Wrapper<StrictNumeric<Src>> { global() struct in base::internal::CheckedNumeric [all...] |
H A D | clamped_math.h | 101 ClampedMaxOp<T, U>::Do(value_, Wrapper<U>::value(rhs))); in Max() 109 ClampedMinOp<T, U>::Do(value_, Wrapper<U>::value(rhs))); in Min() 151 Math::template Do<T>(Wrapper<L>::value(lhs), Wrapper<R>::value(rhs))); in MathOp() 159 ClampedNumeric<T>(Math::template Do<T>(value_, Wrapper<R>::value(rhs))); in MathOp() 180 struct Wrapper { struct in base::internal::ClampedNumeric
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/ |
H A D | IntelJITEventListener.cpp | 42 std::unique_ptr<IntelJITEventsWrapper> Wrapper; member in __anon24178::IntelJITEventListener 53 Wrapper.reset(libraryWrapper); in IntelJITEventListener() 77 IntelJITEventsWrapper& Wrapper, in FunctionDescToIntelJITFormat() 84 Result.method_id = Wrapper.iJIT_GetNewMethodID(); in FunctionDescToIntelJITFormat() 160 FunctionDescToIntelJITFormat(*Wrapper, Name->data(), Addr, Size); in notifyObjectLoaded() 193 Wrapper->iJIT_NotifyEvent(iJVM_EVENT_TYPE_METHOD_LOAD_FINISHED, in notifyObjectLoaded() 229 Wrapper->iJIT_NotifyEvent(iJVM_EVENT_TYPE_METHOD_UNLOAD_START, in notifyFreeingObject() 76 FunctionDescToIntelJITFormat( IntelJITEventsWrapper& Wrapper, const char* FnName, uintptr_t FnStart, size_t FnSize) FunctionDescToIntelJITFormat() argument
|
/third_party/rust/crates/static-assertions-rs/src/ |
H A D | assert_impl.rs | 180 struct Wrapper<T, N>(PhantomData<T>, N); structure names 185 impl<T, N> Deref for Wrapper<T, N> { 195 // `Wrapper` is defined for each `previous`. 196 impl<T: $t, N> Wrapper<T, N> { impls 202 Wrapper::<$x, _>(PhantomData, previous)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | CSEInfo.h | 219 GISelCSEAnalysisWrapper Wrapper; member in llvm::GISelCSEAnalysisWrapperPass 227 const GISelCSEAnalysisWrapper &getCSEWrapper() const { return Wrapper; } in getCSEWrapper() 228 GISelCSEAnalysisWrapper &getCSEWrapper() { return Wrapper; } in getCSEWrapper() 233 Wrapper.releaseMemory(); 234 Wrapper.setComputed(false);
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/dec/ |
H A D | Decoder.java | 21 private final DecoderJNI.Wrapper decoder; 41 this.decoder = new DecoderJNI.Wrapper(inputBufferSize); in Decoder() 139 DecoderJNI.Wrapper decoder = new DecoderJNI.Wrapper(data.length); in decompress()
|
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/ |
H A D | checked_math.h | 229 const bool is_valid = Wrapper<L>::is_valid(lhs) && Wrapper<R>::is_valid(rhs) && in MathOp() 230 Math::Do(Wrapper<L>::value(lhs), Wrapper<R>::value(rhs), &result); in MathOp() 240 const bool is_valid = state_.is_valid() && Wrapper<R>::is_valid(rhs) && in MathOp() 241 Math::Do(state_.value(), Wrapper<R>::value(rhs), &result); in MathOp() 263 struct Wrapper struct in angle::base::internal::CheckedNumeric 270 struct Wrapper<CheckedNumeric<Src>> struct in angle::base::internal::CheckedNumeric 277 struct Wrapper<StrictNumeric<Src>> struct in angle::base::internal::CheckedNumeric
|
H A D | clamped_math.h | 109 return ClampedNumeric<result_type>(ClampedMaxOp<T, U>::Do(value_, Wrapper<U>::value(rhs))); in Max() 116 return ClampedNumeric<result_type>(ClampedMinOp<T, U>::Do(value_, Wrapper<U>::value(rhs))); in Min() 160 Math::template Do<T>(Wrapper<L>::value(lhs), Wrapper<R>::value(rhs))); in MathOp() 168 *this = ClampedNumeric<T>(Math::template Do<T>(value_, Wrapper<R>::value(rhs))); in MathOp() 189 struct Wrapper struct in angle::base::internal::ClampedNumeric
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | WrapMain.cpp | 18 class Wrapper : public TIntermTraverser class 24 Wrapper(TSymbolTable &symbolTable, IdGen &idGen) in Wrapper() function in __anon19791::Wrapper 87 Wrapper wrapper(symbolTable, idGen); in WrapMain()
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/ |
H A D | Encoder.java | 20 private final EncoderJNI.Wrapper encoder; 78 this.encoder = new EncoderJNI.Wrapper(inputBufferSize, params.quality, params.lgwin); in Encoder() 166 EncoderJNI.Wrapper encoder = new EncoderJNI.Wrapper(data.length, params.quality, params.lgwin); in compress()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | accessors.rs | 394 pub struct Wrapper { structure names 399 const UNINIT: ::std::mem::MaybeUninit<Wrapper> = in bindgen_test_layout_Wrapper() 403 ::std::mem::size_of::<Wrapper>(), in bindgen_test_layout_Wrapper() 405 concat!("Size of: ", stringify!(Wrapper)) in bindgen_test_layout_Wrapper() 408 ::std::mem::align_of::<Wrapper>(), in bindgen_test_layout_Wrapper() 410 concat!("Alignment of ", stringify!(Wrapper)) in bindgen_test_layout_Wrapper() 419 stringify!(Wrapper), in bindgen_test_layout_Wrapper() 425 impl Wrapper { impls
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | replaces_double.hpp | 1 // bindgen-flags: --blocklist-type Wrapper -- --std=c++11 4 struct Wrapper { struct 13 using MaybeWrapped = typename Wrapper<T>::Type;
|
H A D | sentry-defined-multiple-times.hpp | 3 // `Wrapper::sentry` and `sentry` should be emitted as `Wrapper_sentry` and 4 // `sentry` respectively, but instead `Wrapper::sentry` is named just `sentry` 8 // making the `Wrapper::sentry` definition inline in `Wrapper`, rather than 14 class Wrapper { class 15 // Declaration of Wrapper::sentry 19 // Definition of Wrapper::sentry 21 class Wrapper<f, h>::sentry {
|
/third_party/mesa3d/include/CL/ |
H A D | cl2.hpp | 1051 * existence of Wrapper<T>::cl_type, and none of the other types having the 1052 * cl_type member. Note that simplify specifying the parameter as Wrapper<T> 1148 * existence of Wrapper<T>::cl_type, and none of the other types having the 1149 * cl_type member. Note that simplify specifying the parameter as Wrapper<T> 1747 class Wrapper class 1756 Wrapper() : object_(NULL) { } in Wrapper() function in cl::detail::Wrapper 1758 Wrapper(const cl_type &obj, bool retainObject) : object_(obj) in Wrapper() function in cl::detail::Wrapper 1765 ~Wrapper() in ~Wrapper() 1770 Wrapper(const Wrapper<cl_typ function in cl::detail::Wrapper 1841 class Wrapper<cl_device_id> global() class 1869 Wrapper() : object_(NULL), referenceCountable_(false) Wrapper() function in cl::detail::Wrapper 1873 Wrapper(const cl_type &obj, bool retainObject) : Wrapper() function in cl::detail::Wrapper 1889 Wrapper(const Wrapper<cl_type>& rhs) Wrapper() function in cl::detail::Wrapper [all...] |