Searched refs:Inherit (Results 1 – 14 of 14) sorted by relevance
34 class Inherit : public FooClass { // LF_BCLASS class36 virtual ~Inherit() {} // LF_VTSHAPE in ~Inherit()58 Inherit InheritInstance; in main()
97 enum class Inherit { enum117 Inherit inherit_mode = Inherit::kSpecific;
31 TYPES-NEXT: 0x1009 | LF_CLASS [size = 44] `Inherit`47 TYPES-NEXT: 0x100E: `const Inherit&`75 TYPES-NEXT: - LF_ONEMETHOD [name = `~Inherit`]77 TYPES-NEXT: - LF_METHOD [name = `Inherit`, # overloads = 2, overload list = 0x1012]84 TYPES-NEXT: 0x1018 | LF_CLASS [size = 44] `Inherit`
50 def Inherit(self): member in Settings
56 settings.Inherit()
129 label_settings.Inherit()
59 * Inherit image exception *before* destroying the cloned image (reference211 * Inherit exception when MagickWriteImageFile() fails.
1060 bool Inherit = false) {1068 SA.bInheritHandle = Inherit;1100 bool Inherit = false;1102 Inherit = true;1106 Name, Result, NativeDisp, NativeAccess, FILE_ATTRIBUTE_NORMAL, Inherit);
221 void setInheritConstructors(bool Inherit = true) {222 InheritConstructors = Inherit;
594 id-ppl 1 : id-ppl-inheritAll : Inherit all
5852 void Inherit(Local<FunctionTemplate> parent);
283 Inherit ed:entered-by from ancestor elements. Change CSS color for inserted
284 - Inherit SSL options for the doh handle but not SSL client certs,291 - Inherit NOSIGNAL.
1391 void FunctionTemplate::Inherit(v8::Local<FunctionTemplate> value) { in Inherit() function in v8::FunctionTemplate