Home
last modified time | relevance | path

Searched refs:get (Results 4051 - 4075 of 14719) sorted by relevance

1...<<161162163164165166167168169170>>...589

/third_party/typescript/tests/baselines/reference/
H A DclassWithStaticMembers.js4 static get x() { return 1; }
45 get: function () { return 1; },
H A DconstDeclarations-validContexts.js104 get v() {
209 get v() {
H A DdecoratorOnClassProperty13.js18 return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
31 get prop() { return __classPrivateFieldGet(this, _C_prop_accessor_storage, "f"); }
H A DmetadataReferencedWithinFilteredUnion.js14 get prop(): Class1 | undefined {
49 get: function () {
H A DmoduleSameValueDuplicateExportedBindings2.js31 if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
32 desc = { enumerable: true, get: function() { return m[k]; } };
48 if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
49 desc = { enumerable: true, get: function() { return m[k]; } };
H A DprivateNameNestedMethodAccess.js5 get #baz() { return 42; }
31 return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
H A DprivateNamesUseBeforeDef.js14 get #bar() { return 3 };
27 return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
H A DexportsAndImports4.js59 Object.defineProperty(exports, "d", { enumerable: true, get: function () { return t1_2.default; } });
68 Object.defineProperty(exports, "f2", { enumerable: true, get: function () { return t1_4.default; } });
H A DletDeclarations-validContexts.js104 get v() {
229 get v() {
H A DaliasUsageInAccessorsOfClass.js22 get A() {
76 get: function () {
H A DambientShorthand_reExport.js24 if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
25 desc = { enumerable: true, get: function() { return m[k]; } };
41 if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
42 desc = { enumerable: true, get: function() { return m[k]; } };
H A DtypeGuardsObjectMethods.js24 get prop() {
71 get prop() {
/third_party/skia/third_party/externals/freetype/builds/meson/
H A Dparse_modules_cfg.py76 }.get(driver, driver)
90 }.get(module)
/third_party/protobuf/python/
H A Dstubout.py92 old_attribute = obj.__dict__.get(attr_name)
124 old_attribute = parent.__dict__.get(child_name)
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dset.rs44 pub fn get<Q>(&self, value: &Q) -> Option<&'a T> in get() functions
49 self.set.get(value).copied() in get()
101 pub fn get<Q>(&self, value: &Q) -> Option<&T> in get() functions
106 self.0.get(value) in get()
/third_party/rust/crates/cxx/syntax/
H A Dset.rs44 pub fn get<Q>(&self, value: &Q) -> Option<&'a T> in get() functions
49 self.set.get(value).copied() in get()
101 pub fn get<Q>(&self, value: &Q) -> Option<&T> in get() functions
106 self.0.get(value) in get()
/third_party/skia/third_party/externals/abseil-cpp/
H A Dabsl_hardening_test.cc76 EXPECT_DEATH_IF_SUPPORTED(absl::get<std::string>(variant), ""); in TEST()
77 EXPECT_DEATH_IF_SUPPORTED(absl::get<1>(variant), ""); in TEST()
/third_party/skia/docs/examples/
H A DSkImage_to_PPM_ascii.cpp50 SkBitmap bitmap = ToBitmap(image.get()); in REG_FIDDLE()
52 dump_txt(data.get(), "fooa.ppm"); in REG_FIDDLE()
H A DSkImage_to_PPM_binary.cpp48 SkBitmap bitmap = ToBitmap(image.get()); in REG_FIDDLE()
50 print_data(data.get(), "foo.ppm"); in REG_FIDDLE()
/third_party/skia/gm/
H A Dlocalmatriximagefilter.cpp74 show_image(canvas, image0.get(), filter); in DEF_SIMPLE_GM()
78 show_image(canvas, image0.get(), std::move(localFilter)); in DEF_SIMPLE_GM()
/third_party/skia/experimental/graphite/src/
H A DDrawContext.h45 TextureProxy* target() { return fTarget.get(); } in target()
46 const TextureProxy* target() const { return fTarget.get(); } in target()
/third_party/skia/bench/
H A DGlyphQuadFillBench.cpp49 colorSpace.get(), SkStrikeCache::GlobalStrikeCache()};
73 subRun->fillVertexData(fVertices.get(), 0, subRun->glyphCount(),
H A DHardStopGradientBench_ScaleNumHardStops.cpp73 colors.get(),
74 positions.get(),
/third_party/spirv-tools/source/fuzz/
H A Dtransformation_add_spec_constant_op.cpp47 ApplyImpl(clone.get()); in IsApplicable()
48 return fuzzerutil::IsValid(clone.get(), in IsApplicable()
/third_party/spirv-tools/test/fuzzers/
H A Dspvtools_fuzz_fuzzer.cpp66 spvtools::fuzz::FuzzerContext::GetMinFreshId(ir_context.get()), false); in LLVMFuzzerTestOneInput()
70 spvtools::MakeUnique<spvtools::fuzz::FactManager>(ir_context.get()), in LLVMFuzzerTestOneInput()

Completed in 11 milliseconds

1...<<161162163164165166167168169170>>...589