HomeSort by relevance Sort by last modified time
    Searched full:output_type_ (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/tools/gn/
binary_target_generator.h 28 Target::OutputType output_type_; member in class:BinaryTargetGenerator
binary_target_generator.cc 19 output_type_(type) {
26 target_->set_output_type(output_type_);
target.cc 56 output_type_(UNKNOWN),
95 DCHECK(output_type_ != UNKNOWN);
104 if (dep->output_type_ == GROUP) {
140 if (output_type_ != GROUP) {
151 return output_type_ == STATIC_LIBRARY || output_type_ == SHARED_LIBRARY;
target.h 54 OutputType output_type() const { return output_type_; }
55 void set_output_type(OutputType t) { output_type_ = t; }
143 OutputType output_type_; member in class:Target
  /external/protobuf/src/google/protobuf/
descriptor.pb.h 1356 ::std::string* output_type_; member in class:google::protobuf::MethodDescriptorProto
    [all...]
descriptor.pb.cc 239 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodDescriptorProto, output_type_),
    [all...]
descriptor.h 781 const Descriptor* output_type_; member in class:google::protobuf::MethodDescriptor
    [all...]
descriptor.cc     [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.pb.h 1406 ::std::string* output_type_; member in class:google::protobuf::MethodDescriptorProto
    [all...]
descriptor.pb.cc 254 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodDescriptorProto, output_type_),
    [all...]
descriptor.h 871 const Descriptor* output_type_; member in class:google::protobuf::MethodDescriptor
    [all...]
descriptor.cc     [all...]

Completed in 146 milliseconds