Searched refs:macro_prefix (Results 1 – 5 of 5) sorted by relevance
/external/libchrome/mojo/public/interfaces/bindings/ |
D | BUILD.gn | 9 macro_prefix = "MOJO_MOJOM_BINDINGS"
|
/external/libchrome/mojo/public/mojom/base/ |
D | BUILD.gn | 38 macro_prefix = "MOJO_BASE_MOJOM"
|
/external/v8/src/torque/ |
D | implementation-visitor.h | 227 const std::string& macro_prefix, 230 const std::string& macro_prefix,
|
D | implementation-visitor.cc | 1099 std::ostream& o, const std::string& macro_prefix, Macro* macro) { in GenerateMacroFunctionDeclaration() argument 1100 GenerateFunctionDeclaration(o, macro_prefix, macro->name(), in GenerateMacroFunctionDeclaration() 1105 std::ostream& o, const std::string& macro_prefix, const std::string& name, in GenerateFunctionDeclaration() argument 1117 } else if (macro_prefix != "" && (return_type_name.length() > 5) && in GenerateFunctionDeclaration() 1122 o << " " << macro_prefix << name << "("; in GenerateFunctionDeclaration()
|
/external/libchrome/mojo/public/tools/bindings/ |
D | mojom.gni | 1221 # arguments. These are instead shortened to |output_prefix| and |macro_prefix| 1224 assert(defined(invoker.output_prefix) && defined(invoker.macro_prefix)) 1231 "macro_prefix", 1234 component_macro_prefix = invoker.macro_prefix
|