Searched defs:IsNative (Results 1 – 9 of 9) sorted by relevance
48 int (*IsNative)(rc_opcode opcode, struct rc_src_register reg); member
131 bool IsNative() const override { return true; } in IsNative() function in base::MacModule
115 bool IsNative() const override { return true; } in IsNative() function in base::__anonebae406b0111::PosixModule
57 bool IsNative() const override { return true; } in IsNative() function in base::__anon343dd78d0111::NonElfModule
119 bool IsNative() const override { return true; } in IsNative() function in base::__anon5d726c060111::WindowsModule
54 bool IsNative() const override { return is_native_; } in IsNative() function in base::__anon168c14380111::IsolatedModule82 bool IsNative() const override { return is_native_; } in IsNative() function in base::__anon168c14380111::FakeModule
56 bool IsNative() const override { return true; } in IsNative() function in base::__anonf7c8a7320111::NonElfModule
494 bool TestModule::IsNative() const { in IsNative() function in base::TestModule
1543 bool IsNative(void) const { return (mFlags & kNativeFlag) != 0; } in IsNative() function in ot::Mac::BeaconPayload