/aosp_15_r20/external/grpc-grpc/src/core/lib/channel/ |
H A D | channel_args.h | 73 inline int PointerCompare(void* a_ptr, const grpc_arg_pointer_vtable* a_vtable, in PointerCompare() 75 const grpc_arg_pointer_vtable* b_vtable) { in PointerCompare() 103 static const grpc_arg_pointer_vtable* VTable() { 104 static const grpc_arg_pointer_vtable tbl = { 148 static const grpc_arg_pointer_vtable* VTable() { 149 static const grpc_arg_pointer_vtable tbl = { 173 static const grpc_arg_pointer_vtable* VTable() { 174 static const grpc_arg_pointer_vtable tbl = { 286 Pointer(void* p, const grpc_arg_pointer_vtable* vtable); 318 const grpc_arg_pointer_vtable* c_vtable() const { return vtable_; } [all …]
|
H A D | channel_args.cc | 47 const grpc_arg_pointer_vtable ChannelArgs::Value::int_vtable_{ 59 const grpc_arg_pointer_vtable ChannelArgs::Value::string_vtable_{ 73 ChannelArgs::Pointer::Pointer(void* p, const grpc_arg_pointer_vtable* vtable) in Pointer() 85 const grpc_arg_pointer_vtable* ChannelArgs::Pointer::EmptyVTable() { in EmptyVTable() 86 static const grpc_arg_pointer_vtable vtable = { in EmptyVTable() 644 char* name, void* value, const grpc_arg_pointer_vtable* vtable) { in grpc_channel_arg_pointer_create()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/channel/ |
D | channel_args.h | 72 inline int PointerCompare(void* a_ptr, const grpc_arg_pointer_vtable* a_vtable, in PointerCompare() 74 const grpc_arg_pointer_vtable* b_vtable) { in PointerCompare() 102 static const grpc_arg_pointer_vtable* VTable() { 103 static const grpc_arg_pointer_vtable tbl = { 137 static const grpc_arg_pointer_vtable* VTable() { 138 static const grpc_arg_pointer_vtable tbl = { 162 static const grpc_arg_pointer_vtable* VTable() { 163 static const grpc_arg_pointer_vtable tbl = { 243 Pointer(void* p, const grpc_arg_pointer_vtable* vtable); 275 const grpc_arg_pointer_vtable* c_vtable() const { return vtable_; } [all …]
|
D | channel_args.cc | 47 ChannelArgs::Pointer::Pointer(void* p, const grpc_arg_pointer_vtable* vtable) in Pointer() 59 const grpc_arg_pointer_vtable* ChannelArgs::Pointer::EmptyVTable() { in EmptyVTable() 60 static const grpc_arg_pointer_vtable vtable = { in EmptyVTable() 619 char* name, void* value, const grpc_arg_pointer_vtable* vtable) { in grpc_channel_arg_pointer_create()
|
/aosp_15_r20/external/grpc-grpc/include/grpc/impl/ |
H A D | grpc_types.h | 84 typedef struct grpc_arg_pointer_vtable { struct 88 } grpc_arg_pointer_vtable; argument 110 const grpc_arg_pointer_vtable* vtable;
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-core-include/grpc/impl/ |
D | grpc_types.h | 84 typedef struct grpc_arg_pointer_vtable { struct 88 } grpc_arg_pointer_vtable; typedef 110 const grpc_arg_pointer_vtable* vtable;
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpc/impl/ |
D | grpc_types.h | 84 typedef struct grpc_arg_pointer_vtable { struct 88 } grpc_arg_pointer_vtable; argument 110 const grpc_arg_pointer_vtable* vtable;
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/authorization/ |
D | authorization_policy_provider_vtable.cc | 45 const grpc_arg_pointer_vtable* grpc_authorization_policy_provider_arg_vtable() { in grpc_authorization_policy_provider_arg_vtable() 46 static const grpc_arg_pointer_vtable vtable = { in grpc_authorization_policy_provider_arg_vtable()
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/authorization/ |
H A D | authorization_policy_provider_vtable.cc | 45 const grpc_arg_pointer_vtable* grpc_authorization_policy_provider_arg_vtable() { in grpc_authorization_policy_provider_arg_vtable() 46 static const grpc_arg_pointer_vtable vtable = { in grpc_authorization_policy_provider_arg_vtable()
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/credentials/ |
H A D | credentials.cc | 62 static const grpc_arg_pointer_vtable credentials_pointer_vtable = { 131 static const grpc_arg_pointer_vtable cred_ptr_vtable = {
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/credentials/ |
D | credentials.cc | 62 static const grpc_arg_pointer_vtable credentials_pointer_vtable = { 131 static const grpc_arg_pointer_vtable cred_ptr_vtable = {
|
/aosp_15_r20/external/grpc-grpc/test/core/channel/ |
H A D | channel_args_test.cc | 46 const grpc_arg_pointer_vtable malloc_vtable = { in TEST() 124 const grpc_arg_pointer_vtable malloc_vtable = { in TEST() 291 static const grpc_arg_pointer_vtable fake_pointer_arg_vtable = {
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/common/ |
D | channel_arguments.cc | 182 static const grpc_arg_pointer_vtable vtable = { in SetPointer() 190 const grpc_arg_pointer_vtable* vtable) { in SetPointerWithVtable()
|
/aosp_15_r20/external/grpc-grpc/src/cpp/common/ |
H A D | channel_arguments.cc | 183 static const grpc_arg_pointer_vtable vtable = { in SetPointer() 191 const grpc_arg_pointer_vtable* vtable) { in SetPointerWithVtable()
|
/aosp_15_r20/external/grpc-grpc/include/grpc/ |
H A D | grpc.h | 532 GRPCAPI const grpc_arg_pointer_vtable* grpc_resource_quota_arg_vtable(void); 581 GRPCAPI const grpc_arg_pointer_vtable*
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpc/ |
D | grpc.h | 539 GRPCAPI const grpc_arg_pointer_vtable* grpc_resource_quota_arg_vtable(void); 588 GRPCAPI const grpc_arg_pointer_vtable*
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-core-include/grpc/ |
D | grpc.h | 539 GRPCAPI const grpc_arg_pointer_vtable* grpc_resource_quota_arg_vtable(void); 588 GRPCAPI const grpc_arg_pointer_vtable*
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/ |
D | config_selector.cc | 41 const grpc_arg_pointer_vtable kChannelArgVtable = {
|
/aosp_15_r20/external/grpc-grpc/src/core/client_channel/ |
H A D | config_selector.cc | 41 const grpc_arg_pointer_vtable kChannelArgVtable = {
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/surface/ |
H A D | lame_client.h | 70 extern const grpc_arg_pointer_vtable kLameFilterErrorArgVtable;
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/resolver/fake/ |
D | fake_resolver.h | 51 static const grpc_arg_pointer_vtable kChannelArgPointerVtable;
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/ |
D | grpclb_balancer_addresses.cc | 60 const grpc_arg_pointer_vtable kBalancerAddressesArgVtable = {
|
/aosp_15_r20/external/grpc-grpc/src/core/load_balancing/grpclb/ |
H A D | grpclb_balancer_addresses.cc | 61 const grpc_arg_pointer_vtable kBalancerAddressesArgVtable = {
|
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
H A D | vtable.pxd.pxi | 23 cdef grpc_arg_pointer_vtable default_vtable
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/ |
H A D | socket_factory_posix.cc | 86 static const grpc_arg_pointer_vtable socket_factory_arg_vtable = {
|