| /external/rust/crates/protobuf/src/reflect/value/ | 
| D | mod.rs | 32     type RuntimeType: RuntimeTypeTrait<Value = Self>;  typedef36     type RuntimeType = RuntimeTypeU32;  typedef
 40     type RuntimeType = RuntimeTypeU64;  typedef
 44     type RuntimeType = RuntimeTypeI32;  typedef
 48     type RuntimeType = RuntimeTypeI64;  typedef
 52     type RuntimeType = RuntimeTypeF32;  typedef
 56     type RuntimeType = RuntimeTypeF64;  typedef
 60     type RuntimeType = RuntimeTypeBool;  typedef
 64     type RuntimeType = RuntimeTypeString;  typedef
 68     type RuntimeType = RuntimeTypeVecU8;  typedef
 [all …]
 
 | 
| /external/rust/crates/protobuf/src/reflect/ | 
| D | runtime_type_box.rs | 15 pub enum RuntimeType {  enum40 impl RuntimeType {  implementation
 66     pub(crate) fn from_proto_type(t: field_descriptor_proto::Type) -> RuntimeType {  in from_proto_type()
 135 impl fmt::Display for RuntimeType {  implementation
 
 | 
| D | type_dynamic.rs | 19     fn runtime_type(&self) -> RuntimeType;  in runtime_type()33     fn runtime_type(&self) -> RuntimeType {  in runtime_type()
 
 | 
| D | protobuf_type_box.rs | 23     pub(crate) fn runtime(&self) -> &RuntimeType {  in runtime()31     pub(crate) fn _into_runtime(self) -> RuntimeType {  in _into_runtime()
 47     pub(crate) fn new(runtime: RuntimeType, t: Type) -> crate::Result<ProtobufType> {  in new()
 
 | 
| /external/rust/crates/protobuf/src/reflect/map/ | 
| D | empty.rs | 15     pub(crate) fn new(key_type: RuntimeType, value_type: RuntimeType) -> DynamicEmptyMap {  in new()34     pub(crate) fn key_type(&self) -> RuntimeType {  in key_type()
 38     pub(crate) fn value_type(&self) -> RuntimeType {  in value_type()
 66     fn key_type(&self) -> RuntimeType {  in key_type()
 70     fn value_type(&self) -> RuntimeType {  in value_type()
 
 | 
| D | mod.rs | 29     fn key_type(&self) -> RuntimeType;  in key_type()31     fn value_type(&self) -> RuntimeType;  in value_type()
 36     fn key_type(&self) -> RuntimeType;  in key_type()
 37     fn value_type(&self) -> RuntimeType;  in value_type()
 112     pub(crate) fn new_empty(key: RuntimeType, value: RuntimeType) -> ReflectMapRef<'a> {  in new_empty()
 143     pub fn key_type(&self) -> RuntimeType {  in key_type()
 151     pub fn value_type(&self) -> RuntimeType {  in value_type()
 205     pub fn key_type(&self) -> RuntimeType {  in key_type()
 210     pub fn value_type(&self) -> RuntimeType {  in value_type()
 250     fn _key_type(&self) -> RuntimeType {  in _key_type()
 [all …]
 
 | 
| D | generated.rs | 47     fn key_type(&self) -> RuntimeType {  in key_type()51     fn value_type(&self) -> RuntimeType {  in value_type()
 70     fn key_type(&self) -> RuntimeType {  in key_type()
 74     fn value_type(&self) -> RuntimeType {  in value_type()
 
 | 
| /external/rust/crates/protobuf/src/reflect/dynamic/ | 
| D | map.rs | 72     fn key_type(&self) -> RuntimeType {  in key_type()100     pub fn new(key: RuntimeType, value: RuntimeType) -> DynamicMap {  in new()
 130     fn key_type(&self) -> RuntimeType {  in key_type()
 134     fn value_type(&self) -> RuntimeType {  in value_type()
 210     fn key_type(&self) -> RuntimeType {  in key_type()
 214     fn value_type(&self) -> RuntimeType {  in value_type()
 
 | 
| D | repeated.rs | 203     fn element_type(&self) -> RuntimeType {  in element_type()
 | 
| /external/rust/crates/protobuf/src/reflect/acc/v2/ | 
| D | map.rs | 19     fn element_type(&self) -> (RuntimeType, RuntimeType);  in element_type()61     fn element_type(&self) -> (RuntimeType, RuntimeType) {  in element_type()
 
 | 
| D | repeated.rs | 18     fn element_type(&self) -> RuntimeType;  in element_type()87     fn element_type(&self) -> RuntimeType {  in element_type()
 
 | 
| /external/openscreen/cast/cast_core/api/common/ | 
| D | runtime_metadata.proto | 22 message RuntimeType {  message
 | 
| /external/rust/crates/protobuf/src/well_known_types/ | 
| D | wrappers.rs | 147     type RuntimeType = crate::reflect::rt::RuntimeTypeMessage<Self>;  typedef273     type RuntimeType = crate::reflect::rt::RuntimeTypeMessage<Self>;  typedef
 399     type RuntimeType = crate::reflect::rt::RuntimeTypeMessage<Self>;  typedef
 525     type RuntimeType = crate::reflect::rt::RuntimeTypeMessage<Self>;  typedef
 651     type RuntimeType = crate::reflect::rt::RuntimeTypeMessage<Self>;  typedef
 777     type RuntimeType = crate::reflect::rt::RuntimeTypeMessage<Self>;  typedef
 903     type RuntimeType = crate::reflect::rt::RuntimeTypeMessage<Self>;  typedef
 1029     type RuntimeType = crate::reflect::rt::RuntimeTypeMessage<Self>;  typedef
 1155     type RuntimeType = crate::reflect::rt::RuntimeTypeMessage<Self>;  typedef
 
 | 
| D | api.rs | 293     type RuntimeType = crate::reflect::rt::RuntimeTypeMessage<Self>;  typedef532     type RuntimeType = crate::reflect::rt::RuntimeTypeMessage<Self>;  typedef
 675     type RuntimeType = crate::reflect::rt::RuntimeTypeMessage<Self>;  typedef
 
 | 
| D | type_.rs | 243     type RuntimeType = crate::reflect::rt::RuntimeTypeMessage<Self>;  typedef541     type RuntimeType = crate::reflect::rt::RuntimeTypeMessage<Self>;  typedef
 933     type RuntimeType = crate::reflect::rt::RuntimeTypeMessage<Self>;  typedef
 1096     type RuntimeType = crate::reflect::rt::RuntimeTypeMessage<Self>;  typedef
 1247     type RuntimeType = crate::reflect::rt::RuntimeTypeMessage<Self>;  typedef
 
 | 
| D | empty.rs | 124     type RuntimeType = crate::reflect::rt::RuntimeTypeMessage<Self>;  typedef
 | 
| D | field_mask.rs | 144     type RuntimeType = crate::reflect::rt::RuntimeTypeMessage<Self>;  typedef
 | 
| D | source_context.rs | 147     type RuntimeType = crate::reflect::rt::RuntimeTypeMessage<Self>;  typedef
 | 
| /external/gson/gson/src/test/java/com/google/gson/ | 
| D | ObjectTypeAdapterTest.java | 106   private class RuntimeType {  class in ObjectTypeAdapterTest
 | 
| /external/rust/crates/protobuf/src/text_format/ | 
| D | parse.rs | 187         k: &RuntimeType,  in read_map_entry()188         v: &RuntimeType,  in read_map_entry()
 
 | 
| /external/rust/crates/protobuf/src/reflect/repeated/ | 
| D | mod.rs | 45     fn element_type(&self) -> RuntimeType;  in element_type()126     fn element_type(&self) -> RuntimeType {  in element_type()
 234     pub fn element_type(&self) -> RuntimeType {  in element_type()
 389     pub fn element_type(&self) -> RuntimeType {  in element_type()
 
 | 
| /external/rust/crates/protobuf/src/ | 
| D | enum_or_unknown.rs | 103     type RuntimeType = RuntimeTypeEnumOrUnknown<E>;  typedef
 | 
| D | descriptor.rs | 151     type RuntimeType = crate::reflect::rt::RuntimeTypeMessage<Self>;  typedef633     type RuntimeType = crate::reflect::rt::RuntimeTypeMessage<Self>;  typedef
 1004     type RuntimeType = crate::reflect::rt::RuntimeTypeMessage<Self>;  typedef
 1208         type RuntimeType = crate::reflect::rt::RuntimeTypeMessage<Self>;  typedef
 1389         type RuntimeType = crate::reflect::rt::RuntimeTypeMessage<Self>;  typedef
 1519     type RuntimeType = crate::reflect::rt::RuntimeTypeMessage<Self>;  typedef
 2150     type RuntimeType = crate::reflect::rt::RuntimeTypeMessage<Self>;  typedef
 2537     type RuntimeType = crate::reflect::rt::RuntimeTypeMessage<Self>;  typedef
 2791     type RuntimeType = crate::reflect::rt::RuntimeTypeMessage<Self>;  typedef
 2977         type RuntimeType = crate::reflect::rt::RuntimeTypeMessage<Self>;  typedef
 [all …]
 
 | 
| D | doctest_pb.rs | 124     type RuntimeType = crate::reflect::rt::RuntimeTypeMessage<Self>;  typedef
 | 
| /external/rust/crates/protobuf-json-mapping/src/ | 
| D | parse.rs | 427         t: &RuntimeType,  in merge_singular_field()460         t: &RuntimeType,  in merge_repeated_field()
 531         kt: &RuntimeType,  in merge_map_field()
 532         vt: &RuntimeType,  in merge_map_field()
 
 |