HomeSort by relevance Sort by last modified time
    Searched defs:output_type_ (Results 1 - 7 of 7) 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 29 Target::OutputType output_type_; member in class:BinaryTargetGenerator
target.h 55 OutputType output_type() const { return output_type_; }
56 void set_output_type(OutputType t) { output_type_ = t; }
93 return output_type_ == ACTION ||
94 output_type_ == ACTION_FOREACH ||
95 output_type_ == COPY_FILES;
167 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...]
  /external/protobuf/src/google/protobuf/
descriptor.h 781 const Descriptor* output_type_; member in class:google::protobuf::MethodDescriptor
    [all...]
descriptor.pb.h 1356 ::std::string* output_type_; member in class:google::protobuf::MethodDescriptorProto
    [all...]

Completed in 147 milliseconds