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

  /external/skia/legacy/src/animator/
SkDisplayType.h 162 struct TypeNames {
177 extern const TypeNames gTypeNames[];
SkDisplayType.cpp 398 const TypeNames gTypeNames[] = {
  /external/skia/src/animator/
SkDisplayType.h 160 struct TypeNames {
175 extern const TypeNames gTypeNames[];
SkDisplayType.cpp 398 const TypeNames gTypeNames[] = {
  /external/clang/test/SemaCXX/
typo-correction.cpp 82 template<typename ...TypeNames> struct count { // expected-note{{parameter pack 'TypeNames' declared here}}
83 static const unsigned value = sizeof...(TyreNames); // expected-error{{'TyreNames' does not refer to the name of a parameter pack; did you mean 'TypeNames'?}}
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 96 TypeMap TypeNames;
387 TypeMap::iterator I = TypeNames.find(Ty);
388 if (I != TypeNames.end())
415 return TypeNames[Ty] = name;
    [all...]

Completed in 52 milliseconds