Home
last modified time | relevance | path

Searched refs:Testable (Results 1 – 10 of 10) sorted by relevance

/external/v8/tools/clang/rewrite_to_chrome_style/tests/
Dmethods-expected.cc87 class Testable { class
89 typedef T Testable::*UnspecifiedBoolType;
92 operator UnspecifiedBoolType() { return ptr_ ? &Testable::ptr_ : 0; } in operator UnspecifiedBoolType()
147 blink::Testable<int> tt; in G()
Dmethods-original.cc91 class Testable { class
93 typedef T Testable::*UnspecifiedBoolType;
96 operator UnspecifiedBoolType() { return m_ptr ? &Testable::m_ptr : 0; } in operator UnspecifiedBoolType()
151 blink::Testable<int> tt; in G()
/external/libmojo/mojo/public/cpp/bindings/
Dstruct_ptr.h89 typedef Struct* StructPtr::*Testable; typedef
92 operator Testable() const { return ptr_ ? &StructPtr::ptr_ : 0; } in Testable() function
180 typedef Struct InlinedStructPtr::*Testable; typedef
183 operator Testable() const { return is_null_ ? 0 : &InlinedStructPtr::value_; } in Testable() function
Dinterface_ptr.h194 InterfacePtr::*Testable; typedef
197 operator Testable() const { in Testable() function
Dassociated_interface_ptr.h160 AssociatedInterfacePtr::*Testable; typedef
163 operator Testable() const { in Testable() function
Dwtf_array.h166 typedef WTF::Vector<T> WTFArray::*Testable; typedef
169 operator Testable() const { in Testable() function
Dstring.h117 typedef std::string String::*Testable; typedef
120 operator Testable() const { return is_null_ ? 0 : &String::value_; } in Testable() function
Darray.h186 typedef std::vector<T> Array::*Testable; typedef
189 operator Testable() const { return is_null_ ? 0 : &Array::vec_; } in Testable() function
Dmap.h236 typedef std::map<Key, Value> Map::*Testable; typedef
242 operator Testable() const { return is_null_ ? 0 : &Map::map_; } in Testable() function
/external/webrtc/webrtc/base/
Dscoped_ptr.h412 scoped_ptr::*Testable;
415 operator Testable() const {
538 scoped_ptr::*Testable;
541 operator Testable() const {