output_type_     3720 third_party/protobuf/src/google/protobuf/descriptor.cc   result->output_type_ = NULL;
output_type_     4006 third_party/protobuf/src/google/protobuf/descriptor.cc     method->output_type_ = output_type.descriptor;
output_type_      871 third_party/protobuf/src/google/protobuf/descriptor.h   const Descriptor* output_type_;
output_type_      254 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodDescriptorProto, output_type_),
output_type_     3988 third_party/protobuf/src/google/protobuf/descriptor.pb.cc   output_type_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyString());
output_type_     4004 third_party/protobuf/src/google/protobuf/descriptor.pb.cc   if (output_type_ != &::google::protobuf::internal::GetEmptyString()) {
output_type_     4005 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     delete output_type_;
output_type_     4046 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       if (output_type_ != &::google::protobuf::internal::GetEmptyString()) {
output_type_     4047 third_party/protobuf/src/google/protobuf/descriptor.pb.cc         output_type_->clear();
output_type_     4330 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     std::swap(output_type_, other->output_type_);
output_type_     1406 third_party/protobuf/src/google/protobuf/descriptor.pb.h   ::std::string* output_type_;
output_type_     4455 third_party/protobuf/src/google/protobuf/descriptor.pb.h   if (output_type_ != &::google::protobuf::internal::GetEmptyString()) {
output_type_     4456 third_party/protobuf/src/google/protobuf/descriptor.pb.h     output_type_->clear();
output_type_     4461 third_party/protobuf/src/google/protobuf/descriptor.pb.h   return *output_type_;
output_type_     4465 third_party/protobuf/src/google/protobuf/descriptor.pb.h   if (output_type_ == &::google::protobuf::internal::GetEmptyString()) {
output_type_     4466 third_party/protobuf/src/google/protobuf/descriptor.pb.h     output_type_ = new ::std::string;
output_type_     4468 third_party/protobuf/src/google/protobuf/descriptor.pb.h   output_type_->assign(value);
output_type_     4472 third_party/protobuf/src/google/protobuf/descriptor.pb.h   if (output_type_ == &::google::protobuf::internal::GetEmptyString()) {
output_type_     4473 third_party/protobuf/src/google/protobuf/descriptor.pb.h     output_type_ = new ::std::string;
output_type_     4475 third_party/protobuf/src/google/protobuf/descriptor.pb.h   output_type_->assign(value);
output_type_     4479 third_party/protobuf/src/google/protobuf/descriptor.pb.h   if (output_type_ == &::google::protobuf::internal::GetEmptyString()) {
output_type_     4480 third_party/protobuf/src/google/protobuf/descriptor.pb.h     output_type_ = new ::std::string;
output_type_     4482 third_party/protobuf/src/google/protobuf/descriptor.pb.h   output_type_->assign(reinterpret_cast<const char*>(value), size);
output_type_     4486 third_party/protobuf/src/google/protobuf/descriptor.pb.h   if (output_type_ == &::google::protobuf::internal::GetEmptyString()) {
output_type_     4487 third_party/protobuf/src/google/protobuf/descriptor.pb.h     output_type_ = new ::std::string;
output_type_     4489 third_party/protobuf/src/google/protobuf/descriptor.pb.h   return output_type_;
output_type_     4493 third_party/protobuf/src/google/protobuf/descriptor.pb.h   if (output_type_ == &::google::protobuf::internal::GetEmptyString()) {
output_type_     4496 third_party/protobuf/src/google/protobuf/descriptor.pb.h     ::std::string* temp = output_type_;
output_type_     4497 third_party/protobuf/src/google/protobuf/descriptor.pb.h     output_type_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyString());
output_type_     4502 third_party/protobuf/src/google/protobuf/descriptor.pb.h   if (output_type_ != &::google::protobuf::internal::GetEmptyString()) {
output_type_     4503 third_party/protobuf/src/google/protobuf/descriptor.pb.h     delete output_type_;
output_type_     4507 third_party/protobuf/src/google/protobuf/descriptor.pb.h     output_type_ = output_type;
output_type_     4510 third_party/protobuf/src/google/protobuf/descriptor.pb.h     output_type_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyString());
output_type_       45 tools/gn/action_target_generator.cc   target_->set_output_type(output_type_);
output_type_       50 tools/gn/action_target_generator.cc   if (output_type_ == Target::ACTION_FOREACH && target_->sources().empty()) {
output_type_      130 tools/gn/action_target_generator.cc   if (output_type_ == Target::ACTION) {
output_type_      139 tools/gn/action_target_generator.cc   } else if (output_type_ == Target::ACTION_FOREACH) {
output_type_       32 tools/gn/action_target_generator.h   Target::OutputType output_type_;
output_type_       26 tools/gn/binary_target_generator.cc   target_->set_output_type(output_type_);
output_type_       29 tools/gn/binary_target_generator.h   Target::OutputType output_type_;
output_type_       56 tools/gn/target.cc       output_type_(UNKNOWN),
output_type_       96 tools/gn/target.cc   DCHECK(output_type_ != UNKNOWN);
output_type_      105 tools/gn/target.cc     if (dep->output_type_ == GROUP) {
output_type_      141 tools/gn/target.cc   if (output_type_ != GROUP) {
output_type_      152 tools/gn/target.cc   return output_type_ == STATIC_LIBRARY || output_type_ == SHARED_LIBRARY;
output_type_       55 tools/gn/target.h   OutputType output_type() const { return output_type_; }
output_type_       56 tools/gn/target.h   void set_output_type(OutputType t) { output_type_ = t; }
output_type_      143 tools/gn/target.h   OutputType output_type_;