Home
last modified time | relevance | path

Searched defs:source_types (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/tools/build/src/tools/
Dbuiltin.py451 …def __init__(self, id, composing = True, source_types = [], target_types_and_names = ['LIB'], requ… argument
530 …def __init__ (self, id = 'SearchedLibGenerator', composing = False, source_types = [], target_type… argument
575 def __init__(self, id, composing, source_types, target_types_and_names, requirements): argument
614 def __init__ (self, id, composing, source_types, target_types_and_names, requirements): argument
621 def register_c_compiler (id, source_types, target_types, requirements, optional_properties = []): argument
629 def __init__ (self, id, composing, source_types, target_types_and_names, requirements): argument
760 def register_linker(id, source_types, target_types, requirements): argument
767 def __init__ (self, id, composing, source_types, target_types_and_names, requirements): argument
794 def register_archiver(id, source_types, target_types, requirements): argument
Dunix.py19 def __init__ (self, id, composing, source_types, target_types, requirements): argument
45 def __init__ (self, id, composing, source_types, target_types_and_names, requirements): argument
74 def __init__ (self, id, composing, source_types, target_types_and_names, requirements): argument
/third_party/boost/tools/build/src/build/
Dgenerators.py194 def __init__ (self, id, composing, source_types, target_types_and_names, requirements = []): argument
281 def source_types (self): member in Generator
710 def wrapper(id, source_types, target_types, requirements=[]): argument
723 def register_standard (id, source_types, target_types, requirements = []): argument
736 def register_composing (id, source_types, target_types, requirements = []): argument
/third_party/gn/src/gn/
Dvisual_studio_writer_unittest.cc192 VisualStudioWriter::SourceFileCompileTypePairs source_types; in TEST_F() local
Dvisual_studio_writer.cc413 SourceFileCompileTypePairs source_types; in WriteProjectFiles() local
437 SourceFileCompileTypePairs* source_types, in WriteProjectFileContents()
665 const SourceFileCompileTypePairs& source_types) { in WriteFiltersFileContents()