OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:upb_msgdef_itof
(Results
1 - 6
of
6
) sorted by null
/external/protobuf/ruby/ext/google/protobuf_c/
upb.h
[
all
...]
storage.c
380
const upb_fielddef* key_field =
upb_msgdef_itof
(msgdef, MAP_KEY_FIELD);
386
const upb_fielddef* value_field =
upb_msgdef_itof
(msgdef, MAP_VALUE_FIELD);
encode_decode.c
304
key_field =
upb_msgdef_itof
(mapentry_def, MAP_KEY_FIELD);
307
value_field =
upb_msgdef_itof
(mapentry_def, MAP_VALUE_FIELD);
[
all
...]
upb.c
1608
const upb_fielddef *
upb_msgdef_itof
(const upb_msgdef *m, uint32_t i) {
function
[
all
...]
/external/protobuf/php/ext/google/protobuf/
upb.h
[
all
...]
upb.c
1437
const upb_fielddef *
upb_msgdef_itof
(const upb_msgdef *m, uint32_t i) {
function
[
all
...]
Completed in 52 milliseconds