Searched refs:LESS (Results 1 - 8 of 8) sorted by relevance
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/include/ |
H A D | cov_util.h | 54 LESS = 3, member in OHOS::DistributedKv::QueryType 73 } else if (type_ == QueryType::LESS) { in operator ()()
|
/foundation/systemabilitymgr/samgr/services/common/src/ |
H A D | parse_util.cpp | 93 LESS = 5 enumerator 697 logicRelationship = LESS; in CheckLogicRelationship() 715 } else if (logicRelationship == LESS) { in CheckLogicRelationship()
|
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/distributeddatafwk/src/ |
H A D | kv_utils.cpp | 210 Querys less(&query, QueryType::LESS); in LessThan()
|
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/ |
H A D | kv_utils.cpp | 212 Querys less(&query, QueryType::LESS); in LessThan()
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/ |
H A D | webgl_rendering_context_base.h | 184 static const GLenum LESS = 0x0201; member in OHOS::Rosen::WebGLRenderingContextBase
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_rendering_context_base_impl.cpp | 1937 { WebGLRenderingContextBase::NEVER, WebGLRenderingContextBase::LESS, WebGLRenderingContextBase::EQUAL, in StencilFunc() 1979 { WebGLRenderingContextBase::NEVER, WebGLRenderingContextBase::LESS, WebGLRenderingContextBase::EQUAL, in StencilFuncSeparate()
|
H A D | webgl_rendering_context_common.cpp | 787 return NVal::CreateInt64(env, WebGLRenderingContextBase::LESS).val_; in GetLess() 1776 NVal::DeclareNapiGetter("LESS", GetLess), in GetRenderingContextBasePropertyDesc()
|
H A D | webgl_rendering_context_base.cpp | 927 case WebGLRenderingContextBase::LESS: in CheckFuncForStencilOrDepth()
|
Completed in 17 milliseconds