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

  /external/libchrome/base/files/
scoped_file.h 23 static int InvalidValue() {
  /external/libchrome/base/memory/
shared_memory_helper.cc 12 static const FilePath* InvalidValue() { return nullptr; }
  /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/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/guice/extensions/persist/lib/
hibernate-annotations.jar 

Completed in 193 milliseconds