Searched refs:bitVector (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkts/ |
H A D | js-apis-arkts-collections.md | 3891 bitVector.push(0); // bitVector: [0, 1, 0, 1, 0] 3927 bitVector.push(0); // bitVector: [0, 1, 0, 1, 0] 3975 bitVector.push(0); // bitVector: [0, 1, 0, 1, 0] 4017 bitVector.push(0); // bitVector: [0, 1, 0, 1, 0] 4055 bitVector.push(0); // bitVector: [0, 1, 0, 1, 0] 4101 bitVector.push(0); // bitVector: [0, 1, 0, 1, 0] 4144 bitVector.push(0); // bitVector: [0, 1, 0, 1, 0] 4147 bitVector.resize(3); // bitVector: [0, 1, 0] 4194 bitVector.push(0); // bitVector: [0, 1, 0, 1, 0] 4242 bitVector.push(0); // bitVector: [0, 1, 0, 1, 0] [all …]
|
/ohos5.0/commonlibrary/ets_utils/js_util_module/collections/ |
H A D | native_module_collections.cpp | 53 static void GetBitVectorFunction(napi_env env, napi_value global, napi_value &bitVector) in GetBitVectorFunction() argument 70 napi_call_function(env, arkPrivateClass, loadFunction, 1, argv, &bitVector); in GetBitVectorFunction() 86 napi_value bitVector; in InitArkTSCollections() local 129 GetBitVectorFunction(env, global, bitVector); in InitArkTSCollections() 142 DECLARE_NAPI_PROPERTY("BitVector", bitVector), in InitArkTSCollections()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkts/ |
H A D | js-apis-arkts-collections.md | 3891 bitVector.push(0); // bitVector: [0, 1, 0, 1, 0] 3927 bitVector.push(0); // bitVector: [0, 1, 0, 1, 0] 3975 bitVector.push(0); // bitVector: [0, 1, 0, 1, 0] 4017 bitVector.push(0); // bitVector: [0, 1, 0, 1, 0] 4055 bitVector.push(0); // bitVector: [0, 1, 0, 1, 0] 4101 bitVector.push(0); // bitVector: [0, 1, 0, 1, 0] 4144 bitVector.push(0); // bitVector: [0, 1, 0, 1, 0] 4147 bitVector.resize(3); // bitVector: [0, 1, 0] 4194 bitVector.push(0); // bitVector: [0, 1, 0, 1, 0] 4242 bitVector.push(0); // bitVector: [0, 1, 0, 1, 0] [all …]
|