Searched refs:meta_content (Results 1 – 2 of 2) sorted by relevance
158 std::string meta_content; in CheckGeneratedAnnotations() local161 &meta_content, true)); in CheckGeneratedAnnotations()163 GOOGLE_CHECK(TextFormat::ParseFromString(meta_content, &annotations)); in CheckGeneratedAnnotations()
1636 std::string meta_content; in EmbedCodeAnnotations() local1637 annotations.SerializeToString(&meta_content); in EmbedCodeAnnotations()1639 Base64Escape(meta_content, &meta_64); in EmbedCodeAnnotations()