Lines Matching refs:vals

234     NcBool put( const ncbyte* vals,
236 NcBool put( const char* vals,
238 NcBool put( const short* vals,
240 NcBool put( const int* vals,
242 NcBool put( const long* vals,
244 NcBool put( const float* vals,
246 NcBool put( const double* vals,
251 NcBool put( const ncbyte* vals, const size_t* counts );
252 NcBool put( const char* vals, const size_t* counts );
253 NcBool put( const short* vals, const size_t* counts );
254 NcBool put( const int* vals, const size_t* counts );
255 NcBool put( const long* vals, const size_t* counts );
256 NcBool put( const float* vals, const size_t* counts );
257 NcBool put( const double* vals, const size_t* counts );
263 NcBool get( ncbyte* vals, long c0=0, long c1=0,
265 NcBool get( char* vals, long c0=0, long c1=0,
267 NcBool get( short* vals, long c0=0, long c1=0,
269 NcBool get( int* vals, long c0=0, long c1=0,
271 NcBool get( long* vals, long c0=0, long c1=0,
273 NcBool get( float* vals, long c0=0, long c1=0,
275 NcBool get( double* vals, long c0=0, long c1=0,
280 NcBool get( ncbyte* vals, const size_t* counts ) const;
281 NcBool get( char* vals, const size_t* counts ) const;
282 NcBool get( short* vals, const size_t* counts ) const;
283 NcBool get( int* vals, const size_t* counts ) const;
284 NcBool get( long* vals, const size_t* counts ) const;
285 NcBool get( float* vals, const size_t* counts ) const;
286 NcBool get( double* vals, const size_t* counts ) const;
324 NcBool put_rec( const ncbyte* vals );
325 NcBool put_rec( const char* vals );
326 NcBool put_rec( const short* vals );
327 NcBool put_rec( const int* vals );
328 NcBool put_rec( const long* vals );
329 NcBool put_rec( const float* vals );
330 NcBool put_rec( const double* vals );
333 NcBool put_rec( NcDim* d, const ncbyte* vals );
334 NcBool put_rec( NcDim* d, const char* vals );
335 NcBool put_rec( NcDim* d, const short* vals );
336 NcBool put_rec( NcDim* d, const int* vals );
337 NcBool put_rec( NcDim* d, const long* vals );
338 NcBool put_rec( NcDim* d, const float* vals );
339 NcBool put_rec( NcDim* d, const double* vals );
342 NcBool put_rec( const ncbyte* vals, long rec );
343 NcBool put_rec( const char* vals, long rec );
344 NcBool put_rec( const short* vals, long rec );
345 NcBool put_rec( const int* vals, long rec );
346 NcBool put_rec( const long* vals, long rec );
347 NcBool put_rec( const float* vals, long rec );
348 NcBool put_rec( const double* vals, long rec );
351 NcBool put_rec( NcDim* d, const ncbyte* vals, long slice );
352 NcBool put_rec( NcDim* d, const char* vals, long slice );
353 NcBool put_rec( NcDim* d, const short* vals, long slice );
354 NcBool put_rec( NcDim* d, const int* vals, long slice );
355 NcBool put_rec( NcDim* d, const long* vals, long slice );
356 NcBool put_rec( NcDim* d, const float* vals, long slice );
357 NcBool put_rec( NcDim* d, const double* vals, long slice );
360 long get_index( const ncbyte* vals );
361 long get_index( const char* vals );
362 long get_index( const short* vals );
363 long get_index( const int* vals );
364 long get_index( const long* vals );
365 long get_index( const float* vals );
366 long get_index( const double* vals );
369 long get_index( NcDim* d, const ncbyte* vals );
370 long get_index( NcDim* d, const char* vals );
371 long get_index( NcDim* d, const short* vals );
372 long get_index( NcDim* d, const int* vals );
373 long get_index( NcDim* d, const long* vals );
374 long get_index( NcDim* d, const float* vals );
375 long get_index( NcDim* d, const double* vals );