Searched defs:constructor (Results 1 – 4 of 4) sorted by relevance
160 def get_constructor_args(constructor): argument230 impl_stubs, private_impl_stubs, constructor = parse_impl_header(base_impl) variable
329 TString *constructor = &definedStruct->second->constructor; in addStructConstructor() local387 TString constructor = TypeString(ctorType) + " " + constructorFunctionName + "("; in addBuiltInConstructor() local583 for (auto &constructor : mBuiltInConstructors) in structsHeader() local
75 TString constructor; member
85 constructor(pc, control, audio_stream) { method in DeviceConnection231 constructor({ method in WebRTCControl