Searched defs:GetCurrent (Results 1 - 7 of 7) 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/v8/src/
H A Dassert-scope.cc55 static PerThreadAssertData* GetCurrent() { function in class:v8::internal::final
73 : data_(PerThreadAssertData::GetCurrent()) {
98 PerThreadAssertData* data = PerThreadAssertData::GetCurrent();
H A Dprototype.h85 T* GetCurrent() const { function in class:v8::internal::PrototypeIterator
91 static Handle<T> GetCurrent(const PrototypeIterator& iterator) { function in class:v8::internal::PrototypeIterator
H A Dapi.cc3898 return Utils::ToLocal(i::PrototypeIterator::GetCurrent(iter));
3930 while (!tmpl_info->IsTemplateFor(iter.GetCurrent<i::JSObject>())) {
3933 if (!iter.GetCurrent()->IsJSObject()) return Local<Object>();
3935 // IsTemplateFor() ensures that iter.GetCurrent() can't be a Proxy here.
3936 return Utils::ToLocal(i::handle(iter.GetCurrent<i::JSObject>(), isolate));
4301 i::PrototypeIterator::GetCurrent<i::JSReceiver>(iter);
4333 i::PrototypeIterator::GetCurrent<i::JSReceiver>(iter);
4512 return NewInstance(Isolate::GetCurrent()->GetCurrentContext(), 0, NULL)
6156 return New(Isolate::GetCurrent(), value);
7314 Isolate* Isolate::GetCurrent() { function in class:v8::Isolate
[all...]
/external/llvm/lib/Support/
H A DCrashRecoveryContext.cpp106 CrashRecoveryContext *CrashRecoveryContext::GetCurrent() { function in class:CrashRecoveryContext
/external/pdfium/xfa/src/fxfa/src/common/
H A Dxfa_utils.h57 NodeType* GetCurrent() const { function in class:CXFA_NodeIteratorTemplate
104 NodeType* pCurrent = GetCurrent();
143 return GetCurrent();

Completed in 332 milliseconds