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

  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Collections.pas 89 function GetCurrent: TPair<TKey, TValue>;
96 property Current: TPair<TKey, TValue> read GetCurrent;
280 Result := GetCurrent;
288 function THashList<TKey, TValue>.TPairEnumerator.GetCurrent: TPair<TKey, TValue>;
Antlr.Runtime.Tree.pas     [all...]
  /external/v8/src/
assert-scope.cc 55 static PerThreadAssertData* GetCurrent() {
73 : data_(PerThreadAssertData::GetCurrent()) {
98 PerThreadAssertData* data = PerThreadAssertData::GetCurrent();
prototype.h 82 T* GetCurrent() const {
88 static Handle<T> GetCurrent(const PrototypeIterator& iterator) {
api.cc     [all...]
  /external/pdfium/xfa/src/fxfa/src/common/
xfa_utils.h 57 NodeType* GetCurrent() const {
104 NodeType* pCurrent = GetCurrent();
143 return GetCurrent();
  /external/llvm/lib/Support/
CrashRecoveryContext.cpp 106 CrashRecoveryContext *CrashRecoveryContext::GetCurrent() {

Completed in 423 milliseconds