Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 44 of 44 for BHelper (0.22 sec)

  1. cmd/site-replication.go

    		opts := replication.Options{
    			// Set the ID so we can identify the rule as being
    			// created for site-replication and include the
    			// destination cluster's deployment ID.
    			ID: ruleID,
    
    			// Use a helper to generate unique priority numbers.
    			Priority: fmt.Sprintf("%d", getPriorityHelper(replicationConfig)),
    
    			Op:         replication.AddOption,
    			RuleStatus: "enable",
    			DestBucket: targetARN,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 184.3K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/x86/asm6.go

    func oclassRegList(ctxt *obj.Link, addr *obj.Addr) int {
    	// TODO(quasilyte): when oclass register case is refactored into
    	// lookup table, use it here to get register kind more easily.
    	// Helper functions like regIsXmm should go away too (they will become redundant).
    
    	regIsXmm := func(r int) bool { return r >= REG_X0 && r <= REG_X31 }
    	regIsYmm := func(r int) bool { return r >= REG_Y0 && r <= REG_Y31 }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-param-util-generated.h

      const ParamGenerator<T9> g9_;
      const ParamGenerator<T10> g10_;
    };  // class CartesianProductGenerator10
    
    
    // INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE.
    //
    // Helper classes providing Combine() with polymorphic features. They allow
    // casting CartesianProductGeneratorN<T> to ParamGenerator<U> if T is
    // convertible to U.
    //
    template <class Generator1, class Generator2>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 187.7K bytes
    - Viewed (0)
  4. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-param-util-generated.h

      const ParamGenerator<T9> g9_;
      const ParamGenerator<T10> g10_;
    };  // class CartesianProductGenerator10
    
    
    // INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE.
    //
    // Helper classes providing Combine() with polymorphic features. They allow
    // casting CartesianProductGeneratorN<T> to ParamGenerator<U> if T is
    // convertible to U.
    //
    template <class Generator1, class Generator2>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 187.7K bytes
    - Viewed (0)
Back to top