Searched defs:IsNative (Results 1 – 9 of 9) sorted by relevance
48 int (*IsNative)(rc_opcode opcode, struct rc_src_register reg); member
133 bool IsNative() const override { return true; } in IsNative() function in base::MacModule
115 bool IsNative() const override { return true; } in IsNative() function in base::__anond495e61a0111::PosixModule
57 bool IsNative() const override { return true; } in IsNative() function in base::__anon0291019c0111::NonElfModule
119 bool IsNative() const override { return true; } in IsNative() function in base::__anon6f86d9f50111::WindowsModule
69 bool IsNative() const override { return true; } in IsNative() function in base::__anon047632410111::NonElfModule
54 bool IsNative() const override { return is_native_; } in IsNative() function in base::__anon04ed8f870111::IsolatedModule82 bool IsNative() const override { return is_native_; } in IsNative() function in base::__anon04ed8f870111::FakeModule
495 bool TestModule::IsNative() const { in IsNative() function in base::TestModule
1653 bool IsNative(void) const { return (mFlags & kNativeFlag) != 0; } in IsNative() function in ot::Mac::BeaconPayload