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

  /external/chromium_org/net/spdy/
hpack_encoder.h 66 typedef std::pair<base::StringPiece, base::StringPiece> Representation;
67 typedef std::vector<Representation> Representations;
69 // Emits a static/dynamic indexed representation (Section 7.1).
72 // Emits a literal representation (Section 7.2).
73 void EmitIndexedLiteral(const Representation& representation);
74 void EmitNonIndexedLiteral(const Representation& representation);
75 void EmitLiteral(const Representation& representation);
    [all...]
hpack_encoder_test.cc 36 typedef HpackEncoder::Representation Representation;
  /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/chromium_org/v8/test/cctest/compiler/
call-tester.h 30 static MachineType Representation() {
43 static MachineType Representation() { return kMachPtr; }
49 static MachineType Representation() { return kMachPtr; }
55 static MachineType Representation() { return kRepBit; }
61 static MachineType Representation() { return kMachInt32; }
67 static MachineType Representation() { return kMachUint32; }
73 static MachineType Representation() { return kMachInt64; }
79 static MachineType Representation() { return kMachUint64; }
85 static MachineType Representation() { return kMachInt16; }
91 static MachineType Representation() { return kMachUint16;
    [all...]
  /external/clang/include/clang/AST/
NestedNameSpecifier.h 326 /// \brief The current representation of the nested-name-specifier we're
328 NestedNameSpecifier *Representation;
348 : Representation(nullptr), Buffer(nullptr), BufferSize(0),
361 /// \brief Retrieve the representation of the nested-name-specifier.
362 NestedNameSpecifier *getRepresentation() const { return Representation; }
440 return NestedNameSpecifierLoc(Representation, Buffer).getSourceRange();
456 return NestedNameSpecifierLoc(Representation, Buffer);
462 Representation = nullptr;
  /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 57 class Representation {
74 Representation() : kind_(kNone) { }
76 static Representation None() { return Representation(kNone); }
77 static Representation Tagged() { return Representation(kTagged); }
78 static Representation Integer8() { return Representation(kInteger8); }
79 static Representation UInteger8() { return Representation(kUInteger8);
242 Representation representation() const { function in class:v8::internal::BASE_EMBEDDED
    [all...]
deoptimizer.h 795 SlotRef(Address addr, SlotRepresentation representation)
796 : addr_(addr), representation_(representation) { }
815 SlotRepresentation Representation() { return representation_; }
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 304 milliseconds