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

  /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
  /art/runtime/base/
casts.h 71 template<typename To, typename From> // use like this: down_cast<T*>(foo);
72 inline To down_cast(From* f) { // so we only accept pointers function in namespace:art
74 "down_cast unsafe as To is not a subtype of From");
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
casts.h 80 template<typename To, typename From> // use like this: down_cast<T*>(foo);
81 inline To down_cast(From* f) { // so we only accept pointers function in namespace:google::protobuf::internal
96 template<typename To, typename From> // use like this: down_cast<T&>(foo);
97 inline To down_cast(From& f) { function in namespace:google::protobuf::internal
128 using internal::down_cast;
  /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...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/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...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/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...]
  /prebuilts/misc/windows/protobuf2.5/include/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...]
  /prebuilts/tools/linux-x86_64/protoc/include/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 489 milliseconds