HomeSort by relevance Sort by last modified time
    Searched defs:Self (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGStaticPropertyTearOff.h 35 typedef SVGStaticPropertyTearOff<ContextElement, PropertyType> Self;
40 static PassRefPtr<Self> create(ContextElement* contextElement, PropertyType& value, UpdateMethod update)
43 return adoptRef(new Self(contextElement, value, update));
SVGPropertyTearOff.h 38 typedef SVGPropertyTearOff<PropertyType> Self;
42 static PassRefPtr<Self> create(SVGAnimatedProperty* animatedProperty, SVGPropertyRole role, PropertyType& value)
45 return adoptRef(new Self(animatedProperty, role, value));
49 static PassRefPtr<Self> create(const PropertyType& initialValue)
51 return adoptRef(new Self(initialValue));
SVGListPropertyTearOff.h 33 typedef SVGListPropertyTearOff<PropertyType> Self;
45 static PassRefPtr<Self> create(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, PropertyType& values, ListWrapperCache& wrappers)
48 return adoptRef(new Self(animatedProperty, role, values, wrappers));
SVGListProperty.h 44 typedef SVGListProperty<PropertyType> Self;
  /frameworks/compile/mclinker/include/mcld/ADT/
HashEntry.h 44 typedef HashEntry<KeyType, ValueType, KeyCompare> Self;
45 friend class EntryFactory<Self>;
HashBase.h 79 typedef HashTableImpl<HashEntryTy, HashFunctionTy> Self;
122 friend class ChainIteratorBase<Self>;
123 friend class ChainIteratorBase<const Self>;
124 friend class EntryIteratorBase<Self>;
125 friend class EntryIteratorBase<const Self>;
HashIterator.h 269 Traits> Self;
310 Self& operator++() {
315 Self operator++(int) {
316 Self tmp = *this;
BinTree.h 109 typedef PolicyIteratorBase<value_type, Traits, IteratorType> Self;
147 typedef PolicyIterator<DataType, Traits, IteratorType> Self;
164 Self& operator++() {
169 Self operator++(int) {
170 Self tmp = *this;
197 typedef TreeIterator<value_type, Traits> Self;
230 Self& operator++() {
235 Self operator++(int) {
236 Self tmp = *this;
241 Self& operator--()
    [all...]
  /external/clang/lib/AST/
InheritViz.cpp 139 QualType Self = Context.getTypeDeclType(this);
144 sys::fs::createTemporaryFile(Self.getAsString(), "dot", FD, Filename);
155 Writer.WriteGraph(Self);
  /external/clang/test/SemaTemplate/
enum-argument.cpp 6 typedef C<v> Self;
  /art/runtime/
safe_map.h 33 typedef SafeMap<K, V, Comparator, Allocator> Self;
41 Self& operator=(const Self& rhs) {
87 bool Equals(const Self& rhs) const {
scoped_thread_state_change.h 32 ScopedThreadStateChange(Thread* self, ThreadState new_thread_state)
34 : self_(self), thread_state_(new_thread_state), expected_has_no_thread_(false) {
43 DCHECK_EQ(self, Thread::Current());
46 old_thread_state_ = self->GetState();
86 Thread* Self() const {
129 explicit ScopedObjectAccessUnchecked(Thread* self)
131 : ScopedThreadStateChange(self, kRunnable),
132 env_(reinterpret_cast<JNIEnvExt*>(self->GetJniEnv())),
200 Locks::mutator_lock_->AssertSharedHeld(Self());
202 return down_cast<T>(Self()->DecodeJObject(obj))
    [all...]
  /external/clang/include/clang/Serialization/
ContinuousRangeMap.h 110 ContinuousRangeMap &Self;
116 explicit Builder(ContinuousRangeMap &Self) : Self(Self) { }
119 std::sort(Self.Rep.begin(), Self.Rep.end(), Compare());
123 Self.Rep.push_back(Val);
  /external/llvm/include/llvm/Analysis/
RegionIterator.h 87 typedef RNSuccIterator<NodeType> Self;
111 inline bool operator==(const Self& x) const {
119 inline bool operator!=(const Self& x) const { return !operator==(x); }
127 inline Self& operator++() {
141 inline Self operator++(int) {
142 Self tmp = *this;
147 inline const Self &operator=(const Self &I) {
174 typedef RNSuccIterator<FlatIt<NodeType> > Self;
199 inline bool operator==(const Self& x) const
    [all...]
RegionInfo.h 506 typedef block_iterator_wrapper<IsConst> Self;
  /external/chromium_org/ppapi/utility/
completion_callback_factory.h 688 Self* self = static_cast<Self*>(user_data); local
689 T* object = self->back_pointer_->GetObject();
694 (*self->dispatcher_)(object, result);
696 delete self;
700 typedef CallbackData<Dispatcher> Self;
    [all...]
  /external/llvm/include/llvm/Support/
CFG.h 33 typedef PredIterator<Ptr, USE_iterator> Self;
52 inline bool operator==(const Self& x) const { return It == x.It; }
53 inline bool operator!=(const Self& x) const { return !operator==(x); }
61 inline Self& operator++() { // Preincrement
67 inline Self operator++(int) { // Postincrement
68 Self tmp = *this; ++*this; return tmp;
110 typedef SuccIterator<Term_, BB_> Self;
136 inline const Self &operator=(const Self &I) {
146 inline bool operator==(const Self& x) const { return idx == x.idx;
    [all...]
  /frameworks/compile/mclinker/include/mcld/
InputTree.h 32 typedef PolicyIterator<Input, Traits, IteratorType> Self;
52 Self& operator++() {
60 Self operator++(int) {
61 Self tmp(*this);
82 typedef BinaryTree<Input> Self;
  /frameworks/compile/mclinker/include/mcld/Support/
GCFactory.h 68 typedef DataIterator<ChunkType, Traits> Self;
102 Self& operator++() {
107 Self operator++(int) {
108 Self tmp = *this;
  /external/clang/include/clang/AST/
ExternalASTSource.h 373 LazyVector *Self;
398 iterator() : Self(0), Position(0) { }
400 iterator(LazyVector *Self, int Position)
401 : Self(Self), Position(Position) { }
405 return Self->Loaded.end()[Position];
406 return Self->Local[Position];
411 return &Self->Loaded.end()[Position];
413 return &Self->Local[Position];
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 579 SmallPtrSet<Argument*, 8> Self;
580 Self.insert(A);
581 Attribute::AttrKind R = determinePointerReadAttrs(A, Self);
    [all...]
  /external/chromium_org/chrome_frame/crash_reporting/
nt_loader.h 30 _NT_TIB* Self; // 0x018
  /external/clang/include/clang/Lex/
PreprocessingRecord.h 380 PreprocessingRecord *Self;
403 iterator() : Self(0), Position(0) { }
405 iterator(PreprocessingRecord *Self, int Position)
406 : Self(Self), Position(Position) { }
411 Self->LoadedPreprocessedEntities.size() + Position : Position;
412 PPEntityID ID = Self->getPPEntityID(Index, isLoaded);
413 return Self->getPreprocessedEntity(ID);
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h     [all...]
  /external/clang/include/clang/Frontend/
ASTUnit.h 424 ASTUnit &Self;
427 explicit ConcurrencyCheck(ASTUnit &Self)
428 : Self(Self)
430 Self.ConcurrencyCheckValue.start();
433 Self.ConcurrencyCheckValue.finish();
    [all...]

Completed in 577 milliseconds

1 2