/aosp_15_r20/external/grpc-grpc/include/grpc/support/ |
H A D | time.h | 48 typedef struct gpr_timespec { struct 54 } gpr_timespec; typedef
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpc/support/ |
D | time.h | 48 typedef struct gpr_timespec { struct 54 } gpr_timespec; argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-core-include/grpc/support/ |
D | time.h | 48 typedef struct gpr_timespec { struct 54 } gpr_timespec; typedef
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/src/ |
D | grpc_wrap.rs | 7 impl gpr_timespec { implementation 13 impl From<Duration> for gpr_timespec { implementation 14 fn from(dur: Duration) -> gpr_timespec { in from()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/android/ |
D | grpc-bindings.rs | 290 pub struct gpr_timespec { struct 298 pub fn gpr_time_0(type_: gpr_clock_type) -> gpr_timespec; in gpr_time_0() 302 pub fn gpr_inf_future(type_: gpr_clock_type) -> gpr_timespec; in gpr_inf_future() 306 pub fn gpr_inf_past(type_: gpr_clock_type) -> gpr_timespec; in gpr_inf_past() 314 pub fn gpr_now(clock: gpr_clock_type) -> gpr_timespec; in gpr_now() 318 pub fn gpr_convert_clock_type(t: gpr_timespec, clock_type: gpr_clock_type) -> gpr_timespec; in gpr_convert_clock_type() 322 pub fn gpr_time_cmp(a: gpr_timespec, b: gpr_timespec) -> ::std::os::raw::c_int; in gpr_time_cmp() 325 pub fn gpr_time_max(a: gpr_timespec, b: gpr_timespec) -> gpr_timespec; in gpr_time_max() 328 pub fn gpr_time_min(a: gpr_timespec, b: gpr_timespec) -> gpr_timespec; in gpr_time_min() 332 pub fn gpr_time_add(a: gpr_timespec, b: gpr_timespec) -> gpr_timespec; in gpr_time_add() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/bindings/ |
D | bindings.rs | 333 pub struct gpr_timespec { struct 342 pub fn gpr_time_0(type_: gpr_clock_type) -> gpr_timespec; in gpr_time_0() 346 pub fn gpr_inf_future(type_: gpr_clock_type) -> gpr_timespec; in gpr_inf_future() 350 pub fn gpr_inf_past(type_: gpr_clock_type) -> gpr_timespec; in gpr_inf_past() 358 pub fn gpr_now(clock: gpr_clock_type) -> gpr_timespec; in gpr_now() 362 pub fn gpr_convert_clock_type(t: gpr_timespec, clock_type: gpr_clock_type) -> gpr_timespec; in gpr_convert_clock_type() 367 pub fn gpr_time_cmp(a: gpr_timespec, b: gpr_timespec) -> ::std::os::raw::c_int; in gpr_time_cmp() 370 pub fn gpr_time_max(a: gpr_timespec, b: gpr_timespec) -> gpr_timespec; in gpr_time_max() 373 pub fn gpr_time_min(a: gpr_timespec, b: gpr_timespec) -> gpr_timespec; in gpr_time_min() 377 pub fn gpr_time_add(a: gpr_timespec, b: gpr_timespec) -> gpr_timespec; in gpr_time_add() [all …]
|
/aosp_15_r20/external/grpc-grpc/test/cpp/cocoapods/generic/ |
H A D | generic.mm | 166 - (void)SendRpc:(int)num_rpcs check_deadline:(bool)check_deadline deadline:(gpr_timespec)deadline { argument
|
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_observability/grpc_observability/ |
H A D | client_call_tracer.cc | 258 const gpr_timespec& /*latency*/) { in RecordEnd()
|
/aosp_15_r20/external/grpc-grpc/src/cpp/ext/otel/ |
H A D | otel_client_call_tracer.cc | 188 const gpr_timespec& /*latency*/) { in RecordEnd()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/ext/filters/census/ |
D | client_filter.cc | 255 const gpr_timespec& /*latency*/) { in RecordEnd()
|
/aosp_15_r20/external/grpc-grpc/src/cpp/ext/filters/census/ |
H A D | client_filter.cc | 244 const gpr_timespec& /*latency*/) { in RecordEnd()
|
/aosp_15_r20/external/grpc-grpc/test/core/end2end/tests/ |
H A D | http2_stats.cc | 95 void RecordEnd(const gpr_timespec& /*latency*/) override { in RecordEnd()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/call/ |
D | server.rs | 56 pub(crate) fn spec(self) -> gpr_timespec { in spec()
|
/aosp_15_r20/external/grpc-grpc/test/core/util/ |
H A D | fake_stats_plugin.h | 86 void RecordEnd(const gpr_timespec& /*latency*/) override {} in RecordEnd()
|
/aosp_15_r20/external/grpc-grpc/test/core/security/ |
H A D | credentials_test.cc | 1344 gpr_timespec /*token_lifetime*/, const char* /*scope*/) { in encode_and_sign_jwt_should_not_be_called() argument
|