Home
last modified time | relevance | path

Searched refs:otherType (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dtoken.cpp59 bool Token::operator==(int32_t otherType) const in operator ==()
61 return otherType == type; in operator ==()
64 bool Token::operator!=(int32_t otherType) const in operator !=()
66 return otherType != type; in operator !=()
H A Dtoken.h41 bool operator==(int32_t otherType) const;
42 bool operator!=(int32_t otherType) const;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dflatbuffer_schema.cpp814 auto otherType = otherField.type(); in CompareFieldInfo() local
816 CHECK_NULL_UNLIKELY_RETURN_ERROR(otherType); in CompareFieldInfo()
819 auto otherBaseType = otherType->base_type(); in CompareFieldInfo()
827 auto otherElementType = otherType->element(); in CompareFieldInfo()
919 auto otherType = bothField.second->type(); in CompareStruct() local
921 CHECK_NULL_UNLIKELY_RETURN_ERROR(otherType); in CompareStruct()
923 auto otherObjIndex = otherType->index(); in CompareStruct()
/ohos5.0/base/print/print_fwk/test/unittest/others/
H A Dprint_user_data_other_test.cpp62 std::string otherType = "otherPrinter"; in TEST_F() local
66 registeredListeners_[otherType] = callbackToKeep; in TEST_F()
72 EXPECT_NE(registeredListeners_.find(otherType), registeredListeners_.end()); in TEST_F()