Home
last modified time | relevance | path

Searched refs:fieldsize (Results 1 – 7 of 7) sorted by relevance

/external/grpc-grpc/third_party/nanopb/tests/options/
Doptions.expected3 char fieldsize\[40\];
Doptions.proto28 required string fieldsize = 1 [(nanopb).max_size = 40]; field
/external/nanopb-c/tests/options/
Doptions.expected3 char fieldsize\[40\];
Doptions.proto28 required string fieldsize = 1 [(nanopb).max_size = 40]; field
/external/python/cpython2/Modules/
Dsvmodule.c144 int fieldsize; in svc_GetFields() local
152 fieldsize = self->ob_info.width * self->ob_info.height / 2; in svc_GetFields()
155 if (!(f1 = PyString_FromStringAndSize(obcapture, fieldsize))) in svc_GetFields()
157 if (!(f2 = PyString_FromStringAndSize(obcapture + fieldsize, in svc_GetFields()
158 fieldsize))) in svc_GetFields()
/external/grpc-grpc/third_party/nanopb/docs/
Dreference.rst190 required string fieldsize = 1 [(nanopb).max_size = 40]; // Field scope
/external/nanopb-c/docs/
Dreference.rst207 required string fieldsize = 1 [(nanopb).max_size = 40]; // Field scope