Home
last modified time | relevance | path

Searched refs:InvalidValue (Results 1 – 14 of 14) sorted by relevance

/external/libchrome/base/
Dscoped_generic.h76 ScopedGeneric() : data_(traits_type::InvalidValue()) {} in ScopedGeneric()
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(); in release()
134 bool is_valid() const { return data_.generic != traits_type::InvalidValue(); } in is_valid()
148 if (data_.generic != traits_type::InvalidValue()) { in FreeIfNecessary()
150 data_.generic = traits_type::InvalidValue(); in FreeIfNecessary()
Dscoped_generic_unittest.cc19 static int InvalidValue() { in InvalidValue() function
39 ScopedInt a(IntTraits::InvalidValue(), traits); in TEST()
57 ScopedInt b(IntTraits::InvalidValue(), traits); in TEST()
58 EXPECT_EQ(IntTraits::InvalidValue(), b.release()); in TEST()
95 ASSERT_EQ(IntTraits::InvalidValue(), a.get()); in TEST()
110 ASSERT_EQ(IntTraits::InvalidValue(), a.get()); in TEST()
/external/libchrome/base/mac/
Dscoped_mach_port.h19 static mach_port_t InvalidValue() { in InvalidValue() function
27 static mach_port_t InvalidValue() { in InvalidValue() function
35 static mach_port_t InvalidValue() { in InvalidValue() function
Dscoped_typeref.h57 T object = Traits::InvalidValue(),
88 void reset(T object = Traits::InvalidValue(),
125 object_ = Traits::InvalidValue(); in release()
Dscoped_launch_data.h18 static launch_data_t InvalidValue() { return nullptr; } in InvalidValue() function
Dscoped_cffiledescriptorref.h18 static CFFileDescriptorRef InvalidValue() { return nullptr; } in InvalidValue() function
Dscoped_cftyperef.h32 static CFT InvalidValue() { return nullptr; } in InvalidValue() function
Dscoped_block.h19 static B InvalidValue() { return nullptr; } in InvalidValue() function
Dscoped_ioobject.h19 static IOT InvalidValue() { return IO_OBJECT_NULL; } in InvalidValue() function
Dscoped_ioplugininterface.h19 static T InvalidValue() { return nullptr; } in InvalidValue() function
Dscoped_nsobject.h46 static NST InvalidValue() { return nil; } in InvalidValue() function
/external/libchrome/base/files/
Dscoped_file.h22 static int InvalidValue() { in InvalidValue() function
/external/libchrome/base/win/
Dscoped_gdi_object.h19 static T InvalidValue() { return nullptr; } in InvalidValue() function
/external/guice/extensions/persist/lib/
Dhibernate-annotations.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/ ...