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

  /external/clang/include/clang/Serialization/
ContinuousRangeMap.h 44 typedef SmallVector<value_type, InitialCapacity> Representation;
45 Representation Rep;
72 typedef typename Representation::iterator iterator;
73 typedef typename Representation::const_iterator const_iterator;
  /external/clang/include/clang/AST/
NestedNameSpecifier.h 319 /// \brief The current representation of the nested-name-specifier we're
321 NestedNameSpecifier *Representation;
349 /// \brief Retrieve the representation of the nested-name-specifier.
350 NestedNameSpecifier *getRepresentation() const { return Representation; }
428 return NestedNameSpecifierLoc(Representation, Buffer).getSourceRange();
443 return NestedNameSpecifierLoc(Representation, Buffer);
449 Representation = 0;
  /external/clang/test/CXX/temp/temp.decls/temp.friend/
p1.cpp 32 class Representation {};
33 friend class Representation;
  /frameworks/base/core/java/android/net/
Uri.java 342 * Compares the string representation of this Uri with that of
350 * Returns the encoded string representation of this URI.
356 * Return a string representation of the URI that is safe to print
459 /** URI string representation. */
2073 int representation = parcel.readInt(); local
2258 int representation = parcel.readInt(); local
    [all...]
  /external/v8/src/
hydrogen-instructions.h 254 class Representation {
265 Representation() : kind_(kNone) { }
267 static Representation None() { return Representation(kNone); }
268 static Representation Tagged() { return Representation(kTagged); }
269 static Representation Integer32() { return Representation(kInteger32); }
270 static Representation Double() { return Representation(kDouble);
    [all...]

Completed in 90 milliseconds