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

  /external/chromium_org/tools/gn/
action_target_generator.h 32 Target::OutputType output_type_; member in class:ActionTargetGenerator
binary_target_generator.h 32 Target::OutputType output_type_; member in class:BinaryTargetGenerator
target.h 58 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
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.h 871 const Descriptor* output_type_; member in class:google::protobuf::MethodDescriptor
    [all...]
descriptor.pb.h 1406 ::std::string* output_type_; member in class:google::protobuf::MethodDescriptorProto
    [all...]

Completed in 207 milliseconds