HomeSort by relevance Sort by last modified time
    Searched refs:InvalidValue (Results 1 - 15 of 15) sorted by null

  /external/libchrome/base/mac/
scoped_mach_port.h 19 static mach_port_t InvalidValue() {
27 static mach_port_t InvalidValue() {
35 static mach_port_t InvalidValue() {
scoped_block.h 19 static B InvalidValue() { return nullptr; }
scoped_cffiledescriptorref.h 18 static CFFileDescriptorRef InvalidValue() { return nullptr; }
scoped_launch_data.h 18 static launch_data_t InvalidValue() { return nullptr; }
scoped_cftyperef.h 32 static CFT InvalidValue() { return nullptr; }
scoped_ioobject.h 19 static IOT InvalidValue() { return IO_OBJECT_NULL; }
scoped_ioplugininterface.h 19 static T InvalidValue() { return nullptr; }
scoped_typeref.h 24 // static CGLContextObj InvalidValue() { return nullptr; }
57 T object = Traits::InvalidValue(),
88 void reset(T object = Traits::InvalidValue(),
125 object_ = Traits::InvalidValue();
scoped_nsobject.h 46 static NST InvalidValue() { return nil; }
  /external/libchrome/base/files/
scoped_file.h 22 static int InvalidValue() {
  /external/libchrome/base/
scoped_generic.h 44 // static int InvalidValue() {
48 // // This free function will not be called if f == InvalidValue()!
76 ScopedGeneric() : data_(traits_type::InvalidValue()) {}
105 void reset(const element_type& value = traits_type::InvalidValue()) {
106 if (data_.generic != traits_type::InvalidValue() && data_.generic == value)
126 data_.generic = traits_type::InvalidValue();
134 bool is_valid() const { return data_.generic != traits_type::InvalidValue(); }
148 if (data_.generic != traits_type::InvalidValue()) {
150 data_.generic = traits_type::InvalidValue();
scoped_generic_unittest.cc 19 static int InvalidValue() {
39 ScopedInt a(IntTraits::InvalidValue(), traits);
57 ScopedInt b(IntTraits::InvalidValue(), traits);
58 EXPECT_EQ(IntTraits::InvalidValue(), b.release());
95 ASSERT_EQ(IntTraits::InvalidValue(), a.get());
110 ASSERT_EQ(IntTraits::InvalidValue(), a.get());
  /external/libchrome/base/win/
scoped_gdi_object.h 19 static T InvalidValue() { return nullptr; }
  /external/guice/extensions/persist/lib/
hibernate-annotations.jar 
  /external/libgdx/backends/gdx-backends-gwt/libs/
gwt-user.jar 

Completed in 3300 milliseconds