Home
last modified time | relevance | path

Searched defs:DownCast (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/core/lib/gprpp/
H A Ddown_cast.h29 inline To DownCast(From* f) { in DownCast() function
43 inline To DownCast(From& f) { in DownCast() function
/aosp_15_r20/art/runtime/
H A Dobj_ptr-inl.h118 inline ObjPtr<MirrorType> ObjPtr<MirrorType>::DownCast(ObjPtr<SourceType> ptr) { in DownCast() function
126 inline ObjPtr<MirrorType> ObjPtr<MirrorType>::DownCast(SourceType* ptr) { in DownCast() function
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_util.h80 inline To DownCast(From* f) { in DownCast() function
84 inline To DownCast(From& f) { in DownCast() function
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Dgenerated_message_util.h80 inline To DownCast(From* f) { in DownCast() function
84 inline To DownCast(From& f) { in DownCast() function
/aosp_15_r20/external/grpc-grpc/test/core/gprpp/
H A Ddown_cast_test.cc32 TEST(DownCastTest, DownCast) { in TEST() argument