Home
last modified time | relevance | path

Searched refs:is_derived (Results 1 – 11 of 11) sorted by relevance

/third_party/boost/tools/build/src/tools/
Dunix.py33 if type.is_derived (l.type (), 'LIB'):
142 if l.type () and type.is_derived (l.type (), 'LIB'):
147 if l.type () and type.is_derived (l.type (), 'LIB'):
Dbuiltin.py655 if type.is_derived (s.type (), 'SHARED_LIB') and not s.action ():
667 and type.is_derived(self.target_types_ [0], 'EXE'):
702 if type.is_derived(t.type(), 'SHARED_LIB'):
739 if type.is_derived(s.type(), 'SEARCHED_LIB'):
786 if type.is_derived(t.type(), 'LIB'):
Dgcc.py239 if type.is_derived(s.type(), 'H'):
434 elif type.is_derived(self.target_types[0], 'EXE'):
437 if source_type and type.is_derived(source_type, 'SHARED_LIB'):
Dmsvc.py565 if type.is_derived(s.type(), 'H'):
567 elif type.is_derived(s.type(), 'CPP') or type.is_derived(s.type(), 'C'):
585 if type.is_derived(g.type(), 'PCH'):
Dcommon.py658 if type.is_derived(target_type, 'LIB'):
/third_party/boost/tools/build/src/build/
Dtype.py202 def is_derived (type, base): function
219 return is_derived (type, base)
Dgenerators.py636 if real_source_type == st or type.is_derived (real_source_type, st):
Dvirtual_target.py1168 if not target_type or b2.build.type.is_derived(t.type(), target_type):
/third_party/boost/boost/python/
Dobject_core.hpp207 struct is_derived struct
225 typedef typename is_derived< in object_base_initializer()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvaallocator.c936 gboolean is_derived; member
1013 mem->is_derived = TRUE; in _clean_mem()
1154 mem->is_derived = use_derived; in _va_map_unlocked()
1156 if (!mem->is_derived) { in _va_map_unlocked()
1207 if (mem->is_dirty && !mem->is_derived) { in _va_unmap_unlocked()
/third_party/json/third_party/cpplint/
Dcpplint.py2491 self.is_derived = False
2521 self.is_derived = True