OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:upb_msgdef_numfields
(Results
1 - 6
of
6
) sorted by null
/external/protobuf/php/ext/google/protobuf/
storage.c
295
int nfields =
upb_msgdef_numfields
(msgdef);
upb.h
[
all
...]
upb.c
244
int n =
upb_msgdef_numfields
(m);
1457
int
upb_msgdef_numfields
(const upb_msgdef *m) {
function
[
all
...]
/external/protobuf/ruby/ext/google/protobuf_c/
storage.c
402
int nfields =
upb_msgdef_numfields
(msgdef);
upb.h
[
all
...]
upb.c
287
int n =
upb_msgdef_numfields
(m);
1650
int
upb_msgdef_numfields
(const upb_msgdef *m) {
function
[
all
...]
Completed in 69 milliseconds