Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dplugin.pb.h273 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() function
697 inline void CodeGeneratorResponse_File::set_content(const char* value) { in set_content() function
702 inline void CodeGeneratorResponse_File::set_content(const char* value, size_t size) { in set_content() function
Dplugin.pb.cc1473 void CodeGeneratorResponse_File::set_content(const ::std::string& value) { in set_content() function in google::protobuf::compiler::CodeGeneratorResponse_File
1478 void CodeGeneratorResponse_File::set_content(const char* value) { in set_content() function in google::protobuf::compiler::CodeGeneratorResponse_File
1483 void CodeGeneratorResponse_File::set_content(const char* value, size_t size) { in set_content() function in google::protobuf::compiler::CodeGeneratorResponse_File
/frameworks/base/tools/streaming_proto/cpp/
Dmain.cpp164 file_response->set_content(text.str()); in write_header_file()
/frameworks/base/tools/streaming_proto/java/
Dmain.cpp205 file_response->set_content(text.str()); in write_file()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dprotostream_objectwriter_test.cc210 book.set_content(content); in TEST_P()