Searched defs:code_block (Results 1 – 9 of 9) sorted by relevance
9 fn code_block() { in code_block() function
14 fn code_block() { in code_block() function
42 auto code_block = code_blocks_with_flag_.at(i).first; in CodeTrainAndEvalFunc() local
73 code_block: Option<String>, field224 let mut code_block = ConfigCodeBlock::new(); in extract() localVariable
607 …let code_block = "this_line_is_100_characters_long_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx… in test_format_code_block_fail() localVariable614 let code_block = "let x=3;"; in test_format_code_block() localVariable619 let code_block = in test_format_code_block() localVariable
766 let code_block = match self.code_block_attr.as_ref().unwrap() { in handle_line() localVariable
42 void set_code_blocks(const std::vector<std::string> &code_block) { code_blocks_ = code_block; } in set_code_blocks()
618 void EmitCodeBlock(const std::string &code_block, const std::string &name, in EmitCodeBlock()
633 void EmitCodeBlock(const std::string &code_block, const std::string &name, in EmitCodeBlock()