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

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
RemoteDebugEventSocketListener.cs 245 if (!OpenConnection()) {
267 protected virtual bool OpenConnection() {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
RemoteDebugEventSocketListener.cs 298 if ( !OpenConnection() )
328 protected virtual bool OpenConnection()
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
certview.h 415 virtual HRESULT WINAPI OpenConnection(const BSTR strConfig) = 0;
434 HRESULT (WINAPI *OpenConnection)(ICertView *This,const BSTR strConfig);
455 #define ICertView_OpenConnection(This,strConfig) (This)->lpVtbl->OpenConnection(This,strConfig)
    [all...]

Completed in 322 milliseconds