set ObDirectLoadType
This commit is contained in:
		
							
								
								
									
										12
									
								
								deps/oblib/src/lib/container/ob_mask_set2.h
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								deps/oblib/src/lib/container/ob_mask_set2.h
									
									
									
									
										vendored
									
									
								
							@ -40,9 +40,9 @@ public:
 | 
			
		||||
    return ret;
 | 
			
		||||
  }
 | 
			
		||||
  void reset()
 | 
			
		||||
  {
 | 
			
		||||
    is_inited_ = false;
 | 
			
		||||
    array_ = NULL;
 | 
			
		||||
  {
 | 
			
		||||
    is_inited_ = false;
 | 
			
		||||
    array_ = NULL;
 | 
			
		||||
    bitset_.reuse();
 | 
			
		||||
  }
 | 
			
		||||
  void clear()
 | 
			
		||||
@ -126,9 +126,9 @@ public:
 | 
			
		||||
    }
 | 
			
		||||
    return ret;
 | 
			
		||||
  }
 | 
			
		||||
  bool is_all_mask() const
 | 
			
		||||
  {
 | 
			
		||||
    bool bool_ret = false;
 | 
			
		||||
  bool is_all_mask() const
 | 
			
		||||
  {
 | 
			
		||||
    bool bool_ret = false;
 | 
			
		||||
    if (is_inited_) {
 | 
			
		||||
      bool_ret = (array_->count() == bitset_.num_members());
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user