Searched refs:output_type_ (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/tools/gn/
H A Daction_target_generator.cc23 output_type_(type) {
30 target_->set_output_type(output_type_);
34 if (output_type_ == Target::ACTION_FOREACH && target_->sources().empty()) {
51 if (!FillOutputs(output_type_ == Target::ACTION_FOREACH))
116 if (output_type_ == Target::ACTION) {
124 } else if (output_type_ == Target::ACTION_FOREACH) {
H A Daction_target_generator.h32 Target::OutputType output_type_; member in class:ActionTargetGenerator
H A Dbinary_target_generator.h32 Target::OutputType output_type_; member in class:BinaryTargetGenerator
H A Dtarget.cc69 output_type_(UNKNOWN),
116 DCHECK(output_type_ != UNKNOWN);
149 return output_type_ == STATIC_LIBRARY || output_type_ == SHARED_LIBRARY;
153 return output_type_ == EXECUTABLE || output_type_ == SHARED_LIBRARY ||
154 (output_type_ == STATIC_LIBRARY && complete_static_lib_);
179 DCHECK_NE(UNKNOWN, output_type_);
196 GetStringForOutputType(output_type_),
278 switch (output_type_) {
[all...]
H A Dtarget.h58 OutputType output_type() const { return output_type_; }
59 void set_output_type(OutputType t) { output_type_ = t; }
105 DCHECK_EQ(STATIC_LIBRARY, output_type_);
123 return output_type_ == ACTION ||
124 output_type_ == ACTION_FOREACH ||
125 output_type_ == COPY_FILES;
249 OutputType output_type_; member in class:Target
H A Dbinary_target_generator.cc22 output_type_(type) {
29 target_->set_output_type(output_type_);
/external/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h1356 ::std::string* output_type_; member in class:google::protobuf::MethodDescriptorProto
3554 if (output_type_ != &_default_output_type_) {
3555 output_type_->clear();
3560 return *output_type_;
3564 if (output_type_ == &_default_output_type_) {
3565 output_type_ = new ::std::string;
3567 output_type_->assign(value);
3571 if (output_type_ == &_default_output_type_) {
3572 output_type_ = new ::std::string;
3574 output_type_
[all...]
H A Ddescriptor.h781 const Descriptor* output_type_; member in class:google::protobuf::MethodDescriptor
H A Ddescriptor.pb.cc239 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodDescriptorProto, output_type_),
3767 output_type_ = const_cast< ::std::string*>(&_default_output_type_);
3783 if (output_type_ != &_default_output_type_) {
3784 delete output_type_;
3824 if (output_type_ != &_default_output_type_) {
3825 output_type_->clear();
4108 std::swap(output_type_, other->output_type_);
H A Ddescriptor.cc3326 result->output_type_ = NULL;
3612 method->output_type_ = output_type.descriptor;
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h1406 ::std::string* output_type_; member in class:google::protobuf::MethodDescriptorProto
4455 if (output_type_ != &::google::protobuf::internal::GetEmptyString()) {
4456 output_type_->clear();
4461 return *output_type_;
4465 if (output_type_ == &::google::protobuf::internal::GetEmptyString()) {
4466 output_type_ = new ::std::string;
4468 output_type_->assign(value);
4472 if (output_type_ == &::google::protobuf::internal::GetEmptyString()) {
4473 output_type_ = new ::std::string;
4475 output_type_
[all...]
H A Ddescriptor.h871 const Descriptor* output_type_; member in class:google::protobuf::MethodDescriptor
H A Ddescriptor.pb.cc254 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodDescriptorProto, output_type_),
3988 output_type_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyString());
4004 if (output_type_ != &::google::protobuf::internal::GetEmptyString()) {
4005 delete output_type_;
4046 if (output_type_ != &::google::protobuf::internal::GetEmptyString()) {
4047 output_type_->clear();
4330 std::swap(output_type_, other->output_type_);
H A Ddescriptor.cc3720 result->output_type_ = NULL;
4006 method->output_type_ = output_type.descriptor;

Completed in 549 milliseconds