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

  /art/runtime/base/
casts.h 70 template<typename To, typename From> // use like this: down_cast<T*>(foo);
71 inline To down_cast(From* f) { // so we only accept pointers function in namespace:art
73 "down_cast unsafe as To is not a subtype of From");
  /external/ceres-solver/internal/ceres/
casts.h 89 template<typename To, typename From> // use like this: down_cast<T*>(foo);
90 inline To down_cast(From* f) { // so we only accept pointers function in namespace:ceres
  /external/openfst/src/include/fst/
compat.h 61 inline To down_cast(From* f) { function in namespace:fst
  /external/sfntly/cpp/src/sfntly/port/
type.h 73 template<typename To, typename From> // use like this: down_cast<T*>(foo);
74 inline To down_cast(From* f) { // so we only accept pointers function
  /external/protobuf/src/google/protobuf/stubs/
common.h 333 template<typename To, typename From> // use like this: down_cast<T*>(foo);
334 inline To down_cast(From* f) { // so we only accept pointers function in namespace:google::protobuf::internal
354 using internal::down_cast;
    [all...]

Completed in 228 milliseconds