Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.
Where possible, edges connecting nodes are
given different colours to make them easier to distinguish in
large graphs.
Module Procedures
private function serialize_buffer_length_string(str, rc) result(length)
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
str
integer,
intent(out),
optional
::
rc
Return Value
integer
private function serialize_buffer_length_int32_0d(scalar, rc) result(length)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=INT32),
intent(in)
::
scalar
integer,
intent(out),
optional
::
rc
Return Value
integer
private function serialize_buffer_length_int32_1d(array, rc) result(length)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=INT32),
intent(in)
::
array(:)
integer,
intent(out),
optional
::
rc
Return Value
integer
private function serialize_buffer_length_int64_0d(scalar, rc) result(length)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=INT64),
intent(in)
::
scalar
integer,
intent(out),
optional
::
rc
Return Value
integer
private function serialize_buffer_length_int64_1d(array, rc) result(length)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=INT64),
intent(in)
::
array(:)
integer,
intent(out),
optional
::
rc
Return Value
integer
private function serialize_buffer_length_real32_0d(scalar, rc) result(length)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=REAL32),
intent(in)
::
scalar
integer,
intent(out),
optional
::
rc
Return Value
integer
private function serialize_buffer_length_real32_1d(array, rc) result(length)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=REAL32),
intent(in)
::
array(:)
integer,
intent(out),
optional
::
rc
Return Value
integer
private function serialize_buffer_length_real64_0d(scalar, rc) result(length)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=REAL64),
intent(in)
::
scalar
integer,
intent(out),
optional
::
rc
Return Value
integer
private function serialize_buffer_length_real64_1d(array, rc) result(length)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=REAL64),
intent(in)
::
array(:)
integer,
intent(out),
optional
::
rc
Return Value
integer
private function serialize_buffer_length_logical_0d(scalar, rc) result(length)
Arguments
Type
Intent
Optional
Attributes
Name
logical,
intent(in)
::
scalar
integer,
intent(out),
optional
::
rc
Return Value
integer
private function serialize_buffer_length_logical_1d(array, rc) result(length)