Searched defs:gpr_timespec (Results 1 – 9 of 9) sorted by relevance
/external/grpc-grpc/include/grpc/impl/codegen/ |
D | gpr_types.h | 47 typedef struct gpr_timespec { struct 53 } gpr_timespec; argument
|
/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/impl/codegen/ |
D | gpr_types.h | 47 typedef struct gpr_timespec { struct 53 } gpr_timespec; argument
|
/external/rust/crates/grpcio-sys/grpc/include/grpc/impl/codegen/ |
D | gpr_types.h | 47 typedef struct gpr_timespec { struct 53 } gpr_timespec; argument
|
/external/rust/crates/grpcio-sys/src/ |
D | grpc_wrap.rs | 7 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/ |
D | aarch64-unknown-linux-gnu-bindings.rs | 324 pub struct gpr_timespec { struct 325 pub tv_sec: i64, 326 pub tv_nsec: i32, 329 pub clock_type: gpr_clock_type, 383 abs_deadline: gpr_timespec, in gpr_event_wait() 1539 pub fn gpr_time_0(type_: gpr_clock_type) -> gpr_timespec; in gpr_time_0() 1543 pub fn gpr_inf_future(type_: gpr_clock_type) -> gpr_timespec; in gpr_inf_future() 1547 pub fn gpr_inf_past(type_: gpr_clock_type) -> gpr_timespec; in gpr_inf_past() 1555 pub fn gpr_now(clock: gpr_clock_type) -> gpr_timespec; in gpr_now() 1559 pub fn gpr_convert_clock_type(t: gpr_timespec, clock_type: gpr_clock_type) -> gpr_timespec; in gpr_convert_clock_type() [all …]
|
D | x86_64-unknown-linux-gnu-bindings.rs | 324 pub struct gpr_timespec { struct 325 pub tv_sec: i64, 326 pub tv_nsec: i32, 329 pub clock_type: gpr_clock_type, 383 abs_deadline: gpr_timespec, in gpr_event_wait() 1539 pub fn gpr_time_0(type_: gpr_clock_type) -> gpr_timespec; in gpr_time_0() 1543 pub fn gpr_inf_future(type_: gpr_clock_type) -> gpr_timespec; in gpr_inf_future() 1547 pub fn gpr_inf_past(type_: gpr_clock_type) -> gpr_timespec; in gpr_inf_past() 1555 pub fn gpr_now(clock: gpr_clock_type) -> gpr_timespec; in gpr_now() 1559 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/ |
D | generic.mm | 166 - (void)SendRpc:(int)num_rpcs check_deadline:(bool)check_deadline deadline:(gpr_timespec)deadline { argument
|
/external/rust/crates/grpcio/src/call/ |
D | server.rs | 58 pub(crate) fn spec(self) -> gpr_timespec { in spec()
|
/external/rust/crates/grpcio-sys/grpc/test/core/security/ |
D | credentials_test.cc | 1309 gpr_timespec /*token_lifetime*/, const char* /*scope*/) { in encode_and_sign_jwt_should_not_be_called() argument
|