Home
last modified time | relevance | path

Searched defs:defaultval (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
Dupb.h3053 } defaultval; member
3081 index, defaultval, refs, ref2s) \ argument
3131 int32_t defaultval; member
3134 #define UPB_ENUMDEF_INIT(name, ntoi, iton, defaultval, refs, ref2s) \ argument
/external/python/cpython3/Python/
Dbltinmodule.c1620 PyObject *emptytuple, *defaultval = NULL; in min_max() local