reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

usr/include/c++/7.4.0/bits/codecvt.h
  118 	  extern_type* __to, extern_type* __to_end,
  118 	  extern_type* __to, extern_type* __to_end,
  119 	  extern_type*& __to_next) const
  155       unshift(state_type& __state, extern_type* __to, extern_type* __to_end,
  155       unshift(state_type& __state, extern_type* __to, extern_type* __to_end,
  156 	      extern_type*& __to_next) const
  196       in(state_type& __state, const extern_type* __from,
  197 	 const extern_type* __from_end, const extern_type*& __from_next,
  197 	 const extern_type* __from_end, const extern_type*& __from_next,
  214       length(state_type& __state, const extern_type* __from,
  215 	     const extern_type* __end, size_t __max) const
  239 	     extern_type* __to, extern_type* __to_end,
  239 	     extern_type* __to, extern_type* __to_end,
  240 	     extern_type*& __to_next) const = 0;
  243       do_unshift(state_type& __state, extern_type* __to,
  244 		 extern_type* __to_end, extern_type*& __to_next) const = 0;
  244 		 extern_type* __to_end, extern_type*& __to_next) const = 0;
  247       do_in(state_type& __state, const extern_type* __from,
  248 	    const extern_type* __from_end, const extern_type*& __from_next,
  248 	    const extern_type* __from_end, const extern_type*& __from_next,
  259       do_length(state_type&, const extern_type* __from,
  260 		const extern_type* __end, size_t __max) const = 0;