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

  /art/libartbase/base/
casts.h 33 // Use implicit_cast as a safe version of static_cast or const_cast
37 // When you use implicit_cast, the compiler checks that the cast is safe.
43 // implicit_cast is the same as for static_cast etc.:
45 // implicit_cast<ToType>(expr)
47 // implicit_cast would have been part of the C++ standard library,
51 inline To implicit_cast(From const &f) { function in namespace:art
56 // SuperclassOfFoo), it's fine to use implicit_cast<>, since upcasts
  /external/protobuf/src/google/protobuf/stubs/
casts.h 40 // Use implicit_cast as a safe version of static_cast or const_cast
44 // When you use implicit_cast, the compiler checks that the cast is safe.
50 // implicit_cast is the same as for static_cast etc.:
52 // implicit_cast<ToType>(expr)
54 // implicit_cast would have been part of the C++ standard library,
58 inline To implicit_cast(From const &f) { function in namespace:google::protobuf::internal
63 // SuperclassOfFoo), it's fine to use implicit_cast<>, since upcasts
87 implicit_cast<From*, To>(0);
104 implicit_cast<From*, ToAsPointer>(0);
127 using internal::implicit_cast;
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
casts.h 40 // Use implicit_cast as a safe version of static_cast or const_cast
44 // When you use implicit_cast, the compiler checks that the cast is safe.
50 // implicit_cast is the same as for static_cast etc.:
52 // implicit_cast<ToType>(expr)
54 // implicit_cast would have been part of the C++ standard library,
58 inline To implicit_cast(From const &f) { function in namespace:google::protobuf::internal
63 // SuperclassOfFoo), it's fine to use implicit_cast<>, since upcasts
87 implicit_cast<From*, To>(0);
104 implicit_cast<From*, ToAsPointer>(0);
127 using internal::implicit_cast;
    [all...]
  /external/sfntly/cpp/src/sfntly/port/
type.h 69 inline To implicit_cast(From const &f) { function
84 implicit_cast<From*, To>(0);
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/
common.h 293 // Use implicit_cast as a safe version of static_cast or const_cast
297 // When you use implicit_cast, the compiler checks that the cast is safe.
303 // implicit_cast is the same as for static_cast etc.:
305 // implicit_cast<ToType>(expr)
307 // implicit_cast would have been part of the C++ standard library,
311 inline To implicit_cast(From const &f) { function in namespace:google::protobuf::internal
316 // SuperclassOfFoo), it's fine to use implicit_cast<>, since upcasts
340 implicit_cast<From*, To>(0);
353 using internal::implicit_cast;
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/
common.h 293 // Use implicit_cast as a safe version of static_cast or const_cast
297 // When you use implicit_cast, the compiler checks that the cast is safe.
303 // implicit_cast is the same as for static_cast etc.:
305 // implicit_cast<ToType>(expr)
307 // implicit_cast would have been part of the C++ standard library,
311 inline To implicit_cast(From const &f) { function in namespace:google::protobuf::internal
316 // SuperclassOfFoo), it's fine to use implicit_cast<>, since upcasts
340 implicit_cast<From*, To>(0);
353 using internal::implicit_cast;
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/
common.h 293 // Use implicit_cast as a safe version of static_cast or const_cast
297 // When you use implicit_cast, the compiler checks that the cast is safe.
303 // implicit_cast is the same as for static_cast etc.:
305 // implicit_cast<ToType>(expr)
307 // implicit_cast would have been part of the C++ standard library,
311 inline To implicit_cast(From const &f) { function in namespace:google::protobuf::internal
316 // SuperclassOfFoo), it's fine to use implicit_cast<>, since upcasts
340 implicit_cast<From*, To>(0);
353 using internal::implicit_cast;
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/
common.h 293 // Use implicit_cast as a safe version of static_cast or const_cast
297 // When you use implicit_cast, the compiler checks that the cast is safe.
303 // implicit_cast is the same as for static_cast etc.:
305 // implicit_cast<ToType>(expr)
307 // implicit_cast would have been part of the C++ standard library,
311 inline To implicit_cast(From const &f) { function in namespace:google::protobuf::internal
316 // SuperclassOfFoo), it's fine to use implicit_cast<>, since upcasts
340 implicit_cast<From*, To>(0);
353 using internal::implicit_cast;
    [all...]

Completed in 923 milliseconds