Searched refs:GetIndex (Results 1 - 25 of 44) sorted by relevance

12

/external/pdfium/core/fpdfdoc/
H A Dcpdf_nametree.h26 int GetIndex(const CFX_ByteString& csName) const;
H A Dcpdf_docjsactions.cpp39 return name_tree.GetIndex(csName);
H A Dcpdf_nametree.cpp157 int CPDF_NameTree::GetIndex(const CFX_ByteString& csName) const { function in class:CPDF_NameTree
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_layoutitem.h31 int32_t GetIndex() const;
H A Dcxfa_nodehelper.h46 int32_t GetIndex(CXFA_Node* pNode,
H A Dcxfa_layoutitem.cpp132 int32_t CXFA_LayoutItem::GetIndex() const { function in class:CXFA_LayoutItem
147 int32_t iCount = GetIndex() + 1;
H A Dcxfa_nodehelper.cpp230 int32_t CXFA_NodeHelper::GetIndex(CXFA_Node* pNode, function in class:CXFA_NodeHelper
286 GetIndex(refNode, eLogicType, bIsProperty, true));
292 GetIndex(refNode, eLogicType, bIsProperty, false));
H A Dcxfa_resolveprocessor.cpp717 iCurrIndex = m_pNodeHelper->GetIndex(curNode, XFA_LOGIC_Transparent,
720 iCurrIndex = m_pNodeHelper->GetIndex(curNode, XFA_LOGIC_Transparent,
H A Dcxfa_scriptcontext.cpp741 return lpNodeHelper->GetIndex(refNode, XFA_LOGIC_Transparent,
746 return lpNodeHelper->GetIndex(refNode, XFA_LOGIC_Transparent,
/external/v8/src/snapshot/
H A Dnatives.h46 static int GetIndex(const char* name);
H A Dnatives-external.cc46 int GetIndex(const char* id) { function in class:v8::internal::NativesStore
207 int NativesCollection<type>::GetIndex(const char* name) { function in class:v8::internal::NativesCollection
208 return NativesHolder<type>::get()->GetIndex(name);
231 template int NativesCollection<T>::GetIndex(const char* name); \
/external/v8/src/
H A Dtype-feedback-vector-inl.h114 return get(GetIndex(slot));
120 set(GetIndex(slot), value, mode);
272 int extra_index = vector()->GetIndex(slot()) + 1;
288 int index = vector()->GetIndex(slot()) + 1;
H A Dtype-feedback-vector.h262 static int GetIndex(FeedbackVectorSlot slot) {
/external/pdfium/xfa/fxfa/app/
H A Dxfa_fftext.cpp68 pTextLayout->DrawString(pRenderDevice, mt, rtClip, GetIndex());
103 pTextLayout->ItemBlocks(rtText, pItem->GetIndex());
/external/lzma/CPP/7zip/Compress/
H A DBcj2Coder.cpp14 inline unsigned GetIndex(Byte b0, Byte b1) { return ((b1 == 0xE8) ? b0 : ((b1 == 0xE9) ? 256 : 257)); } function in namespace:NCompress::NBcj2
201 unsigned index = GetIndex(prevByte, b);
327 unsigned index = GetIndex(prevByte, b);
/external/protobuf/python/google/protobuf/pyext/
H A Ddescriptor.cc713 static PyObject* GetIndex(PyBaseDescriptor *self, void *closure) { function in namespace:google::protobuf::python::field_descriptor
890 { "index", (getter)GetIndex, NULL, "Index"},
1131 static PyObject* GetIndex(PyBaseDescriptor *self, void *closure) { function in namespace:google::protobuf::python::enumvalue_descriptor
1165 { "index", (getter)GetIndex, NULL, "index"},
1437 static PyObject* GetIndex(PyBaseDescriptor *self, void *closure) { function in namespace:google::protobuf::python::oneof_descriptor
1458 { "index", (getter)GetIndex, NULL, "Index"},
/external/skia/samplecode/
H A DSampleFatBits.cpp357 static int GetIndex(SkView::Click* click) { function in class:IndexClick
485 int index = IndexClick::GetIndex(click);
/external/skia/src/ports/
H A DSkRemotableFontMgr_win_dw.cpp116 fontId->fTtcIndex = fontFace->GetIndex();
H A DSkTypeface_win_dw.cpp220 *ttcIndex = fDWriteFontFace->GetIndex();
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
H A Dmkvparser.cc4813 assert(pCluster->GetIndex() >= 0);
4824 Cluster** const i = clusters + pCluster->GetIndex();
4845 assert(pCluster->GetIndex() >= 0);
4846 assert(pCluster->GetIndex() == long(mid - m_pSegment->m_clusters));
5408 assert(pCluster->GetIndex() >= 0);
5419 Cluster** const i = clusters + pCluster->GetIndex();
5440 assert(pCluster->GetIndex() >= 0);
5441 assert(pCluster->GetIndex() == long(mid - m_pSegment->m_clusters));
6801 long Cluster::GetIndex() const { return m_index; } function in class:Cluster
7335 size_t idx = pCurr->GetIndex();
[all...]
H A Dmkvparser.h131 long GetIndex() const;
1022 long GetIndex() const;
/external/libvpx/libwebm/mkvparser/
H A Dmkvparser.cc4821 assert(pCluster->GetIndex() >= 0);
4832 Cluster** const i = clusters + pCluster->GetIndex();
4853 assert(pCluster->GetIndex() >= 0);
4854 assert(pCluster->GetIndex() == long(mid - m_pSegment->m_clusters));
5330 assert(pCluster->GetIndex() >= 0);
5341 Cluster** const i = clusters + pCluster->GetIndex();
5362 assert(pCluster->GetIndex() >= 0);
5363 assert(pCluster->GetIndex() == long(mid - m_pSegment->m_clusters));
6719 long Cluster::GetIndex() const { return m_index; } function in class:Cluster
7253 size_t idx = pCurr->GetIndex();
[all...]
H A Dmkvparser.h131 long GetIndex() const;
989 long GetIndex() const;
/external/v8/src/ic/arm64/
H A Dic-arm64.cc405 int slot_index = dummy_vector->GetIndex(
/external/v8/src/ic/x64/
H A Dic-x64.cc319 int slot_index = dummy_vector->GetIndex(

Completed in 397 milliseconds

12