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

  /external/lzma/CPP/Windows/Control/
ListView.cpp 62 return SetItem(&item);
95 return SetItem(&item);
ComboBox.h 53 LRESULT SetItem(COMBOBOXEXITEM *item) { return SendMessage(CBEM_SETITEM, 0, (LPARAM)item); }
ListView.h 35 bool SetItem(const LVITEM* item) { return BOOLToBool(ListView_SetItem(_window, item)); }
44 bool SetItem(const LV_ITEMW* item) { return BOOLToBool((BOOL)SendMessage(LVM_SETITEMW, 0, (LPARAM)item)); }
  /external/lzma/CPP/7zip/Archive/7z/
7zItem.h 147 void SetItem(unsigned index, bool defined, UInt64 value);
7zOut.cpp 878 void CUInt64DefVector::SetItem(unsigned index, bool defined, UInt64 value)
893 CTime.SetItem(index, file2.CTimeDefined, file2.CTime);
894 ATime.SetItem(index, file2.ATimeDefined, file2.ATime);
895 MTime.SetItem(index, file2.MTimeDefined, file2.MTime);
896 StartPos.SetItem(index, file2.StartPosDefined, file2.StartPos);
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Collections.pas 105 procedure SetItem(const Key: TKey; const Value: TValue);
121 property Items[const Key: TKey]: TValue read GetItem write SetItem; default;
179 SetItem(Key, Value)
244 procedure THashList<TKey, TValue>.SetItem(const Key: TKey; const Value: TValue);
Antlr.Runtime.Tools.pas 136 procedure SetItem(Index: Integer; const Value: T);
181 property Items[Index: Integer]: T read GetItem write SetItem; default;
190 procedure SetItem(const Key: TKey; const Value: TValue);
205 property Items[const Key: TKey]: TValue read GetItem write SetItem; default;
225 procedure SetItem(Index: Integer; const Value: T);
293 procedure SetItem(const Key: TKey; const Value: TValue);
527 procedure TList<T>.SetItem(Index: Integer; const Value: T);
651 procedure TDictionary<TKey,TValue>.SetItem(const Key: TKey; const Value: TValue);
864 SetItem(Key,Value)
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tools.Tests.pas 286 FIList.SetItem(Index, Value);
459 FIDictionary.SetItem(Key, Value);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wmcontainer.h 235 STDMETHOD_(HRESULT,SetItem)(THIS_ REFGUID guidKey,REFPROPVARIANT Value) PURE;
281 #define IMFASFContentInfo_SetItem(This,guidKey,Value) (This)->lpVtbl->SetItem(This,guidKey,Value)
337 STDMETHOD_(HRESULT,SetItem)(THIS_ REFGUID guidKey,REFPROPVARIANT Value) PURE;
386 #define IMFASFStreamConfig_SetItem(This,guidKey,Value) (This)->lpVtbl->SetItem(This,guidKey,Value)
445 STDMETHOD_(HRESULT,SetItem)(THIS_ REFGUID guidKey,REFPROPVARIANT Value) PURE;
    [all...]
mfidl.h 268 HRESULT (STDMETHODCALLTYPE *SetItem)(
439 #define IMFTopologyNode_SetItem(This,guidKey,Value) (This)->lpVtbl->SetItem(This,guidKey,Value)
529 return This->lpVtbl->SetItem(This,guidKey,Value);
    [all...]
mfobjects.h 236 virtual HRESULT STDMETHODCALLTYPE SetItem(
397 HRESULT (STDMETHODCALLTYPE *SetItem)(
493 #define IMFAttributes_SetItem(This,guidKey,Value) (This)->lpVtbl->SetItem(This,guidKey,Value)
566 return This->lpVtbl->SetItem(This,guidKey,Value);
    [all...]
mmc.h     [all...]
  /external/opencv3/modules/videoio/src/
cap_msmf.hpp     [all...]

Completed in 248 milliseconds