Home
last modified time | relevance | path

Searched defs:GetImpl (Results 1 – 6 of 6) sorted by relevance

/third_party/vk-gl-cts/external/amber/src/include/amber/
Drecipe.h60 RecipeImpl* GetImpl() const { return impl_; } in GetImpl() function
/third_party/node/src/
Dnode_internals.h118 NodeArrayBufferAllocator* GetImpl() final { return this; } in GetImpl() function
/third_party/node/deps/v8/src/objects/
Delements.cc644 static Handle<Object> GetImpl(Isolate* isolate, FixedArrayBase backing_store, in GetImpl() function in v8::internal::__anon05adeab00111::ElementsAccessorBase
1503 static Handle<Object> GetImpl(Isolate* isolate, FixedArrayBase backing_store, in GetImpl() function in v8::internal::__anon05adeab00111::DictionaryElementsAccessor
2904 static Handle<Object> GetImpl(Isolate* isolate, FixedArrayBase backing_store, in GetImpl() function in v8::internal::__anon05adeab00111::FastDoubleElementsAccessor
3155 static Handle<Object> GetImpl(Isolate* isolate, FixedArrayBase backing_store, in GetImpl() function in v8::internal::__anon05adeab00111::TypedElementsAccessor
3160 static ElementType GetImpl(ElementType* data_ptr, IsSharedBuffer is_shared) { in GetImpl() function in v8::internal::__anon05adeab00111::TypedElementsAccessor
4364 static Handle<Object> GetImpl(Isolate* isolate, FixedArrayBase parameters, in GetImpl() function in v8::internal::__anon05adeab00111::SloppyArgumentsElementsAccessor
4936 static Handle<Object> GetImpl(Handle<JSObject> holder, InternalIndex entry) { in GetImpl() function in v8::internal::__anon05adeab00111::StringWrapperElementsAccessor
4948 static Handle<Object> GetImpl(Isolate* isolate, FixedArrayBase elements, in GetImpl() function in v8::internal::__anon05adeab00111::StringWrapperElementsAccessor
Dstring-inl.h826 uint16_t String::GetImpl( in GetImpl() function
/third_party/googletest/googlemock/test/
Dgmock-matchers-comparisons_test.cc1406 const int& GetImpl(Tag<0>) const { return member_1; } in TEST() function
1407 const std::string& GetImpl(Tag<1>) const { return member_2; } in TEST() function
/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.cc994 int GetImpl(SlotKind slot_kind, int index, const void* node) const { in GetImpl() function in v8::internal::interpreter::BytecodeGenerator::FeedbackSlotCache