Searched refs:set_output_type (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/tools/gn/
H A Dgroup_target_generator.cc19 target_->set_output_type(Target::GROUP);
H A Dtarget_unittest.cc42 g.set_output_type(Target::GROUP);
52 a.set_output_type(Target::EXECUTABLE);
74 z.set_output_type(Target::STATIC_LIBRARY);
90 shared.set_output_type(Target::SHARED_LIBRARY);
105 exec.set_output_type(Target::EXECUTABLE);
117 a.set_output_type(Target::EXECUTABLE);
119 b.set_output_type(Target::STATIC_LIBRARY);
121 c.set_output_type(Target::STATIC_LIBRARY);
155 a_fwd.set_output_type(Target::EXECUTABLE);
157 b_fwd.set_output_type(Targe
[all...]
H A Dcopy_target_generator.cc24 target_->set_output_type(Target::COPY_FILES);
H A Dninja_binary_target_writer_unittest.cc17 target.set_output_type(Target::SOURCE_SET);
52 shlib_target.set_output_type(Target::SHARED_LIBRARY);
H A Dninja_helper_unittest.cc30 target.set_output_type(Target::EXECUTABLE);
68 setup.target.set_output_type(Target::STATIC_LIBRARY);
H A Dbinary_target_generator.cc26 target_->set_output_type(output_type_);
H A Dgyp_script_target_writer_unittest.cc15 target->set_output_type(Target::CUSTOM);
H A Dbuilder_unittest.cc118 a->set_output_type(Target::EXECUTABLE);
155 c->set_output_type(Target::STATIC_LIBRARY);
165 b->set_output_type(Target::SHARED_LIBRARY);
207 b->set_output_type(Target::EXECUTABLE);
217 a->set_output_type(Target::EXECUTABLE);
H A Dninja_copy_target_writer_unittest.cc17 target.set_output_type(Target::COPY_FILES);
H A Dscript_target_generator.cc28 target_->set_output_type(Target::CUSTOM);
H A Dtarget.h55 void set_output_type(OutputType t) { output_type_ = t; } function in class:Target
H A Dninja_script_target_writer_unittest.cc96 target.set_output_type(Target::CUSTOM);
197 target.set_output_type(Target::CUSTOM);
/external/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h1335 inline void set_output_type(const ::std::string& value);
1336 inline void set_output_type(const char* value);
1337 inline void set_output_type(const char* value, size_t size);
3562 inline void MethodDescriptorProto::set_output_type(const ::std::string& value) { function in class:google::protobuf::MethodDescriptorProto
3569 inline void MethodDescriptorProto::set_output_type(const char* value) { function in class:google::protobuf::MethodDescriptorProto
3576 inline void MethodDescriptorProto::set_output_type(const char* value, size_t size) { function in class:google::protobuf::MethodDescriptorProto
H A Ddescriptor.cc1477 proto->set_output_type(".");
H A Ddescriptor_unittest.cc155 result->set_output_type(output_type);
H A Ddescriptor.pb.cc4075 set_output_type(from.output_type());
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h1375 inline void set_output_type(const ::std::string& value);
1376 inline void set_output_type(const char* value);
1377 inline void set_output_type(const char* value, size_t size);
4463 inline void MethodDescriptorProto::set_output_type(const ::std::string& value) { function in class:google::protobuf::MethodDescriptorProto
4470 inline void MethodDescriptorProto::set_output_type(const char* value) { function in class:google::protobuf::MethodDescriptorProto
4477 inline void MethodDescriptorProto::set_output_type(const char* value, size_t size) { function in class:google::protobuf::MethodDescriptorProto
H A Ddescriptor.cc1623 proto->set_output_type(".");
H A Ddescriptor_unittest.cc157 result->set_output_type(output_type);
H A Ddescriptor.pb.cc4297 set_output_type(from.output_type());

Completed in 268 milliseconds