Searched refs:set_content (Results 1 – 5 of 5) sorted by relevance
273 void set_content(const ::std::string& value);274 void set_content(const char* value);275 void set_content(const char* value, size_t size);692 inline void CodeGeneratorResponse_File::set_content(const ::std::string& value) { in set_content() function697 inline void CodeGeneratorResponse_File::set_content(const char* value) { in set_content() function702 inline void CodeGeneratorResponse_File::set_content(const char* value, size_t size) { in set_content() function
1473 void CodeGeneratorResponse_File::set_content(const ::std::string& value) { in set_content() function in google::protobuf::compiler::CodeGeneratorResponse_File1478 void CodeGeneratorResponse_File::set_content(const char* value) { in set_content() function in google::protobuf::compiler::CodeGeneratorResponse_File1483 void CodeGeneratorResponse_File::set_content(const char* value, size_t size) { in set_content() function in google::protobuf::compiler::CodeGeneratorResponse_File
164 file_response->set_content(text.str()); in write_header_file()
205 file_response->set_content(text.str()); in write_file()
210 book.set_content(content); in TEST_P()