OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:upb_handlers_getselector
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/php/ext/google/protobuf/
upb.c
279
if (
upb_handlers_getselector
(f, type, &sel)) upb_inttable_insert(&t, sel, v);
2489
bool
upb_handlers_getselector
(const upb_fielddef *f, upb_handlertype_t type,
function
[
all
...]
/external/protobuf/ruby/ext/google/protobuf_c/
upb.c
333
if (
upb_handlers_getselector
(f, type, &sel)) upb_inttable_insert(&t, sel, v);
2642
bool
upb_handlers_getselector
(const upb_fielddef *f, upb_handlertype_t type,
function
[
all
...]
Completed in 42 milliseconds