OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:upb_fielddef_type
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/php/ext/google/protobuf/
upb.c
158
if (
upb_fielddef_type
(f) == UPB_TYPE_ENUM) {
195
if (
upb_fielddef_type
(f) == UPB_TYPE_MESSAGE &&
642
upb_fielddef_settype(newf,
upb_fielddef_type
(f));
678
upb_fieldtype_t
upb_fielddef_type
(const upb_fielddef *f) {
function
765
assert(f->type_is_set_ &&
upb_fielddef_type
(f) == type);
774
if (f->type_is_set_ &&
upb_fielddef_type
(f) == UPB_TYPE_ENUM) {
812
assert(
upb_fielddef_type
(f) == UPB_TYPE_STRING ||
813
upb_fielddef_type
(f) == UPB_TYPE_BYTES ||
814
upb_fielddef_type
(f) == UPB_TYPE_ENUM);
816
if (
upb_fielddef_type
(f) == UPB_TYPE_ENUM)
[
all
...]
/external/protobuf/ruby/ext/google/protobuf_c/
upb.c
201
if (
upb_fielddef_type
(f) == UPB_TYPE_ENUM) {
238
if (
upb_fielddef_type
(f) == UPB_TYPE_MESSAGE &&
726
upb_fielddef_settype(newf,
upb_fielddef_type
(f));
762
upb_fieldtype_t
upb_fielddef_type
(const upb_fielddef *f) {
function
896
assert(f->type_is_set_ &&
upb_fielddef_type
(f) == type);
905
if (f->type_is_set_ &&
upb_fielddef_type
(f) == UPB_TYPE_ENUM) {
943
assert(
upb_fielddef_type
(f) == UPB_TYPE_STRING ||
944
upb_fielddef_type
(f) == UPB_TYPE_BYTES ||
945
upb_fielddef_type
(f) == UPB_TYPE_ENUM);
947
if (
upb_fielddef_type
(f) == UPB_TYPE_ENUM)
[
all
...]
Completed in 49 milliseconds