Home
last modified time | relevance | path

Searched defs:const (Results 1476 - 1500 of 15558) sorted by relevance

1...<<51525354555657585960>>...623

/third_party/node/lib/internal/test_runner/
H A Dtest.js[all...]
/third_party/node/deps/icu-small/source/common/unicode/
H A Dchar16ptr.h90 inline operator char16_t *() const { return get(); } in operator char16_t *() argument
126 char16_t *Char16Ptr::get() const { return p_; } in get() argument
140 char16_t *Char16Ptr::get() const { return u_.cp; } in get() argument
198 operator const char16_t *() const operator const char16_t *() argument
234 get() const get() argument
248 get() const get() argument
[all...]
/third_party/node/deps/npm/test/lib/commands/
H A Dshrinkwrap.js[all...]
/third_party/skia/src/core/
H A DSkTLazy.h97 bool isValid() const { return SkToBool(fPtr); } in isValid() argument
103 T* get() const { SkASSERT(this->isValid()); return fPtr; } in get() argument
104 T* operator->() const { return this->get(); } in operator ->() argument
105 T& operator*() const { return *this->get(); } in operator *() argument
111 T* getMaybeNull() const { return fPtr; } in getMaybeNull() argument
194 get() const get() argument
200 operator ->() const operator ->() argument
202 operator const T*() const operator const T*() argument
204 operator *() const operator *() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DGPUBuffer.h35 const wgpu::BufferDescriptor& Desc() const { in Desc() argument
40 inline operator const wgpu::Buffer &() const { in operator const wgpu::Buffer &() argument
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-blob.hh[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Testing/Support/
H A DError.h75 operator testing::Matcher<const ExpectedHolder<T> &>() const { in operator testing::Matcher &>() argument
[all...]
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dchar16ptr.h90 inline operator char16_t *() const { return get(); } in operator char16_t *() argument
126 char16_t *Char16Ptr::get() const { return p_; } in get() argument
140 char16_t *Char16Ptr::get() const { return u_.cp; } in get() argument
198 operator const char16_t *() const operator const char16_t *() argument
234 get() const get() argument
248 get() const get() argument
[all...]
/third_party/typescript/tests/baselines/reference/
H A DintersectionReduction.js[all...]
H A DunusedLocalsAndObjectSpread.js
/third_party/skia/modules/svg/include/
H A DSkSVGValue.h33 Type type() const { return fType; } in type() argument
36 const T* as() const { in as() argument
58 operator const T&() const { return fWrappedValue; } in operator const T&() argument
59 const T* operator->() const { return &fWrappedValue; } in operator ->() argument
[all...]
/third_party/skia/experimental/graphite/src/geom/
H A DTransform_graphite.h48 operator const SkM44&() const { return fM; } in operator const SkM44&() argument
49 operator SkMatrix() const { return fM.asM33(); } in operator SkMatrix() argument
52 bool operator!=(const Transform& t) const { retur argument
54 matrix() const matrix() argument
55 inverse() const inverse() argument
57 scaleFactors() const scaleFactors() argument
58 maxScaleFactor() const maxScaleFactor() argument
60 type() const type() argument
61 valid() const valid() argument
[all...]
/third_party/skia/modules/sksg/include/
H A DSkSGRenderNode.h86 operator const RenderContext*() const operator const RenderContext*() argument
87 operator ->() const operator ->() argument
137 children() const children() argument
[all...]
/applications/sample/camera/launcher/launcher/src/main/cpp/
H A Dlong_press_view.h36 bool GetStatus() const in GetStatus() argument
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dtagged_object-inl.h48 inline JSHClass *TaggedObject::SynchronizedGetClass() const in SynchronizedGetClass() argument
H A Dshared_mem_controller.h45 double GetIdleSharedSpaceAllocationThroughputPerMS() const in GetIdleSharedSpaceAllocationThroughputPerMS() argument
50 double GetLastGCOldSpaceObjectUsageRate() const in GetLastGCOldSpaceObjectUsageRate() argument
55 double GetLastGCObjectUsageRate() const in GetLastGCObjectUsageRate() argument
/arkcompiler/ets_runtime/ecmascript/jspandafile/accessor/
H A Dmodule_data_accessor.h51 panda_file::File::EntityId GetModuleDataId() const in GetModuleDataId() argument
56 const std::vector<uint32_t>& getRequestModules() const in getRequestModules() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Djsnapi_sendable.h28 const std::vector<PropertyDescriptor> GetStaticDescs() const in GetStaticDescs() argument
32 const std::vector<PropertyDescriptor> GetNonStaticDescs() const in GetNonStaticDescs() argument
36 const std::vector<PropertyDescriptor> GetInstanceDescs() const in GetInstanceDescs() argument
/arkcompiler/ets_runtime/ecmascript/ohos/tests/mock/
H A Dmock_aot_runtime_info.h39 IsRuntimeInfoCrashTest() const IsRuntimeInfoCrashTest() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot.h69 GetLastVersion() const GetLastVersion() argument
[all...]
/arkcompiler/ets_runtime/test/moduletest/ictest/
H A Dictest.js
/arkcompiler/runtime_core/abc2program/
H A Dabc_file_entity_processor.h29 std::string GetStringById(const panda_file::File::EntityId &entity_id) const in GetStringById() argument
/arkcompiler/runtime_core/compiler/optimizer/analysis/
H A Dlinear_order.h49 const ArenaVector<BasicBlock *> &GetBlocks() const in GetBlocks() argument
/arkcompiler/runtime_core/compiler/tests/
H A Dreg_alloc_common_test.cpp25 void RunRegAllocatorsAndCheck(Graph *graph, Checker checker) const in RunRegAllocatorsAndCheck() argument
35 void RegAllocCommonTest::TestParametersLocations() const in TestParametersLocations() argument
/arkcompiler/runtime_core/libpandabase/utils/
H A Dexpected.h134 ValueOr(U &&v) const ValueOr() argument
[all...]

Completed in 9 milliseconds

1...<<51525354555657585960>>...623