Home
last modified time | relevance | path

Searched refs:pb_callback_t (Results 1 – 17 of 17) sorted by relevance

/external/grpc-grpc/src/core/tsi/alts/handshaker/
Dhandshaker.pb.h38 pb_callback_t service_account;
39 pb_callback_t hostname;
44 pb_callback_t in_bytes;
49 pb_callback_t record_protocols;
50 pb_callback_t local_identities;
55 pb_callback_t ip_address;
64 pb_callback_t application_protocol;
65 pb_callback_t record_protocol;
66 pb_callback_t key_data;
81 pb_callback_t details;
[all …]
Daltscontext.pb.h19 pb_callback_t application_protocol;
20 pb_callback_t record_protocol;
23 pb_callback_t peer_service_account;
24 pb_callback_t local_service_account;
/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/
Dload_balancer.pb.h20 pb_callback_t servers;
35 pb_callback_t calls_finished_with_drop;
40 pb_callback_t load_balance_token;
/external/grpc-grpc/third_party/nanopb/tests/options/
Doptions.expected4 pb_callback_t int32_callback;
/external/nanopb-c/tests/options/
Doptions.expected5 pb_callback_t int32_callback;
/external/grpc-grpc/third_party/nanopb/docs/
Dconcepts.rst157 required string name = 1; pb_callback_t name;
159 repeated string name = 1 [(nanopb).max_size = 40]; pb_callback_t name;
179 The `pb_callback_t`_ structure contains a function pointer and a *void* pointer called *arg* you ca…
183 .. _`pb_callback_t`: reference.html#pb-callback-t target in Field callbacks
Dsecurity.rst43 - callbacks (*pb_callback_t* structures)
Dreference.rst298 pb_callback_t section in pb.h
302 typedef struct _pb_callback_t pb_callback_t;
/external/nanopb-c/docs/
Dconcepts.rst158 required string name = 1; pb_callback_t name;
160 repeated string name = 1 [(nanopb).max_size = 40]; pb_callback_t name;
185 The `pb_callback_t`_ structure contains a function pointer and a *void* pointer called *arg* you ca…
189 .. _`pb_callback_t`: reference.html#pb-callback-t target in Field callbacks
Dsecurity.rst43 - callbacks (*pb_callback_t* structures)
Dreference.rst308 pb_callback_t section in pb.h
312 typedef struct _pb_callback_t pb_callback_t;
/external/grpc-grpc/third_party/nanopb/
Dpb_encode.c277 const pb_callback_t *callback = (const pb_callback_t*)pData; in encode_callback_field()
Dpb.h290 typedef struct pb_callback_s pb_callback_t; typedef
Dpb_decode.c601 pb_callback_t *pCallback = (pb_callback_t*)iter->pData; in decode_callback_field()
/external/nanopb-c/
Dpb_encode.c399 const pb_callback_t *callback = (const pb_callback_t*)pData; in encode_callback_field()
Dpb.h297 typedef struct pb_callback_s pb_callback_t; typedef
Dpb_decode.c660 pb_callback_t *pCallback = (pb_callback_t*)iter->pData; in decode_callback_field()