Searched defs:GetBit (Results 1 – 6 of 6) sorted by relevance
114 …inline static JSTaggedValue GetBit(std::vector<std::bitset<BIT_SET_LENGTH>> *elements, uint32_t in… in GetBit() function
42 JSTaggedValue TaggedArray::GetBit(uint32_t idx, uint32_t bitOffset) const in GetBit() function in panda::ecmascript::TaggedArray
423 bool GetBit(size_t index) const in GetBit() function
461 bool GetBit(uint8 bit) const in GetBit() function
439 bool GetBit(size_t index) const in GetBit() function
64 …static JSTaggedValue GetBit(std::vector<std::bitset<JSAPIBitVector::BIT_SET_LENGTH>> *elements, ui… in GetBit() function in panda::test::JSAPIBitVectorTest::TestClass