OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CopyWithoutEmptyChildren
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/
values.cc
16
Value*
CopyWithoutEmptyChildren
(Value* node) {
24
Value* child_copy =
CopyWithoutEmptyChildren
(*it);
43
Value* child_copy =
CopyWithoutEmptyChildren
(child);
625
Value* copy =
CopyWithoutEmptyChildren
(this);
/external/chromium_org/base/
values.cc
26
Value*
CopyWithoutEmptyChildren
(const Value* node) {
34
Value* child_copy =
CopyWithoutEmptyChildren
(*it);
49
Value* child_copy =
CopyWithoutEmptyChildren
(&it.value());
776
Value* copy =
CopyWithoutEmptyChildren
(this);
Completed in 26 milliseconds