OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:upb_enumdef_numvals
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/php/ext/google/protobuf/
upb.c
163
assert(
upb_enumdef_numvals
(upb_fielddef_enumsubdef(f)) > 0);
212
if (
upb_enumdef_numvals
(e) == 0) {
460
if (
upb_enumdef_numvals
(e) == 1) {
482
int
upb_enumdef_numvals
(const upb_enumdef *e) {
function
568
if (
upb_enumdef_numvals
(e) > 0) {
595
if (
upb_enumdef_numvals
(e) > 0) {
[
all
...]
/external/protobuf/ruby/ext/google/protobuf_c/
upb.c
206
assert(
upb_enumdef_numvals
(upb_fielddef_enumsubdef(f)) > 0);
255
if (
upb_enumdef_numvals
(e) == 0) {
537
if (
upb_enumdef_numvals
(e) == 1) {
560
int
upb_enumdef_numvals
(const upb_enumdef *e) {
function
650
if (
upb_enumdef_numvals
(e) > 0) {
677
if (
upb_enumdef_numvals
(e) > 0) {
[
all
...]
Completed in 45 milliseconds