HomeSort by relevance Sort by last modified time
    Searched full:polymorphic (Results 101 - 125 of 270) sorted by null

1 2 3 45 6 7 8 91011

  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-param-util-generated.h.pump 74 // Used in the Values() function to provide polymorphic capabilities.
258 // Helper classes providing Combine() with polymorphic features. They allow
  /art/test/
Android.libarttest.mk 44 566-polymorphic-inlining/polymorphic_inline.cc \
  /external/icu/icu4c/source/i18n/unicode/
tmutfmt.h 182 * compilers support genuine RTTI. Polymorphic operator==() and clone()
tztrans.h 178 * compilers support genuine RTTI. Polymorphic operator==() and clone()
compactdecimalformat.h 91 * @return a polymorphic copy of this CompactDecimalFormat.
386 * C++ compilers support genuine RTTI. Polymorphic operator==() and
dtrule.h 234 * compilers support genuine RTTI. Polymorphic operator==() and clone()
measfmt.h 248 * compilers support genuine RTTI. Polymorphic operator==() and clone()
  /external/icu/icu4c/source/i18n/
winnmfmt.h 138 * compilers support genuine RTTI. Polymorphic operator==() and clone()
ztrans.h 159 * compilers support genuine RTTI. Polymorphic operator==() and clone()
  /external/icu/icu4c/source/layout/
IndicLayoutEngine.h 79 * The destructor, virtual for correct polymorphic invocation.
  /external/selinux/sepolgen/src/sepolgen/
output.py 55 # C style rather than with polymorphic methods because this sorting
  /external/v8/test/mjsunit/
polymorph-arrays.js 159 // Now try Crankshaft optimized polymorphic stores
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 45 /* This class purpose is to be derived but it is not polymorphic so users should never try
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 45 /* This class purpose is to be derived but it is not polymorphic so users should never try
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
output.py 55 # C style rather than with polymorphic methods because this sorting
  /external/gmock/test/
gmock-actions_test.cc 415 // Implements a polymorphic action that returns the second of the
420 // polymorphic action whose Perform() method template is either
426 // Implements a polymorphic action that can be used in a nullary
435 // polymorphic action whose Perform() method template is either
453 // Tests that MakePolymorphicAction() turns a polymorphic action
454 // implementation class into a polymorphic action.
    [all...]
  /external/google-breakpad/src/testing/test/
gmock-actions_test.cc 415 // Implements a polymorphic action that returns the second of the
420 // polymorphic action whose Perform() method template is either
426 // Implements a polymorphic action that can be used in a nullary
435 // polymorphic action whose Perform() method template is either
453 // Tests that MakePolymorphicAction() turns a polymorphic action
454 // implementation class into a polymorphic action.
    [all...]
  /external/v8/src/compiler/
js-native-context-specialization.cc 88 // The final states for every polymorphic branch. We join them with
117 // all (polymorphic) branches.
397 // Number primitives in the polymorphic branches above.
422 // Generate the final merge point for all (polymorphic) branches.
516 // The final states for every polymorphic branch. We join them with
535 // all (polymorphic) branches.
    [all...]
  /external/clang/test/CodeGenCXX/
microsoft-abi-member-pointers.cpp 54 struct Polymorphic {
73 int Polymorphic::*p_d_memptr;
224 int Polymorphic::*memptr;
225 memptr = &Polymorphic::a;
226 memptr = &Polymorphic::b;
229 // Member pointers for polymorphic classes include the vtable slot in their
  /external/clang/docs/
ControlFlowIntegrity.rst 117 where the class being casted to is a polymorphic class.
153 polymorphic class type. This CFI scheme can be enabled on its own using
LibASTMatchers.rst 117 There are multiple matcher definition macros that deal with polymorphic return
  /external/v8/src/ic/
ic.h 119 // Configure the vector for POLYMORPHIC.
122 // Configure the vector for POLYMORPHIC with transitions (only for element
  /external/eigen/doc/
ClassHierarchy.dox 19 resolve the polymorphic function calls at compile time.
  /external/llvm/include/llvm/Support/
Format.h 40 ~format_object_base() = default; // Disallow polymorphic deletion.
  /external/skia/src/core/
SkRecord.h 151 // A typed pointer to some bytes in fAlloc. visit() and mutate() allow polymorphic dispatch.

Completed in 1318 milliseconds

1 2 3 45 6 7 8 91011