OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_output_type
(Results
1 - 20
of
20
) sorted by null
/external/chromium_org/tools/gn/
group_target_generator.cc
19
target_->
set_output_type
(Target::GROUP);
target_unittest.cc
42
g.
set_output_type
(Target::GROUP);
52
a.
set_output_type
(Target::EXECUTABLE);
74
z.
set_output_type
(Target::STATIC_LIBRARY);
90
shared.
set_output_type
(Target::SHARED_LIBRARY);
105
exec.
set_output_type
(Target::EXECUTABLE);
117
a.
set_output_type
(Target::EXECUTABLE);
119
b.
set_output_type
(Target::STATIC_LIBRARY);
121
c.
set_output_type
(Target::STATIC_LIBRARY);
155
a_fwd.
set_output_type
(Target::EXECUTABLE);
157
b_fwd.
set_output_type
(Target::STATIC_LIBRARY)
[
all
...]
copy_target_generator.cc
24
target_->
set_output_type
(Target::COPY_FILES);
ninja_binary_target_writer_unittest.cc
17
target.
set_output_type
(Target::SOURCE_SET);
52
shlib_target.
set_output_type
(Target::SHARED_LIBRARY);
ninja_helper_unittest.cc
30
target.
set_output_type
(Target::EXECUTABLE);
68
setup.target.
set_output_type
(Target::STATIC_LIBRARY);
binary_target_generator.cc
26
target_->
set_output_type
(output_type_);
gyp_script_target_writer_unittest.cc
15
target->
set_output_type
(Target::CUSTOM);
builder_unittest.cc
118
a->
set_output_type
(Target::EXECUTABLE);
155
c->
set_output_type
(Target::STATIC_LIBRARY);
165
b->
set_output_type
(Target::SHARED_LIBRARY);
207
b->
set_output_type
(Target::EXECUTABLE);
217
a->
set_output_type
(Target::EXECUTABLE);
ninja_copy_target_writer_unittest.cc
17
target.
set_output_type
(Target::COPY_FILES);
script_target_generator.cc
28
target_->
set_output_type
(Target::CUSTOM);
target.h
55
void
set_output_type
(OutputType t) { output_type_ = t; }
function in class:Target
ninja_script_target_writer_unittest.cc
96
target.
set_output_type
(Target::CUSTOM);
197
target.
set_output_type
(Target::CUSTOM);
/external/protobuf/src/google/protobuf/
descriptor.pb.h
3562
inline void MethodDescriptorProto::
set_output_type
(const ::std::string& value) {
function in class:google::protobuf::MethodDescriptorProto
3569
inline void MethodDescriptorProto::
set_output_type
(const char* value) {
function in class:google::protobuf::MethodDescriptorProto
3576
inline void MethodDescriptorProto::
set_output_type
(const char* value, size_t size) {
function in class:google::protobuf::MethodDescriptorProto
[
all
...]
descriptor.cc
[
all
...]
descriptor_unittest.cc
155
result->
set_output_type
(output_type);
[
all
...]
descriptor.pb.cc
[
all
...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.pb.h
4463
inline void MethodDescriptorProto::
set_output_type
(const ::std::string& value) {
function in class:google::protobuf::MethodDescriptorProto
4470
inline void MethodDescriptorProto::
set_output_type
(const char* value) {
function in class:google::protobuf::MethodDescriptorProto
4477
inline void MethodDescriptorProto::
set_output_type
(const char* value, size_t size) {
function in class:google::protobuf::MethodDescriptorProto
[
all
...]
descriptor_unittest.cc
157
result->
set_output_type
(output_type);
[
all
...]
descriptor.cc
[
all
...]
descriptor.pb.cc
[
all
...]
Completed in 67 milliseconds