Home
last modified time | relevance | path

Searched defs:gpr_time_from_seconds (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/src/core/lib/gpr/
Dtime.cc122 gpr_timespec gpr_time_from_seconds(int64_t s, gpr_clock_type type) { in gpr_time_from_seconds() function
/external/rust/crates/grpcio-sys/grpc/src/core/lib/gpr/
Dtime.cc122 gpr_timespec gpr_time_from_seconds(int64_t s, gpr_clock_type clock_type) { in gpr_time_from_seconds() function
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_grpc_imports.generated.h787 #define gpr_time_from_seconds gpr_time_from_seconds_import macro
/external/rust/crates/grpcio-sys/bindings/
Daarch64-unknown-linux-gnu-bindings.rs1591 pub fn gpr_time_from_seconds(s: i64, clock_type: gpr_clock_type) -> gpr_timespec; in gpr_time_from_seconds() function
Dx86_64-unknown-linux-gnu-bindings.rs1591 pub fn gpr_time_from_seconds(s: i64, clock_type: gpr_clock_type) -> gpr_timespec; in gpr_time_from_seconds() function