Home
last modified time | relevance | path

Searched refs:MergeInto (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/utils/
Dscoped-list.h50 void MergeInto(ScopedList* parent) { in MergeInto() function
/third_party/protobuf/src/google/protobuf/
Dmessage_lite.h552 return input.template MergeInto<alias>(msg, parse_flags); in MergeFromImpl()
/third_party/node/deps/v8/src/parsing/
Dexpression-scope.h108 variable_list->MergeInto(AsExpressionParsingScope()->variable_list()); in MergeVariableList()
Dpreparser.h388 void MergeInto(const PreParserScopedStatementList* other) {} in MergeInto() function
Dparser.cc628 statements.MergeInto(&body); in DoParseProgram()
Dparser-base.h4436 inner_body.MergeInto(body); in ParseFunctionBody()