Home
last modified time | relevance | path

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

/external/v8/include/cppgc/internal/
Dgc-info.h25 GCInfoIndex GetIndex() const { return index_; } in GetIndex() function
/external/pdfium/xfa/fxfa/layout/
Dcxfa_contentlayoutitem.cpp101 size_t CXFA_ContentLayoutItem::GetIndex() const { in GetIndex() function in CXFA_ContentLayoutItem
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_reachability.h180 int GetIndex(const HloInstruction* instruction) const { in GetIndex() function
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_code.cc79 uint64 GetIndex(const string& str) { in GetIndex() function in tensorflow::tfprof::__anon9168bbb50111::StringTable
104 uint64 GetIndex(const string& file_path, const string& func_name, in GetIndex() function in tensorflow::tfprof::__anon9168bbb50111::FunctionTable
143 uint64 GetIndex(const string& file_path, uint64 line_number, in GetIndex() function in tensorflow::tfprof::__anon9168bbb50111::LocationTable
/external/v8/src/heap/cppgc/
Dpage-memory.h125 size_t GetIndex(ConstAddress address) const { in GetIndex() function
/external/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
/external/libgav1/libgav1/src/
Dpost_filter.h329 static int GetIndex(int row4x4) { return DivideBy4(row4x4); } in GetIndex() function
/external/skqp/samplecode/
DSampleFatBits.cpp369 static int GetIndex(Sample::Click* click) { in GetIndex() function in IndexClick
/external/skia/samplecode/
DSampleFatBits.cpp369 static int GetIndex(Sample::Click* click) { in GetIndex() function in IndexClick
/external/vixl/src/aarch32/
Ddisasm-aarch32.h173 uint32_t GetIndex() const { return index_; } in GetIndex() function
/external/v8/src/objects/
Dfeedback-vector.h233 static int GetIndex(FeedbackSlot slot) { return slot.ToInt(); } in GetIndex() function
/external/perfetto/src/tracing/core/
Dtrace_buffer_unittest.cc131 std::vector<ChunkMetaKey> GetIndex() { in GetIndex() function in perfetto::TraceBufferTest
/external/angle/src/compiler/translator/tree_ops/
DRewriteRowMajorMatrices.cpp128 TOperator GetIndex(TSymbolTable *symbolTable, in GetIndex() function
/external/libaom/libaom/third_party/libwebm/mkvparser/
Dmkvparser.cc6838 long Cluster::GetIndex() const { return m_index; } in GetIndex() function in mkvparser::Cluster
7572 long BlockEntry::GetIndex() const { return m_index; } in GetIndex() function in mkvparser::BlockEntry
/external/libvpx/libwebm/mkvparser/
Dmkvparser.cc6838 long Cluster::GetIndex() const { return m_index; } in GetIndex() function in mkvparser::Cluster
7572 long BlockEntry::GetIndex() const { return m_index; } in GetIndex() function in mkvparser::BlockEntry
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
Dmkvparser.cc6838 long Cluster::GetIndex() const { return m_index; } in GetIndex() function in mkvparser::Cluster
7572 long BlockEntry::GetIndex() const { return m_index; } in GetIndex() function in mkvparser::BlockEntry
/external/mesa3d/src/imgui/
Dimgui_internal.h276 …ImPoolIdx GetIndex(const T* p) const { IM_ASSERT(p >= Data.Data && p < Data.Data + Data… in GetIndex() function
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp1683 size_t CXFA_Node::GetIndex(bool bIsProperty, bool bIsClassIndex) { in GetIndex() function in CXFA_Node