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

  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
generated_message_reflection.h 400 // dynamic_cast_if_available() implements this logic. If RTTI is
407 inline To dynamic_cast_if_available(From from) { function in namespace:google::protobuf::internal
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
generated_message_reflection.h 400 // dynamic_cast_if_available() implements this logic. If RTTI is
407 inline To dynamic_cast_if_available(From from) { function in namespace:google::protobuf::internal
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
generated_message_reflection.h 400 // dynamic_cast_if_available() implements this logic. If RTTI is
407 inline To dynamic_cast_if_available(From from) { function in namespace:google::protobuf::internal
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
generated_message_reflection.h 400 // dynamic_cast_if_available() implements this logic. If RTTI is
407 inline To dynamic_cast_if_available(From from) { function in namespace:google::protobuf::internal
  /external/protobuf/src/google/protobuf/
generated_message_reflection.h 628 // dynamic_cast_if_available() implements this logic. If RTTI is
635 inline To dynamic_cast_if_available(From from) { function in namespace:google::protobuf::internal
649 // This is like dynamic_cast_if_available, except it works even when
653 // TODO(haberman): can we remove dynamic_cast_if_available in favor of this?
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
generated_message_reflection.h 628 // dynamic_cast_if_available() implements this logic. If RTTI is
635 inline To dynamic_cast_if_available(From from) { function in namespace:google::protobuf::internal
646 // This is like dynamic_cast_if_available, except it works even when
650 // TODO(haberman): can we remove dynamic_cast_if_available in favor of this?

Completed in 402 milliseconds