Home
last modified time | relevance | path

Searched refs:macro_prefix (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/mojo/public/interfaces/bindings/
DBUILD.gn9 macro_prefix = "MOJO_MOJOM_BINDINGS"
/external/libchrome/mojo/public/mojom/base/
DBUILD.gn38 macro_prefix = "MOJO_BASE_MOJOM"
/external/v8/src/torque/
Dimplementation-visitor.h227 const std::string& macro_prefix,
230 const std::string& macro_prefix,
Dimplementation-visitor.cc1099 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/
Dmojom.gni1221 # 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