Searched refs:append_to (Results 1 – 6 of 6) sorted by relevance
/external/rust/crates/criterion-plot/src/ |
D | data.rs | 49 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/ |
D | python_generator_helpers.h | 140 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()
|
D | generator_helpers.h | 170 std::vector<std::string>* append_to) { in Split() argument 174 append_to->push_back(piece); in Split()
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_emulate_loops.c | 75 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/ |
D | generator_helpers.h | 170 std::vector<grpc::string>* append_to) { in Split() argument 174 append_to->push_back(piece); in Split()
|
/external/tensorflow/tensorflow/python/framework/ |
D | python_op_gen_internal.cc | 502 static void AddDelimiter(string* append_to, const string& delim) { in AddDelimiter() argument 503 if (!append_to->empty()) strings::StrAppend(append_to, delim); in AddDelimiter()
|