HomeSort by relevance Sort by last modified time
    Searched refs:new_vtable (Results 1 - 5 of 5) sorted by null

  /external/grpc-grpc/src/core/tsi/
ssl_transport_security.h 312 tsi_ssl_handshaker_factory_vtable* new_vtable);
ssl_transport_security.cc     [all...]
  /development/vndk/tools/header-checker/src/repr/protobuf/
converter.cpp 55 abi_dump:: VTableLayout *new_vtable = local
57 if (old_vtable == nullptr || new_vtable == nullptr ||
60 !SetIRToProtobufVTableLayout(new_vtable,
  /art/runtime/mirror/
class-inl.h 300 inline void Class::SetVTable(ObjPtr<PointerArray> new_vtable) {
301 SetFieldObject<false>(OFFSET_OF_OBJECT_MEMBER(Class, vtable_), new_vtable); local
    [all...]
class.h 750 void SetVTable(ObjPtr<PointerArray> new_vtable) REQUIRES_SHARED(Locks::mutator_lock_);
    [all...]

Completed in 235 milliseconds