/external/rust/crates/protobuf/src/ |
D | types.rs | 35 fn compute_size(value: &Self::Value) -> u32; in compute_size() method 43 let size = Self::compute_size(value); in compute_size_with_length_delimiter() 54 Self::compute_size(value) in get_cached_size() 132 fn compute_size(_value: &f32) -> u32 { in compute_size() method 174 fn compute_size(_value: &f64) -> u32 { in compute_size() method 198 fn compute_size(value: &i32) -> u32 { in compute_size() method 234 fn compute_size(value: &i64) -> u32 { in compute_size() method 262 fn compute_size(value: &u32) -> u32 { in compute_size() method 290 fn compute_size(value: &u64) -> u32 { in compute_size() method 318 fn compute_size(value: &i32) -> u32 { in compute_size() method [all …]
|
D | message.rs | 53 fn compute_size(&self) -> u32; in compute_size() method 65 self.compute_size(); in write_to() 75 let size = self.compute_size(); in write_length_delimited_to() 160 let size = self.compute_size() as usize; in write_to_bytes()
|
D | descriptor.rs | 98 fn compute_size(&self) -> u32 { in compute_size() method 101 let len = value.compute_size(); in compute_size() 660 fn compute_size(&self) -> u32 { in compute_size() method 678 let len = value.compute_size(); in compute_size() 682 let len = value.compute_size(); in compute_size() 686 let len = value.compute_size(); in compute_size() 690 let len = value.compute_size(); in compute_size() 694 let len = v.compute_size(); in compute_size() 698 let len = v.compute_size(); in compute_size() 1291 fn compute_size(&self) -> u32 { in compute_size() method [all …]
|
D | plugin.rs | 185 fn compute_size(&self) -> u32 { in compute_size() method 498 fn compute_size(&self) -> u32 { in compute_size() method 507 let len = value.compute_size(); in compute_size() 511 let len = v.compute_size(); in compute_size() 773 fn compute_size(&self) -> u32 { in compute_size() method 782 let len = value.compute_size(); in compute_size() 1094 fn compute_size(&self) -> u32 { in compute_size() method 1106 let len = v.compute_size(); in compute_size()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | redux_functor.h | 114 const Eigen::Index compute_size = outer_dim * inner_block_size; in operator() local 115 const Eigen::Index compute_input_bytes = compute_size * sizeof(InputT); in operator() 119 compute_size * Eigen::internal::functor_traits<BinaryFunctor>::Cost); in operator() 177 const Eigen::Index compute_size = outer_block_size * inner_dim; in operator() local 178 const Eigen::Index compute_input_bytes = compute_size * sizeof(InputT); in operator() 182 compute_size * Eigen::internal::functor_traits<BinaryFunctor>::Cost); in operator() 312 const Eigen::Index compute_size = outer_block_size * inner_dim; in operator() local 313 const Eigen::Index compute_input_bytes = compute_size * sizeof(InputT); in operator() 317 compute_size * Eigen::internal::functor_traits<BinaryFunctor>::Cost); in operator()
|
/external/rust/crates/protobuf/src/well_known_types/ |
D | type_pb.rs | 252 fn compute_size(&self) -> u32 { in compute_size() method 258 let len = value.compute_size(); in compute_size() 265 let len = value.compute_size(); in compute_size() 269 let len = v.compute_size(); in compute_size() 714 fn compute_size(&self) -> u32 { in compute_size() method 738 let len = value.compute_size(); in compute_size() 1275 fn compute_size(&self) -> u32 { in compute_size() method 1281 let len = value.compute_size(); in compute_size() 1285 let len = value.compute_size(); in compute_size() 1289 let len = v.compute_size(); in compute_size() [all …]
|
D | api.rs | 287 fn compute_size(&self) -> u32 { in compute_size() method 293 let len = value.compute_size(); in compute_size() 297 let len = value.compute_size(); in compute_size() 304 let len = v.compute_size(); in compute_size() 308 let len = value.compute_size(); in compute_size() 692 fn compute_size(&self) -> u32 { in compute_size() method 710 let len = value.compute_size(); in compute_size() 959 fn compute_size(&self) -> u32 { in compute_size() method
|
D | wrappers.rs | 87 fn compute_size(&self) -> u32 { in compute_size() method 242 fn compute_size(&self) -> u32 { in compute_size() method 397 fn compute_size(&self) -> u32 { in compute_size() method 552 fn compute_size(&self) -> u32 { in compute_size() method 707 fn compute_size(&self) -> u32 { in compute_size() method 862 fn compute_size(&self) -> u32 { in compute_size() method 1017 fn compute_size(&self) -> u32 { in compute_size() method 1179 fn compute_size(&self) -> u32 { in compute_size() method 1341 fn compute_size(&self) -> u32 { in compute_size() method
|
D | struct_pb.rs | 93 fn compute_size(&self) -> u32 { in compute_size() method 501 fn compute_size(&self) -> u32 { in compute_size() method 518 let len = v.compute_size(); in compute_size() 522 let len = v.compute_size(); in compute_size() 741 fn compute_size(&self) -> u32 { in compute_size() method 744 let len = value.compute_size(); in compute_size()
|
D | empty.rs | 63 fn compute_size(&self) -> u32 { in compute_size() method
|
D | source_context.rs | 94 fn compute_size(&self) -> u32 { in compute_size() method
|
D | field_mask.rs | 93 fn compute_size(&self) -> u32 { in compute_size() method
|
D | duration.rs | 110 fn compute_size(&self) -> u32 { in compute_size() method
|
D | timestamp.rs | 110 fn compute_size(&self) -> u32 { in compute_size() method
|
D | any.rs | 124 fn compute_size(&self) -> u32 { in compute_size() method
|
/external/rust/crates/grpcio/src/ |
D | codec.rs | 38 let cap = t.compute_size(); in ser()
|
/external/llvm-project/polly/lib/External/isl/ |
D | isl_scheduler.c | 978 static __isl_give isl_val *compute_size(__isl_take isl_set *set, int dim) in compute_size() function 1131 v = compute_size(isl_set_copy(set), j); in compute_sizes()
|