HomeSort by relevance Sort by last modified time
    Searched defs:default_count (Results 1 - 3 of 3) sorted by null

  /external/grpc-grpc/src/core/lib/transport/
metadata_batch.h 42 size_t default_count; // Number of default keys. member in struct:grpc_mdelem_list
  /external/python/cpython3/Python/
ast_unparse.c 196 Py_ssize_t i, di, arg_count, default_count; local
202 default_count = asdl_seq_LEN(args->defaults);
207 di = i - arg_count + default_count;
225 default_count = asdl_seq_LEN(args->kw_defaults);
230 di = i - arg_count + default_count;
compile.c 1706 Py_ssize_t default_count = PyList_GET_SIZE(keys); local
    [all...]

Completed in 161 milliseconds