Searched refs:map_count_ (Results 1 – 10 of 10) sorted by relevance
31 map_count_(0) { in Buffer()48 return PP_FromBool(map_count_ > 0); in IsMapped()52 if (map_count_++ == 0) in Map()58 if (--map_count_ == 0) in Unmap()
44 int map_count_; variable
441 map_count_(0) { in SimpleImageData()448 if (map_count_++ == 0) in Map()454 if (--map_count_ == 0) in Unmap()
124 int map_count_; variable
23 : Resource(ppapi::OBJECT_IS_IMPL, instance), size_(0), map_count_(0) {} in PPB_Buffer_Impl()70 if (map_count_++ == 0) in Map()76 if (--map_count_ == 0) in Unmap()
253 ImageDataSimpleBackend::ImageDataSimpleBackend() : map_count_(0) {} in ImageDataSimpleBackend()271 bool ImageDataSimpleBackend::IsMapped() const { return map_count_ > 0; } in IsMapped()277 if (map_count_++ == 0) { in Map()289 if (--map_count_ == 0) in Unmap()
49 int map_count_; variable
173 uint32 map_count_; variable
1226 map_count_(0), in BoyerMoorePositionInfo()1241 int map_count() const { return map_count_; } in map_count()1251 int map_count_; // Number of set bits in the map. variable
3615 if (map_count_ != kMapSize) { in SetInterval()3616 map_count_ = kMapSize; in SetInterval()3624 map_count_++; in SetInterval()3627 if (map_count_ == kMapSize) return; in SetInterval()3634 if (map_count_ != kMapSize) { in SetAll()3635 map_count_ = kMapSize; in SetAll()