Home
last modified time | relevance | path

Searched defs:gpr_timespec (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/grpc-grpc/include/grpc/support/
H A Dtime.h48 typedef struct gpr_timespec { struct
54 } gpr_timespec; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpc/support/
Dtime.h48 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/
Dtime.h48 typedef struct gpr_timespec { struct
54 } gpr_timespec; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/src/
Dgrpc_wrap.rs7 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/
Dgrpc-bindings.rs290 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/
Dbindings.rs333 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 Dgeneric.mm166 - (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 Dclient_call_tracer.cc258 const gpr_timespec& /*latency*/) { in RecordEnd()
/aosp_15_r20/external/grpc-grpc/src/cpp/ext/otel/
H A Dotel_client_call_tracer.cc188 const gpr_timespec& /*latency*/) { in RecordEnd()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/ext/filters/census/
Dclient_filter.cc255 const gpr_timespec& /*latency*/) { in RecordEnd()
/aosp_15_r20/external/grpc-grpc/src/cpp/ext/filters/census/
H A Dclient_filter.cc244 const gpr_timespec& /*latency*/) { in RecordEnd()
/aosp_15_r20/external/grpc-grpc/test/core/end2end/tests/
H A Dhttp2_stats.cc95 void RecordEnd(const gpr_timespec& /*latency*/) override { in RecordEnd()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/call/
Dserver.rs56 pub(crate) fn spec(self) -> gpr_timespec { in spec()
/aosp_15_r20/external/grpc-grpc/test/core/util/
H A Dfake_stats_plugin.h86 void RecordEnd(const gpr_timespec& /*latency*/) override {} in RecordEnd()
/aosp_15_r20/external/grpc-grpc/test/core/security/
H A Dcredentials_test.cc1344 gpr_timespec /*token_lifetime*/, const char* /*scope*/) { in encode_and_sign_jwt_should_not_be_called() argument