Searched refs:max_results (Results 1 – 13 of 13) sorted by relevance
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | channelz.pyx.pxi | 39 def channelz_get_server_sockets(server_id, start_socket_id, max_results): argument 43 max_results, 48 ' max_results==%s is valid' % 49 (server_id, start_socket_id, max_results))
|
D | grpc.pxi | 423 intptr_t max_results)
|
/third_party/grpc/src/core/lib/channel/ |
D | channelz_registry.cc | 211 intptr_t max_results) { in grpc_channelz_get_server_sockets() argument 217 start_socket_id < 0 || max_results < 0) { in grpc_channelz_get_server_sockets() 225 server_node->RenderServerSockets(start_socket_id, max_results).c_str()); in grpc_channelz_get_server_sockets()
|
D | channelz.cc | 279 intptr_t max_results) { in RenderServerSockets() argument 281 GPR_ASSERT(max_results >= 0); in RenderServerSockets() 283 size_t pagination_limit = max_results == 0 ? 500 : max_results; in RenderServerSockets()
|
D | channelz.h | 239 intptr_t max_results);
|
/third_party/grpc/src/python/grpcio_channelz/grpc_channelz/v1/ |
D | _servicer.py | 70 request.max_results),
|
/third_party/grpc/src/cpp/server/channelz/ |
D | channelz_service.cc | 93 request->server_id(), request->start_socket_id(), request->max_results()); in GetServerSockets()
|
/third_party/grpc/include/grpc/ |
D | grpc.h | 530 intptr_t max_results);
|
/third_party/freetype/src/sfnt/ |
D | ttcmap.c | 2954 FT_UInt32 max_results; member 2967 cmap->max_results = 0; in tt_cmap14_done() 2978 FT_UInt32 old_max = cmap->max_results; in tt_cmap14_ensure() 2982 if ( num_results > cmap->max_results ) in tt_cmap14_ensure() 2989 cmap->max_results = num_results; in tt_cmap14_ensure() 3004 cmap->max_results = 0; in tt_cmap14_init()
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
D | ttcmap.c | 2964 FT_UInt32 max_results; member 2977 cmap->max_results = 0; in tt_cmap14_done() 2988 FT_UInt32 old_max = cmap->max_results; in tt_cmap14_ensure() 2992 if ( num_results > cmap->max_results ) in tt_cmap14_ensure() 2999 cmap->max_results = num_results; in tt_cmap14_ensure() 3014 cmap->max_results = 0; in tt_cmap14_init()
|
/third_party/flutter/skia/third_party/externals/freetype/src/sfnt/ |
D | ttcmap.c | 2955 FT_UInt32 max_results; member 2968 cmap->max_results = 0; in tt_cmap14_done() 2979 FT_UInt32 old_max = cmap->max_results; in tt_cmap14_ensure() 2983 if ( num_results > cmap->max_results ) in tt_cmap14_ensure() 2990 cmap->max_results = num_results; in tt_cmap14_ensure() 3005 cmap->max_results = 0; in tt_cmap14_init()
|
/third_party/grpc/src/proto/grpc/channelz/ |
D | channelz.proto | 452 int64 max_results = 2; field 477 int64 max_results = 2; field 514 int64 max_results = 3; field
|
/third_party/grpc/src/ruby/ext/grpc/ |
D | rb_grpc_imports.generated.h | 284 …nnelz_get_server_sockets_type)(intptr_t server_id, intptr_t start_socket_id, intptr_t max_results);
|