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

  /external/clang/include/clang/Serialization/
ContinuousRangeMap.h 45 typedef SmallVector<value_type, InitialCapacity> Representation;
46 Representation Rep;
83 typedef typename Representation::iterator iterator;
84 typedef typename Representation::const_iterator const_iterator;
  /external/clang/include/clang/AST/
NestedNameSpecifier.h 325 /// \brief The current representation of the nested-name-specifier we're
327 NestedNameSpecifier *Representation;
347 : Representation(0), Buffer(0), BufferSize(0), BufferCapacity(0) { }
359 /// \brief Retrieve the representation of the nested-name-specifier.
360 NestedNameSpecifier *getRepresentation() const { return Representation; }
438 return NestedNameSpecifierLoc(Representation, Buffer).getSourceRange();
454 return NestedNameSpecifierLoc(Representation, Buffer);
460 Representation = 0;
  /external/clang/test/CXX/temp/temp.decls/temp.friend/
p1.cpp 32 class Representation {};
33 friend class Representation;
  /external/chromium_org/v8/src/
property-details.h 81 class Representation {
94 Representation() : kind_(kNone) { }
96 static Representation None() { return Representation(kNone); }
97 static Representation Tagged() { return Representation(kTagged); }
98 static Representation Smi() { return Representation(kSmi); }
99 static Representation Integer32() { return Representation(kInteger32);
225 Representation representation() { function in class:v8::internal::BASE_EMBEDDED
    [all...]
  /external/robolectric/src/main/java/android/net/
Uri__FromAndroid.java 336 * Compares the string representation of this Uri with that of
344 * Returns the encoded string representation of this URI.
411 /** URI string representation. */
1970 int representation = parcel.readInt(); local
2154 int representation = parcel.readInt(); local
    [all...]
  /frameworks/base/core/java/android/net/
Uri.java 345 * Compares the string representation of this Uri with that of
353 * Returns the encoded string representation of this URI.
359 * Return a string representation of the URI that is safe to print
462 /** URI string representation. */
2013 int representation = parcel.readInt(); local
2198 int representation = parcel.readInt(); local
    [all...]
  /external/v8/src/
hydrogen-instructions.h 291 class Representation {
302 Representation() : kind_(kNone) { }
304 static Representation None() { return Representation(kNone); }
305 static Representation Tagged() { return Representation(kTagged); }
306 static Representation Integer32() { return Representation(kInteger32); }
307 static Representation Double() { return Representation(kDouble);
    [all...]

Completed in 205 milliseconds