HomeSort by relevance Sort by last modified time
    Searched refs:UPB_CTYPE_INT32 (Results 1 - 4 of 4) sorted by null

  /external/protobuf/ruby/ext/google/protobuf_c/
upb.c 466 if (!upb_strtable_init(&e->ntoi, UPB_CTYPE_INT32)) goto err2;
    [all...]
upb.h 790 UPB_CTYPE_INT32 = 1,
861 FUNCS(int32, int32, int32_t, int32_t, UPB_CTYPE_INT32)
    [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.c 401 if (!upb_strtable_init(&e->ntoi, UPB_CTYPE_INT32)) goto err2;
    [all...]
upb.h 583 UPB_CTYPE_INT32 = 1,
650 FUNCS(int32, int32, int32_t, int32_t, UPB_CTYPE_INT32)
    [all...]

Completed in 465 milliseconds