Searched refs:Testable (Results 1 – 10 of 10) sorted by relevance
87 class Testable { class89 typedef T Testable::*UnspecifiedBoolType;92 operator UnspecifiedBoolType() { return ptr_ ? &Testable::ptr_ : 0; } in operator UnspecifiedBoolType()147 blink::Testable<int> tt; in G()
91 class Testable { class93 typedef T Testable::*UnspecifiedBoolType;96 operator UnspecifiedBoolType() { return m_ptr ? &Testable::m_ptr : 0; } in operator UnspecifiedBoolType()151 blink::Testable<int> tt; in G()
89 typedef Struct* StructPtr::*Testable; typedef92 operator Testable() const { return ptr_ ? &StructPtr::ptr_ : 0; } in Testable() function180 typedef Struct InlinedStructPtr::*Testable; typedef183 operator Testable() const { return is_null_ ? 0 : &InlinedStructPtr::value_; } in Testable() function
194 InterfacePtr::*Testable; typedef197 operator Testable() const { in Testable() function
160 AssociatedInterfacePtr::*Testable; typedef163 operator Testable() const { in Testable() function
166 typedef WTF::Vector<T> WTFArray::*Testable; typedef169 operator Testable() const { in Testable() function
117 typedef std::string String::*Testable; typedef120 operator Testable() const { return is_null_ ? 0 : &String::value_; } in Testable() function
186 typedef std::vector<T> Array::*Testable; typedef189 operator Testable() const { return is_null_ ? 0 : &Array::vec_; } in Testable() function
236 typedef std::map<Key, Value> Map::*Testable; typedef242 operator Testable() const { return is_null_ ? 0 : &Map::map_; } in Testable() function
412 scoped_ptr::*Testable;415 operator Testable() const {538 scoped_ptr::*Testable;541 operator Testable() const {