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

  /external/protobuf/ruby/ext/google/protobuf_c/
upb.c     [all...]
upb.h 952 #define UPB_TABVALUE_INT_INIT(v) {{v}}
959 #define UPB_TABVALUE_INT_INIT(v) {{0, v}}
962 #define UPB_TABVALUE_INT_INIT(v) {{v, 0}}
968 #define UPB_TABVALUE_PTR_INIT(v) UPB_TABVALUE_INT_INIT((uintptr_t)v)
    [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.c     [all...]
upb.h 741 #define UPB_TABVALUE_INT_INIT(v) {{v}}
748 #define UPB_TABVALUE_INT_INIT(v) {{0, v}}
751 #define UPB_TABVALUE_INT_INIT(v) {{v, 0}}
757 #define UPB_TABVALUE_PTR_INIT(v) UPB_TABVALUE_INT_INIT((uintptr_t)v)
    [all...]

Completed in 1248 milliseconds