Searched defs:construct (Results 1 – 10 of 10) sorted by relevance
14 mod construct; module
32 pub(crate) fn construct(&self, data: &mut MsgParcel, reply: &mut MsgParcel) -> IpcResult<()> { in construct() method
27 TEST(LayerUpdateQueue, construct) { in TEST() argument
91 std::atomic_int construct{0}; in TEST() member
27 mod construct; module48 pub(crate) fn construct(config: TaskConfig) -> (Self, Recv<Result<u32, ErrorCode>>) { in construct() method
173 public void construct() throws Exception { in construct() method in UpdatableFontDirTest
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