HomeSort by relevance Sort by last modified time
    Searched defs:PutWord (Results 1 - 3 of 3) sorted by null

  /external/opencv/
WLNonFileByteStream.cpp 101 void WLNonFileByteStream::PutWord( int val )
  /external/opencv/otherlibs/highgui/
bitstrm.cpp 857 void WLByteStream::PutWord( int val )
908 void WMByteStream::PutWord( int val )
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
indexsrv.h 130 virtual HRESULT WINAPI PutWord(ULONG cwc,const WCHAR *pwcInBuf,ULONG cwcSrcLen,ULONG cwcSrcPos) = 0;
142 HRESULT (WINAPI *PutWord)(IWordSink *This,ULONG cwc,const WCHAR *pwcInBuf,ULONG cwcSrcLen,ULONG cwcSrcPos);
156 #define IWordSink_PutWord(This,cwc,pwcInBuf,cwcSrcLen,cwcSrcPos) (This)->lpVtbl->PutWord(This,cwc,pwcInBuf,cwcSrcLen,cwcSrcPos)
243 virtual HRESULT WINAPI PutWord(const WCHAR *pwcInBuf,ULONG cwc) = 0;
252 HRESULT (WINAPI *PutWord)(IWordFormSink *This,const WCHAR *pwcInBuf,ULONG cwc);
263 #define IWordFormSink_PutWord(This,pwcInBuf,cwc) (This)->lpVtbl->PutWord(This,pwcInBuf,cwc)

Completed in 3410 milliseconds