Home
last modified time | relevance | path

Searched refs:GetFuncName (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/src/fdp/src/css/
Dfde_cssdatatable.h19 const FX_WCHAR* GetFuncName() const { return m_pszFuncName; }; in GetFuncName() function
63 virtual const FX_WCHAR* GetFuncName() const { in GetFuncName() function
65 return m_pFunction->GetFuncName(); in GetFuncName()
/external/lldb/test/
Dlldbutil.py580 def GetFuncName(i): function
583 return map(GetFuncName, range(thread.GetNumFrames()))
/external/libevent/
Devent_rpcgen.py138 entry.GetFuncName()))
428 def GetFuncName(self): member in Entry
/external/pdfium/xfa/src/fdp/include/
Dfde_css.h245 virtual const FX_WCHAR* GetFuncName() const = 0;