Home
last modified time | relevance | path

Searched defs:code_block (Results 1 – 4 of 4) sorted by relevance

/third_party/glib/gobject/
Dgtype-private.h37 #define GOBJECT_IF_DEBUG(debug_type, code_block) \ argument
43 #define GOBJECT_IF_DEBUG(debug_type, code_block) argument
/third_party/mindspore/mindspore/lite/micro/coder/
Dcontext.h36 void set_code_blocks(const std::vector<std::string> &code_block) { code_blocks_ = code_block; } in set_code_blocks()
/third_party/boost/tools/quickbook/src/
Dmain_grammar.cpp106 template_body, code_block, skip_code_block, macro, template_args, member
Dactions.cpp752 void code_action(quickbook::state& state, value code_block) in code_action()