Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 63 of 63 for _noinline (0.11 sec)

  1. cmd/erasure-object_test.go

    	err = objLayer.MakeBucket(ctx, "testbucket", MakeBucketOptions{})
    	if err != nil {
    		t.Fatal(err)
    	}
    
    	// Unzip sample object data to the existing disks
    	err = unzipArchive("testdata/xl-meta-inline-notinline.zip", path)
    	if err != nil {
    		t.Fatal(err)
    	}
    
    	// Try to read the object and check its md5sum
    	gr, err := objLayer.GetObjectNInfo(ctx, "testbucket", "file", nil, nil, ObjectOptions{})
    	if err != nil {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jan 30 20:43:25 UTC 2024
    - 36.8K bytes
    - Viewed (0)
  2. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    # endif
    
    #endif  // _MSC_VER
    
    #ifndef GTEST_API_
    # define GTEST_API_
    #endif
    
    #ifdef __GNUC__
    // Ask the compiler to never inline a given function.
    # define GTEST_NO_INLINE_ __attribute__((noinline))
    #else
    # define GTEST_NO_INLINE_
    #endif
    
    // _LIBCPP_VERSION is defined by the libc++ library from the LLVM project.
    #if defined(__GLIBCXX__) || defined(_LIBCPP_VERSION)
    # define GTEST_HAS_CXXABI_H_ 1
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 67.2K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    # endif
    
    #endif  // _MSC_VER
    
    #ifndef GTEST_API_
    # define GTEST_API_
    #endif
    
    #ifdef __GNUC__
    // Ask the compiler to never inline a given function.
    # define GTEST_NO_INLINE_ __attribute__((noinline))
    #else
    # define GTEST_NO_INLINE_
    #endif
    
    // _LIBCPP_VERSION is defined by the libc++ library from the LLVM project.
    #if defined(__GLIBCXX__) || defined(_LIBCPP_VERSION)
    # define GTEST_HAS_CXXABI_H_ 1
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 67.2K bytes
    - Viewed (0)
Back to top