Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dplugin.pb.h265 void set_content(const ::std::string& value);
266 void set_content(const char* value);
267 void set_content(const char* value, size_t size);
680 inline void CodeGeneratorResponse_File::set_content(const ::std::string& value) { in set_content() function
685 inline void CodeGeneratorResponse_File::set_content(const char* value) { in set_content() function
690 inline void CodeGeneratorResponse_File::set_content(const char* value, size_t size) { in set_content() function
Dplugin.pb.cc1468 void CodeGeneratorResponse_File::set_content(const ::std::string& value) { in set_content() function in google::protobuf::compiler::CodeGeneratorResponse_File
1473 void CodeGeneratorResponse_File::set_content(const char* value) { in set_content() function in google::protobuf::compiler::CodeGeneratorResponse_File
1478 void CodeGeneratorResponse_File::set_content(const char* value, size_t size) { in set_content() function in google::protobuf::compiler::CodeGeneratorResponse_File
/external/webrtc/talk/app/webrtc/
Dwebrtcsession.cc1025 auto set_content = [this, action, source, err](cricket::BaseChannel* ch) { in PushdownMediaDescription() local
1037 return (set_content(voice_channel()) && in PushdownMediaDescription()
1038 set_content(video_channel()) && in PushdownMediaDescription()
1039 set_content(data_channel())); in PushdownMediaDescription()
/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter_test.cc206 book.set_content(content); in TEST_P()