/external/rust/android-crates-io/crates/der/src/ |
D | document.rs | 68 pub fn decode_msg<'a, T: Decode<'a>>(&'a self) -> Result<T> { in decode_msg() method 221 pub fn decode_msg<'a, T: Decode<'a>>(&'a self) -> Result<T> { in decode_msg() method 222 self.0.decode_msg() in decode_msg()
|
/external/rust/android-crates-io/crates/spki/src/ |
D | spki.rs | 214 Ok(source.to_public_key_der()?.decode_msg::<Self>()?) in from_key()
|
/external/cronet/stable/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | ruby-upb.c | 9242 static const char* decode_msg(upb_Decoder* d, const char* ptr, upb_Message* msg, 9404 ptr = decode_msg(d, ptr, submsg, subl); in decode_tosubmsg2() 9429 ptr = decode_msg(d, ptr, submsg, subl); in decode_group() 10149 static const char* decode_msg(upb_Decoder* d, const char* ptr, upb_Message* msg, in decode_msg() function 10218 return decode_msg(d, ptr, msg, decode_totablep(table)); in fastdecode_generic() 10224 decode_msg(d, buf, msg, l); in decode_top()
|
/external/cronet/tot/third_party/protobuf/php/ext/google/protobuf/ |
D | php-upb.c | 9571 static const char* decode_msg(upb_Decoder* d, const char* ptr, upb_Message* msg, 9733 ptr = decode_msg(d, ptr, submsg, subl); in decode_tosubmsg2() 9758 ptr = decode_msg(d, ptr, submsg, subl); in decode_group() 10478 static const char* decode_msg(upb_Decoder* d, const char* ptr, upb_Message* msg, in decode_msg() function 10547 return decode_msg(d, ptr, msg, decode_totablep(table)); in fastdecode_generic() 10553 decode_msg(d, buf, msg, l); in decode_top()
|
/external/cronet/tot/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | ruby-upb.c | 9242 static const char* decode_msg(upb_Decoder* d, const char* ptr, upb_Message* msg, 9404 ptr = decode_msg(d, ptr, submsg, subl); in decode_tosubmsg2() 9429 ptr = decode_msg(d, ptr, submsg, subl); in decode_group() 10149 static const char* decode_msg(upb_Decoder* d, const char* ptr, upb_Message* msg, in decode_msg() function 10218 return decode_msg(d, ptr, msg, decode_totablep(table)); in fastdecode_generic() 10224 decode_msg(d, buf, msg, l); in decode_top()
|
/external/cronet/stable/third_party/protobuf/php/ext/google/protobuf/ |
D | php-upb.c | 9571 static const char* decode_msg(upb_Decoder* d, const char* ptr, upb_Message* msg, 9733 ptr = decode_msg(d, ptr, submsg, subl); in decode_tosubmsg2() 9758 ptr = decode_msg(d, ptr, submsg, subl); in decode_group() 10478 static const char* decode_msg(upb_Decoder* d, const char* ptr, upb_Message* msg, in decode_msg() function 10547 return decode_msg(d, ptr, msg, decode_totablep(table)); in fastdecode_generic() 10553 decode_msg(d, buf, msg, l); in decode_top()
|
/external/protobuf/php/ext/google/protobuf/ |
D | php-upb.c | 9571 static const char* decode_msg(upb_Decoder* d, const char* ptr, upb_Message* msg, 9733 ptr = decode_msg(d, ptr, submsg, subl); in decode_tosubmsg2() 9758 ptr = decode_msg(d, ptr, submsg, subl); in decode_group() 10478 static const char* decode_msg(upb_Decoder* d, const char* ptr, upb_Message* msg, in decode_msg() function 10547 return decode_msg(d, ptr, msg, decode_totablep(table)); in fastdecode_generic() 10553 decode_msg(d, buf, msg, l); in decode_top()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | ruby-upb.c | 9242 static const char* decode_msg(upb_Decoder* d, const char* ptr, upb_Message* msg, 9404 ptr = decode_msg(d, ptr, submsg, subl); in decode_tosubmsg2() 9429 ptr = decode_msg(d, ptr, submsg, subl); in decode_group() 10149 static const char* decode_msg(upb_Decoder* d, const char* ptr, upb_Message* msg, in decode_msg() function 10218 return decode_msg(d, ptr, msg, decode_totablep(table)); in fastdecode_generic() 10224 decode_msg(d, buf, msg, l); in decode_top()
|