Searched defs:GetCurrent (Results 1 - 5 of 5) sorted by relevance

/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Collections.pas89 function GetCurrent: TPair<TKey, TValue>; function
96 property Current: TPair<TKey, TValue> read GetCurrent;
280 Result := GetCurrent;
288 function THashList<TKey, TValue>.TPairEnumerator.GetCurrent: TPair<TKey, TValue>;
H A DAntlr.Runtime.Tree.pas1082 function GetCurrent: IANTLRInterface;
1092 property Current: IANTLRInterface read GetCurrent;
2051 function GetCurrent: IANTLRInterface; virtual;
4600 function TUnBufferedTreeNodeStream.GetCurrent: IANTLRInterface;
/external/compiler-rt/lib/asan/
H A Dasan_thread_registry.cc69 AsanThread *AsanThreadRegistry::GetCurrent() { function in class:__asan::AsanThreadRegistry
102 AsanThread *t = GetCurrent();
/external/llvm/lib/Support/
H A DCrashRecoveryContext.cpp87 CrashRecoveryContext *CrashRecoveryContext::GetCurrent() { function in class:CrashRecoveryContext
/external/v8/src/
H A Dapi.cc4410 v8::Local<v8::Context> Context::GetCurrent() { function in class:v8::Context
4412 if (IsDeadCheck(isolate, "v8::Context::GetCurrent()")) {
5346 Isolate* Isolate::GetCurrent() { function in class:v8::Isolate

Completed in 261 milliseconds