Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dmock_code_generator.cc158 std::string meta_content; in CheckGeneratedAnnotations() local
161 &meta_content, true)); in CheckGeneratedAnnotations()
163 GOOGLE_CHECK(TextFormat::ParseFromString(meta_content, &annotations)); in CheckGeneratedAnnotations()
/external/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc1636 std::string meta_content; in EmbedCodeAnnotations() local
1637 annotations.SerializeToString(&meta_content); in EmbedCodeAnnotations()
1639 Base64Escape(meta_content, &meta_64); in EmbedCodeAnnotations()