Searched defs:Revert (Results 1 - 22 of 22) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dwia.h542 virtual HRESULT WINAPI Revert(void) = 0;
565 HRESULT (WINAPI *Revert)(IWiaPropertyStorage *This); member in struct:IWiaPropertyStorageVtbl
590 #define IWiaPropertyStorage_Revert(This) (This)->lpVtbl->Revert(This)
H A Dscardssp.h278 virtual HRESULT WINAPI Revert(void) = 0;
303 HRESULT (WINAPI *Revert)(IByteBuffer *This); member in struct:IByteBufferVtbl
330 #define IByteBuffer_Revert(This) (This)->lpVtbl->Revert(This)
H A Dshdeprecated.h146 virtual HRESULT WINAPI Revert(void) = 0;
164 HRESULT (WINAPI *Revert)(ITravelLog *This); member in struct:ITravelLogVtbl
184 #define ITravelLog_Revert(This) (This)->lpVtbl->Revert(This)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dwia.h542 virtual HRESULT WINAPI Revert(void) = 0;
565 HRESULT (WINAPI *Revert)(IWiaPropertyStorage *This); member in struct:IWiaPropertyStorageVtbl
590 #define IWiaPropertyStorage_Revert(This) (This)->lpVtbl->Revert(This)
H A Dscardssp.h278 virtual HRESULT WINAPI Revert(void) = 0;
303 HRESULT (WINAPI *Revert)(IByteBuffer *This); member in struct:IByteBufferVtbl
330 #define IByteBuffer_Revert(This) (This)->lpVtbl->Revert(This)
H A Dshdeprecated.h146 virtual HRESULT WINAPI Revert(void) = 0;
164 HRESULT (WINAPI *Revert)(ITravelLog *This); member in struct:ITravelLogVtbl
184 #define ITravelLog_Revert(This) (This)->lpVtbl->Revert(This)
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Parse/
H A DParser.h692 /// after the token consumption is done, Commit() or Revert() is called to
699 /// TPA.Revert();
726 void Revert() { function in class:clang::Parser::TentativeParsingAction
738 assert(!isActive && "Forgot to call Commit or Revert!");
748 ~RevertingTentativeParsingAction() { Revert(); }
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Parse/
H A DParser.h711 /// after the token consumption is done, Commit() or Revert() is called to
718 /// TPA.Revert();
745 void Revert() { function in class:clang::Parser::TentativeParsingAction
757 assert(!isActive && "Forgot to call Commit or Revert!");
767 ~RevertingTentativeParsingAction() { Revert(); }
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Parse/
H A DParser.h711 /// after the token consumption is done, Commit() or Revert() is called to
718 /// TPA.Revert();
745 void Revert() { function in class:clang::Parser::TentativeParsingAction
757 assert(!isActive && "Forgot to call Commit or Revert!");
767 ~RevertingTentativeParsingAction() { Revert(); }
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Parse/
H A DParser.h716 /// after the token consumption is done, Commit() or Revert() is called to
723 /// TPA.Revert();
750 void Revert() { function in class:clang::Parser::TentativeParsingAction
762 assert(!isActive && "Forgot to call Commit or Revert!");
772 ~RevertingTentativeParsingAction() { Revert(); }
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Parse/
H A DParser.h716 /// after the token consumption is done, Commit() or Revert() is called to
723 /// TPA.Revert();
750 void Revert() { function in class:clang::Parser::TentativeParsingAction
762 assert(!isActive && "Forgot to call Commit or Revert!");
772 ~RevertingTentativeParsingAction() { Revert(); }
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Parse/
H A DParser.h716 /// after the token consumption is done, Commit() or Revert() is called to
723 /// TPA.Revert();
750 void Revert() { function in class:clang::Parser::TentativeParsingAction
762 assert(!isActive && "Forgot to call Commit or Revert!");
772 ~RevertingTentativeParsingAction() { Revert(); }
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Parse/
H A DParser.h716 /// after the token consumption is done, Commit() or Revert() is called to
723 /// TPA.Revert();
750 void Revert() { function in class:clang::Parser::TentativeParsingAction
762 assert(!isActive && "Forgot to call Commit or Revert!");
772 ~RevertingTentativeParsingAction() { Revert(); }
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Parse/
H A DParser.h692 /// after the token consumption is done, Commit() or Revert() is called to
699 /// TPA.Revert();
726 void Revert() { function in class:clang::Parser::TentativeParsingAction
738 assert(!isActive && "Forgot to call Commit or Revert!");
748 ~RevertingTentativeParsingAction() { Revert(); }
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Parse/
H A DParser.h711 /// after the token consumption is done, Commit() or Revert() is called to
718 /// TPA.Revert();
745 void Revert() { function in class:clang::Parser::TentativeParsingAction
757 assert(!isActive && "Forgot to call Commit or Revert!");
767 ~RevertingTentativeParsingAction() { Revert(); }
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Parse/
H A DParser.h711 /// after the token consumption is done, Commit() or Revert() is called to
718 /// TPA.Revert();
745 void Revert() { function in class:clang::Parser::TentativeParsingAction
757 assert(!isActive && "Forgot to call Commit or Revert!");
767 ~RevertingTentativeParsingAction() { Revert(); }
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Parse/
H A DParser.h716 /// after the token consumption is done, Commit() or Revert() is called to
723 /// TPA.Revert();
750 void Revert() { function in class:clang::Parser::TentativeParsingAction
762 assert(!isActive && "Forgot to call Commit or Revert!");
772 ~RevertingTentativeParsingAction() { Revert(); }
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Parse/
H A DParser.h716 /// after the token consumption is done, Commit() or Revert() is called to
723 /// TPA.Revert();
750 void Revert() { function in class:clang::Parser::TentativeParsingAction
762 assert(!isActive && "Forgot to call Commit or Revert!");
772 ~RevertingTentativeParsingAction() { Revert(); }
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Parse/
H A DParser.h716 /// after the token consumption is done, Commit() or Revert() is called to
723 /// TPA.Revert();
750 void Revert() { function in class:clang::Parser::TentativeParsingAction
762 assert(!isActive && "Forgot to call Commit or Revert!");
772 ~RevertingTentativeParsingAction() { Revert(); }
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Parse/
H A DParser.h716 /// after the token consumption is done, Commit() or Revert() is called to
723 /// TPA.Revert();
750 void Revert() { function in class:clang::Parser::TentativeParsingAction
762 assert(!isActive && "Forgot to call Commit or Revert!");
772 ~RevertingTentativeParsingAction() { Revert(); }
/prebuilts/tools/windows/swt/
H A Dswt.jarMETA-INF/ META-INF/MANIFEST.MF swt-awt-win32-3550.dll swt ...
/prebuilts/tools/windows-x86_64/swt/
H A Dswt.jarMETA-INF/ META-INF/MANIFEST.MF swt-awt-win32-3550.dll swt ...

Completed in 704 milliseconds