Home
last modified time | relevance | path

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

/external/rust/crates/criterion-plot/src/
Ddata.rs49 row.append_to(&mut bytes, scale); in new()
78 fn append_to(self, buffer: &mut Vec<u8>, scale: Self::Scale); in append_to() method
94 fn append_to(self, buffer: &mut Vec<u8>, scale: (f64, f64)) { in append_to() function
114 fn append_to(self, buffer: &mut Vec<u8>, scale: (f64, f64, f64)) { in append_to() function
136 fn append_to(self, buffer: &mut Vec<u8>, scale: (f64, f64, f64, f64)) { in append_to() function
161 fn append_to(self, buffer: &mut Vec<u8>, scale: (f64, f64, f64, f64, f64)) { in append_to() function
/external/rust/crates/grpcio-sys/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()
/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.cc502 static void AddDelimiter(string* append_to, const string& delim) { in AddDelimiter() argument
503 if (!append_to->empty()) strings::StrAppend(append_to, delim); in AddDelimiter()