HomeSort by relevance Sort by last modified time
    Searched refs:InvalidValue (Results 1 - 23 of 23) 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_cffiledescriptorref.h 18 static CFFileDescriptorRef InvalidValue() { return nullptr; }
scoped_launch_data.h 18 static launch_data_t InvalidValue() { return nullptr; }
scoped_nsobject.h 67 static NST InvalidValue() __attribute((ns_returns_not_retained)) {
89 NST object = Traits::InvalidValue(),
93 explicit scoped_nsprotocol(NST object = Traits::InvalidValue())
113 void reset(NST object = Traits::InvalidValue(),
119 void reset(NST object = Traits::InvalidValue()) {
153 NST* object = Traits::InvalidValue(),
157 explicit scoped_nsobject(NST* object = Traits::InvalidValue())
177 void reset(NST* object = Traits::InvalidValue(),
183 void reset(NST* object = Traits::InvalidValue()) {
202 id object = Traits::InvalidValue(),
    [all...]
scoped_cftyperef.h 32 static CFT InvalidValue() { return nullptr; }
scoped_dispatch_object.h 18 static T InvalidValue() { return nullptr; }
scoped_ioobject.h 19 static IOT InvalidValue() { return IO_OBJECT_NULL; }
scoped_ioplugininterface.h 19 static T InvalidValue() { return nullptr; }
scoped_block.h 25 static B InvalidValue() { return nullptr; }
scoped_typeref.h 24 // static CGLContextObj InvalidValue() { return nullptr; }
57 __unsafe_unretained T object = Traits::InvalidValue(),
79 that.object_ = Traits::InvalidValue();
100 void reset(__unsafe_unretained T object = Traits::InvalidValue(),
129 object_ = Traits::InvalidValue();
  /external/libchrome/base/files/
scoped_file.h 23 static int InvalidValue() {
  /external/libchrome/base/
scoped_generic.h 43 // static int InvalidValue() {
47 // // This free function will not be called if f == InvalidValue()!
73 ScopedGeneric() : data_(traits_type::InvalidValue()) {}
102 void reset(const element_type& value = traits_type::InvalidValue()) {
103 if (data_.generic != traits_type::InvalidValue() && data_.generic == value)
123 data_.generic = traits_type::InvalidValue();
131 bool is_valid() const { return data_.generic != traits_type::InvalidValue(); }
145 if (data_.generic != traits_type::InvalidValue()) {
147 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/protobuf/src/google/protobuf/util/internal/
mock_error_listener.h 52 MOCK_METHOD3(InvalidValue, void(const LocationTrackerInterface& loc,
protostream_objectwriter_test.cc 375 EXPECT_CALL(listener_, InvalidValue(_, StringPiece("TYPE_INT32"),
378 EXPECT_CALL(listener_, InvalidValue(_, StringPiece("TYPE_UINT32"),
381 EXPECT_CALL(listener_, InvalidValue(_, StringPiece("TYPE_SFIXED64"),
384 EXPECT_CALL(listener_, InvalidValue(_, StringPiece("TYPE_BOOL"),
408 EXPECT_CALL(listener_, InvalidValue(_, StringPiece("TYPE_INT32"),
411 EXPECT_CALL(listener_, InvalidValue(_, StringPiece("TYPE_UINT32"),
414 EXPECT_CALL(listener_, InvalidValue(_, StringPiece("TYPE_SFIXED64"),
418 InvalidValue(_, StringPiece("TYPE_BOOL"), StringPiece("\"NaN\"")))
730 EXPECT_CALL(listener_, InvalidValue(_, StringPiece("TYPE_UINT32"),
741 EXPECT_CALL(listener_, InvalidValue(_, StringPiece("TYPE_UINT32")
    [all...]
error_listener.h 63 virtual void InvalidValue(const LocationTrackerInterface& loc,
87 virtual void InvalidValue(const LocationTrackerInterface& loc,
protostream_objectwriter.cc 197 // multiple unnecessary InvalidValue calls.
199 parent_->InvalidValue("Any",
208 parent_->InvalidValue("Any",
243 parent_->InvalidValue("Any",
250 parent_->InvalidValue("Any",
280 parent_->InvalidValue("Any",
287 parent_->InvalidValue("Any",
295 parent_->InvalidValue("Any", "Expect a JSON object.");
301 if (!status.ok()) ow_->InvalidValue("Any", status.error_message());
317 parent_->InvalidValue("String", s.status().error_message())
    [all...]
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()),
proto_writer.h 234 void InvalidValue(StringPiece type_name, StringPiece value);
  /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 514 milliseconds