OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeletionTestValue
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/
values_unittest.cc
153
class
DeletionTestValue
: public Value {
155
explicit
DeletionTestValue
(bool* deletion_flag) : Value(TYPE_NULL) {
165
~
DeletionTestValue
() {
178
list.Append(new
DeletionTestValue
(&deletion_flag));
185
list.Append(new
DeletionTestValue
(&deletion_flag));
193
list.Append(new
DeletionTestValue
(&deletion_flag));
206
list.Append(new
DeletionTestValue
(&deletion_flag));
223
list.Append(new
DeletionTestValue
(&deletion_flag));
232
DeletionTestValue
* value = new
DeletionTestValue
(&deletion_flag)
[
all
...]
/external/chromium_org/base/
values_unittest.cc
157
class
DeletionTestValue
: public Value {
159
explicit
DeletionTestValue
(bool* deletion_flag) : Value(TYPE_NULL) {
169
virtual ~
DeletionTestValue
() {
182
list.Append(new
DeletionTestValue
(&deletion_flag));
189
list.Append(new
DeletionTestValue
(&deletion_flag));
197
list.Append(new
DeletionTestValue
(&deletion_flag));
210
list.Append(new
DeletionTestValue
(&deletion_flag));
226
list.Append(new
DeletionTestValue
(&deletion_flag));
235
DeletionTestValue
* value = new
DeletionTestValue
(&deletion_flag)
[
all
...]
Completed in 31 milliseconds