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

  /external/libchrome/base/
values_unittest.cc 463 int copy_int_value = 0; local
464 ASSERT_TRUE(copy_int->GetAsInteger(&copy_int_value));
465 ASSERT_EQ(42, copy_int_value);
    [all...]
  /external/libweave/third_party/chromium/base/
values_unittest.cc 445 int copy_int_value = 0; local
446 ASSERT_TRUE(copy_int->GetAsInteger(&copy_int_value));
447 ASSERT_EQ(42, copy_int_value);
    [all...]

Completed in 390 milliseconds