HomeSort by relevance Sort by last modified time
    Searched refs:GetUserData (Results 1 - 9 of 9) sorted by null

  /external/lldb/include/lldb/Symbol/
CompileUnit.h 272 GetUserData () const;
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFCompileUnit.h 130 GetUserData() const
SymbolFileDWARF.cpp 905 CompileUnit *comp_unit = (CompileUnit*)dwarf_cu->GetUserData();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dpaddr.h 239 STDMETHOD(GetUserData)(THIS_ LPVOID pvUserData, PDWORD pdwBufferSize) PURE;
268 #define IDirectPlay8Address_GetUserData(p,a,b) (p)->lpVtbl->GetUserData(p,a,b)
293 #define IDirectPlay8Address_GetUserData(p,a,b) (p)->GetUserData(a,b)
mfplay.h 88 STDMETHOD_(HRESULT,GetUserData)(THIS_ DWORD_PTR *pdwUserData) PURE;
114 #define IMFPMediaItem_GetUserData(This,pdwUserData) (This)->lpVtbl->GetUserData(This,pdwUserData)
  /external/lldb/source/Symbol/
CompileUnit.cpp 459 CompileUnit::GetUserData () const
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.h 248 void* GetUserData() { return userData; } ///< Get a pointer to arbitrary user data.
249 const void* GetUserData() const { return userData; } ///< Get a pointer to arbitrary user data.
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
box2d.js 80 m;b.aabb.upperBound.y=e.upperBound.y+f;this.InsertLeaf(b);return true};u.prototype.Rebalance=function(b){if(b===undefined)b=0;if(this.m_root!=null)for(var e=0;e<b;e++){for(var f=this.m_root,m=0;f.IsLeaf()==false;){f=this.m_path>>m&1?f.child2:f.child1;m=m+1&31}++this.m_path;this.RemoveLeaf(f);this.InsertLeaf(f)}};u.prototype.GetFatAABB=function(b){return b.aabb};u.prototype.GetUserData=function(b){return b.userData};u.prototype.Query=function(b,e){if(this.m_root!=null){var f=new Vector,m=0;for(f[m++]=
    [all...]
  /external/tinyxml/
tinyxml.h 202 void* GetUserData() { return userData; }
    [all...]

Completed in 396 milliseconds