HomeSort by relevance Sort by last modified time
    Searched full:scoped_null (Results 1 - 2 of 2) sorted by null

  /external/libweave/third_party/chromium/base/
values_unittest.cc 383 scoped_ptr<Value> scoped_null = Value::CreateNullValue(); local
384 Value* original_null = scoped_null.get();
385 original_dict.Set("null", std::move(scoped_null));
581 scoped_ptr<Value> scoped_null(Value::CreateNullValue());
582 Value* original_null = scoped_null.get();
583 original_dict.Set("null", std::move(scoped_null));
    [all...]
  /external/libchrome/base/
values_unittest.cc 397 scoped_ptr<Value> scoped_null = Value::CreateNullValue(); local
398 Value* original_null = scoped_null.get();
399 original_dict.Set("null", std::move(scoped_null));
615 scoped_ptr<Value> scoped_null(Value::CreateNullValue());
616 Value* original_null = scoped_null.get();
617 original_dict.Set("null", std::move(scoped_null));
    [all...]

Completed in 8776 milliseconds