Home
last modified time | relevance | path

Searched defs:GetIndex (Results 1 – 24 of 24) sorted by relevance

/third_party/node/tools/v8_gypfiles/
Dextras-libraries.cc22 int NativesCollection<EXTRAS>::GetIndex(const char* name) { in GetIndex() function in v8::internal::NativesCollection
/third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/include/api/
Dcell.h125 int32_t GetIndex() const { return index_; } in GetIndex() function
/third_party/mindspore/include/api/
Dcell.h126 int32_t GetIndex() const { return index_; } in GetIndex() function
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DFormat.cpp39 size_t Format::GetIndex() const { in GetIndex() function in dawn_native::Format
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DFormat.cpp119 size_t Format::GetIndex() const { in GetIndex() function in dawn_native::Format
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/somas/
Dsomas_solver_pre.h72 inline size_t GetIndex(size_t index) const { return index / bit_width_; } in GetIndex() function
/third_party/skia/tools/
DToolUtils.h195 static uint32_t GetIndex(TopoTestNode* node) { return node->outputPos(); } in GetIndex() function
/third_party/skia/src/gpu/
DGrRenderTask.h229 static uint32_t GetIndex(GrRenderTask* renderTask) { in GetIndex() function
/third_party/mindspore/mindspore/ccsrc/cxx_api/model/acl/acl_vm/
Dacl_vm.cc83 bool AclBackend::GetIndex(const BaseRef &c, int64_t *value) { in GetIndex() function in mindspore::AclBackend
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/
Deliminate_redundant_output.cc36 inline size_t GetIndex(const AnfNodePtr &getitem_node) { in GetIndex() function
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dgroup_manager.cc55 Status Group::GetIndex(size_t *index) { in GetIndex() function in mindspore::parallel::Group
/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc781 static PyObject* GetIndex(PyBaseDescriptor *self, void *closure) { in GetIndex() function
1223 static PyObject* GetIndex(PyBaseDescriptor *self, void *closure) { in GetIndex() function
1547 static PyObject* GetIndex(PyBaseDescriptor *self, void *closure) { in GetIndex() function
1673 static PyObject* GetIndex(PyBaseDescriptor *self, void *closure) { in GetIndex() function
1796 static PyObject* GetIndex(PyBaseDescriptor *self, void *closure) { in GetIndex() function
/third_party/mindspore/mindspore/ccsrc/runtime/framework/actor/
Dswitch_actor.cc265 size_t SwitchActor::GetIndex(const OpContext<DeviceTensor> *const context) { in GetIndex() function in mindspore::runtime::SwitchActor
/third_party/flutter/skia/samplecode/
DSampleFatBits.cpp369 static int GetIndex(Sample::Click* click) { in GetIndex() function in IndexClick
/third_party/skia/samplecode/
DSampleFatBits.cpp368 static int GetIndex(Sample::Click* click) { in GetIndex() function in IndexClick
/third_party/grpc/third_party/upb/upbc/
Dprotoc-gen-upb.cc616 int GetIndex(const protobuf::FieldDescriptor* field) { in GetIndex() function
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/meta/
Dshard_header.cc577 std::shared_ptr<Index> ShardHeader::GetIndex() { return index_; } in GetIndex() function in mindspore::mindrecord::ShardHeader
/third_party/mindspore/mindspore/ccsrc/vm/
Dbackend.cc55 bool Backend::GetIndex(const BaseRef &c, int64_t *const value) { return BaseRefToInt(utils::cast<Va… in GetIndex() function in mindspore::compile::Backend
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/
DRewriteRowMajorMatrices.cpp129 TOperator GetIndex(TSymbolTable *symbolTable, in GetIndex() function
/third_party/abseil-cpp/absl/types/
Dvariant_test.cc1205 TEST(VariantTest, GetIndex) { in TEST() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Dvariant_test.cc1205 TEST(VariantTest, GetIndex) { in TEST() argument
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_internal.h269 …ImPoolIdx GetIndex(const T* p) const { IM_ASSERT(p >= Data.Data && p < Data.Data + Data… in GetIndex() function
/third_party/mesa3d/src/imgui/
Dimgui_internal.h276 …ImPoolIdx GetIndex(const T* p) const { IM_ASSERT(p >= Data.Data && p < Data.Data + Data… in GetIndex() function
/third_party/skia/third_party/externals/imgui/
Dimgui_internal.h624 …ImPoolIdx GetIndex(const T* p) const { IM_ASSERT(p >= Buf.Data && p < Buf.Data + Buf.Si… in GetIndex() function