Searched defs:construct (Results 1 – 7 of 7) sorted by relevance
14 mod construct; module
32 pub(crate) fn construct(&self, data: &mut MsgParcel, reply: &mut MsgParcel) -> IpcResult<()> { in construct() method
27 mod construct; module48 pub(crate) fn construct(config: TaskConfig) -> (Self, Recv<Result<u32, ErrorCode>>) { in construct() method
74 XmlSerializer XmlTest::construct(napi_env env) in construct() function
385 auto construct = [](napi_env env, napi_callback_info info) -> napi_value { return nullptr; }; in DefineEnumClassByName() local
870 void construct(const_pointer const str, size_type count) in construct() function
104 pub fn construct(&self, config: TaskConfig) -> u32 { in construct() method