Home
last modified time | relevance | path

Searched refs:ext_pool (Results 1 – 25 of 29) sorted by relevance

12

/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/reflection/
Dmessage.c128 const upb_DefPool* ext_pool, const upb_FieldDef** out_f, in upb_Message_Next() argument
132 UPB_UNUSED(ext_pool); in upb_Message_Next()
163 if (ext_pool) { in upb_Message_Next()
170 *out_f = upb_DefPool_FindExtensionByMiniTable(ext_pool, ext->ext); in upb_Message_Next()
Dmessage.h89 const upb_DefPool* ext_pool, const upb_FieldDef** f,
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/util/
Drequired_fields.c165 const upb_DefPool* ext_pool; member
254 while (upb_Message_Next(msg, m, ctx->ext_pool, &f, &val, &iter)) { in upb_util_FindUnsetRequiredInternal()
293 const upb_DefPool* ext_pool, in upb_util_HasUnsetRequired() argument
298 ctx.ext_pool = ext_pool; in upb_util_HasUnsetRequired()
Drequired_fields.h85 const upb_DefPool* ext_pool,
/external/grpc-grpc/third_party/upb/upb/util/
Drequired_fields.c156 const upb_DefPool* ext_pool; member
247 while (upb_Message_Next(msg, m, ctx->ext_pool, &f, &val, &iter)) { in upb_util_FindUnsetRequiredInternal()
286 const upb_DefPool* ext_pool, in upb_util_HasUnsetRequired() argument
291 ctx.ext_pool = ext_pool; in upb_util_HasUnsetRequired()
Drequired_fields.h67 const upb_DefPool* ext_pool,
/external/grpc-grpc/third_party/upb/upb/reflection/
Dmessage.c122 const upb_DefPool* ext_pool, const upb_FieldDef** out_f, in upb_Message_Next() argument
126 UPB_UNUSED(ext_pool); in upb_Message_Next()
158 if (ext_pool) { in upb_Message_Next()
165 *out_f = upb_DefPool_FindExtensionByMiniTable(ext_pool, ext->ext); in upb_Message_Next()
Dmessage.h75 const upb_DefPool* ext_pool,
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/text/
Dencode.c53 const upb_DefPool* ext_pool; member
424 while (upb_Message_Next(msg, m, e->ext_pool, &f, &val, &iter)) { in txtenc_msg()
461 const upb_DefPool* ext_pool, int options, char* buf, in upb_TextEncode() argument
471 e.ext_pool = ext_pool; in upb_TextEncode()
Dencode.h60 const upb_DefPool* ext_pool, int options, char* buf,
/external/grpc-grpc/third_party/upb/upb/text/
Dencode.c42 const upb_DefPool* ext_pool; member
494 while (upb_Message_Next(msg, m, e->ext_pool, &f, &val, &iter)) { in txtenc_msg()
531 const upb_DefPool* ext_pool, int options, char* buf, in upb_TextEncode() argument
541 e.ext_pool = ext_pool; in upb_TextEncode()
Dencode.h40 const upb_DefPool* ext_pool, int options, char* buf,
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/json/
Dencode.c51 const upb_DefPool* ext_pool; member
362 if (!e->ext_pool) { in jsonenc_getanymsg()
379 ret = upb_DefPool_FindMessageByNameWithSize(e->ext_pool, ptr, end - ptr); in jsonenc_getanymsg()
754 while (upb_Message_Next(msg, m, e->ext_pool, &f, &val, &iter)) { in jsonenc_msgfields()
790 const upb_DefPool* ext_pool, int options, char* buf, in upb_JsonEncode() argument
799 e.ext_pool = ext_pool; in upb_JsonEncode()
Dencode.h61 const upb_DefPool* ext_pool, int options, char* buf,
/external/grpc-grpc/third_party/upb/upb/json/
Dencode.c31 const upb_DefPool* ext_pool; member
342 if (!e->ext_pool) { in jsonenc_getanymsg()
359 ret = upb_DefPool_FindMessageByNameWithSize(e->ext_pool, ptr, end - ptr); in jsonenc_getanymsg()
734 while (upb_Message_Next(msg, m, e->ext_pool, &f, &val, &iter)) { in jsonenc_msgfields()
770 const upb_DefPool* ext_pool, int options, char* buf, in upb_JsonEncode() argument
779 e.ext_pool = ext_pool; in upb_JsonEncode()
Dencode.h41 const upb_DefPool* ext_pool, int options,
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/
Dmessage.c565 const upb_DefPool* ext_pool) { in PyUpb_Message_IsEmpty() argument
571 if (upb_Message_Next(msg, m, ext_pool, &f, &val, &iter)) return false; in PyUpb_Message_IsEmpty()
1402 const upb_DefPool* ext_pool = upb_FileDef_Pool(upb_MessageDef_File(msgdef)); in PyUpb_Message_FindInitializationErrors() local
1405 if (upb_util_HasUnsetRequired(msg, msgdef, ext_pool, &fields)) { in PyUpb_Message_FindInitializationErrors()
/external/cronet/stable/third_party/protobuf/ruby/ext/google/protobuf_c/
Druby-upb.c3529 const upb_DefPool* ext_pool; member
3827 if (!e->ext_pool) { in jsonenc_getanymsg()
3844 ret = upb_DefPool_FindMessageByNameWithSize(e->ext_pool, ptr, end - ptr); in jsonenc_getanymsg()
4211 while (upb_Message_Next(msg, m, e->ext_pool, &f, &val, &iter)) { in jsonenc_msgfields()
4236 const upb_DefPool* ext_pool, int options, char* buf, in upb_JsonEncode() argument
4245 e.ext_pool = ext_pool; in upb_JsonEncode()
8979 const upb_DefPool* ext_pool, const upb_FieldDef** out_f, in upb_Message_Next() argument
8984 UPB_UNUSED(ext_pool); in upb_Message_Next()
9017 if (ext_pool) { in upb_Message_Next()
9024 *out_f = _upb_DefPool_FindExtensionByMiniTable(ext_pool, ext->ext); in upb_Message_Next()
Druby-upb.h6069 const upb_DefPool* ext_pool, const upb_FieldDef** f,
6110 const upb_DefPool* ext_pool, int options, char* buf,
/external/cronet/tot/third_party/protobuf/php/ext/google/protobuf/
Dphp-upb.c3858 const upb_DefPool* ext_pool; member
4156 if (!e->ext_pool) { in jsonenc_getanymsg()
4173 ret = upb_DefPool_FindMessageByNameWithSize(e->ext_pool, ptr, end - ptr); in jsonenc_getanymsg()
4540 while (upb_Message_Next(msg, m, e->ext_pool, &f, &val, &iter)) { in jsonenc_msgfields()
4565 const upb_DefPool* ext_pool, int options, char* buf, in upb_JsonEncode() argument
4574 e.ext_pool = ext_pool; in upb_JsonEncode()
9308 const upb_DefPool* ext_pool, const upb_FieldDef** out_f, in upb_Message_Next() argument
9313 UPB_UNUSED(ext_pool); in upb_Message_Next()
9346 if (ext_pool) { in upb_Message_Next()
9353 *out_f = _upb_DefPool_FindExtensionByMiniTable(ext_pool, ext->ext); in upb_Message_Next()
Dphp-upb.h6228 const upb_DefPool* ext_pool, const upb_FieldDef** f,
6269 const upb_DefPool* ext_pool, int options, char* buf,
/external/cronet/tot/third_party/protobuf/ruby/ext/google/protobuf_c/
Druby-upb.c3529 const upb_DefPool* ext_pool; member
3827 if (!e->ext_pool) { in jsonenc_getanymsg()
3844 ret = upb_DefPool_FindMessageByNameWithSize(e->ext_pool, ptr, end - ptr); in jsonenc_getanymsg()
4211 while (upb_Message_Next(msg, m, e->ext_pool, &f, &val, &iter)) { in jsonenc_msgfields()
4236 const upb_DefPool* ext_pool, int options, char* buf, in upb_JsonEncode() argument
4245 e.ext_pool = ext_pool; in upb_JsonEncode()
8979 const upb_DefPool* ext_pool, const upb_FieldDef** out_f, in upb_Message_Next() argument
8984 UPB_UNUSED(ext_pool); in upb_Message_Next()
9017 if (ext_pool) { in upb_Message_Next()
9024 *out_f = _upb_DefPool_FindExtensionByMiniTable(ext_pool, ext->ext); in upb_Message_Next()
/external/cronet/stable/third_party/protobuf/php/ext/google/protobuf/
Dphp-upb.c3858 const upb_DefPool* ext_pool; member
4156 if (!e->ext_pool) { in jsonenc_getanymsg()
4173 ret = upb_DefPool_FindMessageByNameWithSize(e->ext_pool, ptr, end - ptr); in jsonenc_getanymsg()
4540 while (upb_Message_Next(msg, m, e->ext_pool, &f, &val, &iter)) { in jsonenc_msgfields()
4565 const upb_DefPool* ext_pool, int options, char* buf, in upb_JsonEncode() argument
4574 e.ext_pool = ext_pool; in upb_JsonEncode()
9308 const upb_DefPool* ext_pool, const upb_FieldDef** out_f, in upb_Message_Next() argument
9313 UPB_UNUSED(ext_pool); in upb_Message_Next()
9346 if (ext_pool) { in upb_Message_Next()
9353 *out_f = _upb_DefPool_FindExtensionByMiniTable(ext_pool, ext->ext); in upb_Message_Next()
/external/protobuf/php/ext/google/protobuf/
Dphp-upb.c3858 const upb_DefPool* ext_pool; member
4156 if (!e->ext_pool) { in jsonenc_getanymsg()
4173 ret = upb_DefPool_FindMessageByNameWithSize(e->ext_pool, ptr, end - ptr); in jsonenc_getanymsg()
4540 while (upb_Message_Next(msg, m, e->ext_pool, &f, &val, &iter)) { in jsonenc_msgfields()
4565 const upb_DefPool* ext_pool, int options, char* buf, in upb_JsonEncode() argument
4574 e.ext_pool = ext_pool; in upb_JsonEncode()
9308 const upb_DefPool* ext_pool, const upb_FieldDef** out_f, in upb_Message_Next() argument
9313 UPB_UNUSED(ext_pool); in upb_Message_Next()
9346 if (ext_pool) { in upb_Message_Next()
9353 *out_f = _upb_DefPool_FindExtensionByMiniTable(ext_pool, ext->ext); in upb_Message_Next()
/external/protobuf/ruby/ext/google/protobuf_c/
Druby-upb.c3529 const upb_DefPool* ext_pool; member
3827 if (!e->ext_pool) { in jsonenc_getanymsg()
3844 ret = upb_DefPool_FindMessageByNameWithSize(e->ext_pool, ptr, end - ptr); in jsonenc_getanymsg()
4211 while (upb_Message_Next(msg, m, e->ext_pool, &f, &val, &iter)) { in jsonenc_msgfields()
4236 const upb_DefPool* ext_pool, int options, char* buf, in upb_JsonEncode() argument
4245 e.ext_pool = ext_pool; in upb_JsonEncode()
8979 const upb_DefPool* ext_pool, const upb_FieldDef** out_f, in upb_Message_Next() argument
8984 UPB_UNUSED(ext_pool); in upb_Message_Next()
9017 if (ext_pool) { in upb_Message_Next()
9024 *out_f = _upb_DefPool_FindExtensionByMiniTable(ext_pool, ext->ext); in upb_Message_Next()

12