Home
last modified time | relevance | path

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

/external/cronet/third_party/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc1592 std::string meta_64; in EmbedCodeAnnotations() local
1593 Base64Escape(meta_content, &meta_64); in EmbedCodeAnnotations()
1598 printer->Print("\n// $encoded_proto$\n", "encoded_proto", meta_64); in EmbedCodeAnnotations()