OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:upb_fielddef_type
(Results
1 - 7
of
7
) sorted by null
/external/protobuf/ruby/ext/google/protobuf_c/
storage.c
352
upb_fielddef_type
(field) != UPB_TYPE_MESSAGE) {
425
field_size = native_slot_size(
upb_fielddef_type
(field));
505
if (
upb_fielddef_type
(field) == UPB_TYPE_MESSAGE) {
509
} else if (
upb_fielddef_type
(field) == UPB_TYPE_ENUM) {
542
return native_slot_get(
upb_fielddef_type
(field),
548
return native_slot_get(
upb_fielddef_type
(field),
564
if (self->field_type !=
upb_fielddef_type
(field)) {
589
if (self->key_type !=
upb_fielddef_type
(key_field)) {
592
if (self->value_type !=
upb_fielddef_type
(value_field)) {
595
if (
upb_fielddef_type
(value_field) == UPB_TYPE_MESSAGE |
[
all
...]
encode_decode.c
97
if (
upb_fielddef_type
(f) == UPB_TYPE_MESSAGE) {
306
hd->key_field_type =
upb_fielddef_type
(key_field);
309
hd->value_field_type =
upb_fielddef_type
(value_field);
404
switch (
upb_fielddef_type
(f)) {
424
bool is_bytes =
upb_fielddef_type
(f) == UPB_TYPE_BYTES;
445
switch (
upb_fielddef_type
(f)) {
458
bool is_bytes =
upb_fielddef_type
(f) == UPB_TYPE_BYTES;
524
switch (
upb_fielddef_type
(f)) {
544
bool is_bytes =
upb_fielddef_type
(f) == UPB_TYPE_BYTES;
868
native_slot_validate_string_encoding(
upb_fielddef_type
(f), str)
[
all
...]
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
...]
upb.h
[
all
...]
/external/protobuf/php/ext/google/protobuf/
storage.c
267
upb_fielddef_type
(field) != UPB_TYPE_MESSAGE) {
317
field_size = native_slot_size(
upb_fielddef_type
(field));
395
// if (
upb_fielddef_type
(field) == UPB_TYPE_MESSAGE) {
398
// } else if (
upb_fielddef_type
(field) == UPB_TYPE_ENUM) {
439
native_slot_set_value_and_case(
upb_fielddef_type
(field),
452
native_slot_set(
upb_fielddef_type
(field), /*field_type_class(field),*/ memory,
479
// fieldtype_to_php(
upb_fielddef_type
(key_field)),
480
// fieldtype_to_php(
upb_fielddef_type
(value_field)), type_class,
485
// fieldtype_to_php(
upb_fielddef_type
(key_field)),
486
// fieldtype_to_php(
upb_fielddef_type
(value_field))
[
all
...]
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
...]
upb.h
[
all
...]
Completed in 71 milliseconds