Home
last modified time | relevance | path

Searched refs:namespace_begin (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/mojo/public/tools/bindings/generators/cpp_templates/
Dmodule-shared.h.tmpl23 {%- macro namespace_begin() %}
72 {{namespace_begin()}}
106 {{namespace_begin()}}
198 {{namespace_begin()}}
Dmodule.h.tmpl15 {%- macro namespace_begin() %}
114 {{namespace_begin()}}
/external/tensorflow/tensorflow/cc/framework/
Dcc_op_gen.cc1027 const string namespace_begin = internal ? R"namespace( in StartFiles() local
1049 "#include \"", op_header, "\"\n", namespace_begin); in StartFiles()
1063 TF_CHECK_OK(h->Append(namespace_begin)); in StartFiles()
/external/flatbuffers/src/
Didl_gen_general.cpp49 std::string namespace_begin; member
223 code += lang_.namespace_ident + namespace_name + lang_.namespace_begin; in SaveType()