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

  /external/libchrome/base/mac/
scoped_cffiledescriptorref.h 18 static CFFileDescriptorRef InvalidValue() { return nullptr; }
scoped_cftyperef.h 32 static CFT InvalidValue() { return nullptr; }
scoped_dispatch_object.h 18 static T InvalidValue() { return nullptr; }
scoped_launch_data.h 18 static launch_data_t InvalidValue() { return nullptr; }
scoped_block.h 25 static B InvalidValue() { return nullptr; }
scoped_ioobject.h 19 static IOT InvalidValue() { return IO_OBJECT_NULL; }
scoped_ioplugininterface.h 19 static T InvalidValue() { return nullptr; }
scoped_mach_port.h 19 static mach_port_t InvalidValue() {
27 static mach_port_t InvalidValue() {
35 static mach_port_t InvalidValue() {
  /external/libchrome/base/files/
scoped_file.h 23 static int InvalidValue() {
  /external/libchrome/base/
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/protobuf/src/google/protobuf/util/internal/
error_listener.h 63 virtual void InvalidValue(const LocationTrackerInterface& loc,
87 virtual void InvalidValue(const LocationTrackerInterface& loc,
proto_writer.cc 413 void ProtoWriter::InvalidValue(StringPiece type_name, StringPiece value) {
414 listener_->InvalidValue(location(), type_name, value);
527 InvalidValue(
568 InvalidValue(field.type_url().empty()
648 InvalidValue(google::protobuf::Field_Kind_Name(field.kind()),
  /external/protobuf/src/google/protobuf/util/
json_util.cc 119 virtual void InvalidValue(const converter::LocationTrackerInterface& loc,
  /external/libchrome/base/memory/
shared_memory_posix.cc 37 static FilePath* InvalidValue() { return nullptr; }
  /external/guice/extensions/persist/lib/
hibernate-annotations.jar 

Completed in 1155 milliseconds