Home
last modified time | relevance | path

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

/external/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()
/external/grpc-grpc/src/compiler/
Dgenerator_helpers.h170 std::vector<grpc::string>* append_to) { in Split() argument
174 append_to->push_back(piece); in Split()
/external/tensorflow/tensorflow/python/framework/
Dpython_op_gen_internal.cc483 static void AddDelimiter(string* append_to, const string& delim) { in AddDelimiter() argument
484 if (!append_to->empty()) strings::StrAppend(append_to, delim); in AddDelimiter()