Searched defs:got_value (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/browser/indexed_db/leveldb/
H A Dleveldb_unittest.cc45 std::string got_value; local
60 status = leveldb->Get(key, &got_value, &found);
63 EXPECT_EQ(value, got_value);
82 status = leveldb->Get(key, &got_value, &found);
92 std::string got_value; local
114 status = transaction->Get(key, &got_value, &found);
117 EXPECT_EQ(comparator.Compare(got_value, old_value), 0);
120 status = leveldb->Get(key, &got_value, &found);
123 EXPECT_EQ(comparator.Compare(got_value, new_value), 0);
131 status = leveldb->Get(added_key, &got_value,
209 std::string got_value; local
[all...]
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation.cc1189 bool got_value = share_group_->program_info_manager()->GetProgramiv( local
1192 if (got_value) {
1196 return got_value;
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp4336 bool got_value = false; local
4350 got_value = true;
4372 if (name && name[0] && got_value)

Completed in 137 milliseconds