Home
last modified time | relevance | path

Searched refs:EndNamespace (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/torque/
H A Dcpp-builder.cc143 void File::EndNamespace(const std::string& name) { in EndNamespace() function in v8::internal::torque::cpp::File
150 void File::EndNamespace(const std::string& name0, const std::string& name1) { in EndNamespace() function in v8::internal::torque::cpp::File
151 EndNamespace(name1); in EndNamespace()
152 EndNamespace(name0); in EndNamespace()
H A Dcpp-builder.h188 void EndNamespace(const std::string& name);
189 void EndNamespace(const std::string& name0, const std::string& name1);
H A Dimplementation-visitor.cc147 streams.csa_cc.EndNamespace("v8", "internal"); in EndGeneratedFiles()
155 streams.csa_header.EndNamespace("v8", "internal"); in EndGeneratedFiles()
161 streams.class_definition_cc.EndNamespace("v8", "internal"); in EndGeneratedFiles()

Completed in 9 milliseconds