Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/include/grpc/impl/codegen/
Dgpr_types.h47 typedef struct gpr_timespec { struct
53 } gpr_timespec; typedef
/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/impl/codegen/
Dgpr_types.h47 typedef struct gpr_timespec { struct
53 } gpr_timespec; argument
/external/grpc-grpc/include/grpc/impl/codegen/
Dgpr_types.h47 typedef struct gpr_timespec { struct
53 } gpr_timespec; typedef
/external/rust/crates/grpcio-sys/src/
Dgrpc_wrap.rs7 impl gpr_timespec { impl
13 impl From<Duration> for gpr_timespec { implementation
14 fn from(dur: Duration) -> gpr_timespec { in from()
/external/rust/crates/grpcio-sys/bindings/
Dx86_64-unknown-linux-gnu-bindings.rs319 pub struct gpr_timespec { struct
320 pub tv_sec: i64,
321 pub tv_nsec: i32,
324 pub clock_type: gpr_clock_type,
378 abs_deadline: gpr_timespec, in gpr_event_wait()
1534 pub fn gpr_time_0(type_: gpr_clock_type) -> gpr_timespec; in gpr_time_0()
1538 pub fn gpr_inf_future(type_: gpr_clock_type) -> gpr_timespec; in gpr_inf_future()
1542 pub fn gpr_inf_past(type_: gpr_clock_type) -> gpr_timespec; in gpr_inf_past()
1550 pub fn gpr_now(clock: gpr_clock_type) -> gpr_timespec; in gpr_now()
1554 pub fn gpr_convert_clock_type(t: gpr_timespec, clock_type: gpr_clock_type) -> gpr_timespec; in gpr_convert_clock_type()
[all …]
Daarch64-unknown-linux-gnu-bindings.rs319 pub struct gpr_timespec { struct
320 pub tv_sec: i64,
321 pub tv_nsec: i32,
324 pub clock_type: gpr_clock_type,
378 abs_deadline: gpr_timespec, in gpr_event_wait()
1534 pub fn gpr_time_0(type_: gpr_clock_type) -> gpr_timespec; in gpr_time_0()
1538 pub fn gpr_inf_future(type_: gpr_clock_type) -> gpr_timespec; in gpr_inf_future()
1542 pub fn gpr_inf_past(type_: gpr_clock_type) -> gpr_timespec; in gpr_inf_past()
1550 pub fn gpr_now(clock: gpr_clock_type) -> gpr_timespec; in gpr_now()
1554 pub fn gpr_convert_clock_type(t: gpr_timespec, clock_type: gpr_clock_type) -> gpr_timespec; in gpr_convert_clock_type()
[all …]
/external/grpc-grpc/test/cpp/cocoapods/generic/
Dgeneric.mm166 - (void)SendRpc:(int)num_rpcs check_deadline:(bool)check_deadline deadline:(gpr_timespec)deadline { argument
/external/rust/crates/grpcio/src/call/
Dserver.rs58 pub(crate) fn spec(self) -> gpr_timespec { in spec()
/external/rust/crates/grpcio-sys/grpc/test/core/security/
Dcredentials_test.cc1309 gpr_timespec /*token_lifetime*/, const char* /*scope*/) { in encode_and_sign_jwt_should_not_be_called() argument