Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for fieldPtr (2.34 sec)

  1. staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/oidc/oidc.go

    func New(lifecycleCtx context.Context, opts Options) (AuthenticatorTokenWithHealthCheck, error) {
    	celMapper, fieldErr := apiservervalidation.CompileAndValidateJWTAuthenticator(opts.JWTAuthenticator, opts.DisallowedIssuers)
    	if err := fieldErr.ToAggregate(); err != nil {
    		return nil, err
    	}
    
    	supportedSigningAlgs := opts.SupportedSigningAlgs
    	if len(supportedSigningAlgs) == 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 09 19:29:33 UTC 2024
    - 37.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

          const DictValue& dict = value.dict_value();
          using FieldTy = protobuf::MapPair<std::string, StructuredValue>;
          llvm::SmallVector<const FieldTy*, 4> fields;
          for (auto& field : dict.fields()) {
            fields.push_back(&field);
          }
          llvm::sort(fields, [](const FieldTy* a, const FieldTy* b) {
            return a->first < b->first;
          });
          for (auto& field : fields) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
Back to top