Searched refs:conforms_to (Results 1 – 4 of 4) sorted by relevance
/external/grpc-grpc/src/core/lib/surface/ |
D | validate_metadata.cc | 32 static grpc_error* conforms_to(grpc_slice slice, const uint8_t* legal_bits, in conforms_to() function 73 return conforms_to(slice, legal_header_bits, "Illegal header key"); in grpc_validate_header_key_is_legal() 85 return conforms_to(slice, legal_header_bits, "Illegal header value"); in grpc_validate_header_nonbin_value_is_legal()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/ |
D | validate_metadata.cc | 33 static grpc_error* conforms_to(const grpc_slice& slice, in conforms_to() function 78 return conforms_to(slice, legal_header_bits, "Illegal header key"); in grpc_validate_header_key_is_legal() 91 return conforms_to(slice, legal_header_bits, "Illegal header value"); in grpc_validate_header_nonbin_value_is_legal()
|
/external/rust/crates/bindgen/src/ir/ |
D | objc.rs | 38 pub conforms_to: Vec<ItemId>, field 74 conforms_to: Vec::new(), in new() 164 interface.conforms_to.push(id); in from_ty() 320 for protocol in &self.conforms_to { in trace()
|
/external/rust/crates/bindgen/src/codegen/ |
D | mod.rs | 4054 for protocol_id in self.conforms_to.iter() { in codegen() 4099 for protocol_id in parent.conforms_to.iter() { in codegen()
|