Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 35 of 35 for TypeBuilder (0.18 sec)

  1. pkg/workloadapi/security/authorization.pb.go

    		(*StringMatch_Exact)(nil),
    		(*StringMatch_Prefix)(nil),
    		(*StringMatch_Suffix)(nil),
    		(*StringMatch_Presence)(nil),
    	}
    	type x struct{}
    	out := protoimpl.TypeBuilder{
    		File: protoimpl.DescBuilder{
    			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
    			RawDescriptor: file_workloadapi_security_authorization_proto_rawDesc,
    			NumEnums:      2,
    			NumMessages:   6,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 29.7K bytes
    - Viewed (0)
  2. pkg/test/echo/proto/echo.pb.go

    			case 0:
    				return &v.state
    			case 1:
    				return &v.sizeCache
    			case 2:
    				return &v.unknownFields
    			default:
    				return nil
    			}
    		}
    	}
    	type x struct{}
    	out := protoimpl.TypeBuilder{
    		File: protoimpl.DescBuilder{
    			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
    			RawDescriptor: file_test_echo_proto_echo_proto_rawDesc,
    			NumEnums:      1,
    			NumMessages:   7,
    			NumExtensions: 0,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 33.3K bytes
    - Viewed (0)
  3. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/components/KaFirResolver.kt

            val coneSubstitutor = substitutorByMap(mapOf(typeParameter.symbol to elementType), rootModuleSession)
            return firSymbolBuilder.typeBuilder.buildSubstitutor(coneSubstitutor)
        }
    
        private fun FirEqualityOperatorCall.toKtCallInfo(psi: KtElement): KaCallInfo? {
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 11 15:45:42 UTC 2024
    - 73K bytes
    - Viewed (0)
  4. pkg/workloadapi/workload.pb.go

    	}
    	file_workloadapi_workload_proto_msgTypes[8].OneofWrappers = []interface{}{
    		(*GatewayAddress_Hostname)(nil),
    		(*GatewayAddress_Address)(nil),
    	}
    	type x struct{}
    	out := protoimpl.TypeBuilder{
    		File: protoimpl.DescBuilder{
    			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
    			RawDescriptor: file_workloadapi_workload_proto_rawDesc,
    			NumEnums:      6,
    			NumMessages:   12,
    			NumExtensions: 0,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:02:35 UTC 2024
    - 65.9K bytes
    - Viewed (0)
  5. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    				return &v.state
    			case 1:
    				return &v.sizeCache
    			case 2:
    				return &v.unknownFields
    			default:
    				return nil
    			}
    		}
    	}
    	type x struct{}
    	out := protoimpl.TypeBuilder{
    		File: protoimpl.DescBuilder{
    			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
    			RawDescriptor: file_pkg_apis_istio_v1alpha1_values_types_proto_rawDesc,
    			NumEnums:      3,
    			NumMessages:   53,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
Back to top