Home
last modified time | relevance | path

Searched refs:append_to (Results 1 – 7 of 7) sorted by relevance

/third_party/gn/src/gn/
Dconfig_values.cc10 void VectorAppend(std::vector<T>* append_to, in VectorAppend() argument
14 append_to->insert(append_to->end(), append_this.begin(), append_this.end()); in VectorAppend()
/third_party/grpc/src/compiler/
Dpython_generator_helpers.h140 std::vector<std::string>* append_to) { in Split() argument
143 append_to->emplace_back(); in Split()
148 append_to->emplace_back(current, next); in Split()
Dgenerator_helpers.h170 std::vector<std::string>* append_to) { in Split() argument
174 append_to->push_back(piece); in Split()
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_emulate_loops.c75 struct rc_instruction * append_to = last; in unroll_loop() local
82 rc_insert_instruction(append_to, new); in unroll_loop()
83 append_to = new; in unroll_loop()
/third_party/glib/gio/
Dgfile.h311 GFileOutputStream * (* append_to) (GFile *file, member
Dglocalfile.c2987 iface->append_to = g_local_file_append_to; in g_local_file_file_iface_init()
Dgfile.c1727 if (iface->append_to == NULL) in g_file_append_to()
1735 return (* iface->append_to) (file, flags, cancellable, error); in g_file_append_to()