Home
last modified time | relevance | path

Searched defs:RuntimeType (Results 1 – 25 of 34) sorted by relevance

12

/external/rust/crates/protobuf/src/reflect/value/
Dmod.rs32 type RuntimeType: RuntimeTypeTrait<Value = Self>; typedef
36 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/
Druntime_type_box.rs15 pub enum RuntimeType { enum
40 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
Dtype_dynamic.rs19 fn runtime_type(&self) -> RuntimeType; in runtime_type()
33 fn runtime_type(&self) -> RuntimeType { in runtime_type()
Dprotobuf_type_box.rs23 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/
Dempty.rs15 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()
Dmod.rs29 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 …]
Dgenerated.rs47 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/
Dmap.rs72 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()
Drepeated.rs203 fn element_type(&self) -> RuntimeType { in element_type()
/external/rust/crates/protobuf/src/reflect/acc/v2/
Dmap.rs19 fn element_type(&self) -> (RuntimeType, RuntimeType); in element_type()
61 fn element_type(&self) -> (RuntimeType, RuntimeType) { in element_type()
Drepeated.rs18 fn element_type(&self) -> RuntimeType; in element_type()
87 fn element_type(&self) -> RuntimeType { in element_type()
/external/openscreen/cast/cast_core/api/common/
Druntime_metadata.proto22 message RuntimeType { message
/external/rust/crates/protobuf/src/well_known_types/
Dwrappers.rs147 type RuntimeType = crate::reflect::rt::RuntimeTypeMessage<Self>; typedef
273 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
Dapi.rs293 type RuntimeType = crate::reflect::rt::RuntimeTypeMessage<Self>; typedef
532 type RuntimeType = crate::reflect::rt::RuntimeTypeMessage<Self>; typedef
675 type RuntimeType = crate::reflect::rt::RuntimeTypeMessage<Self>; typedef
Dtype_.rs243 type RuntimeType = crate::reflect::rt::RuntimeTypeMessage<Self>; typedef
541 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
Dempty.rs124 type RuntimeType = crate::reflect::rt::RuntimeTypeMessage<Self>; typedef
Dfield_mask.rs144 type RuntimeType = crate::reflect::rt::RuntimeTypeMessage<Self>; typedef
Dsource_context.rs147 type RuntimeType = crate::reflect::rt::RuntimeTypeMessage<Self>; typedef
/external/gson/gson/src/test/java/com/google/gson/
DObjectTypeAdapterTest.java106 private class RuntimeType { class in ObjectTypeAdapterTest
/external/rust/crates/protobuf/src/text_format/
Dparse.rs187 k: &RuntimeType, in read_map_entry()
188 v: &RuntimeType, in read_map_entry()
/external/rust/crates/protobuf/src/reflect/repeated/
Dmod.rs45 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/
Denum_or_unknown.rs103 type RuntimeType = RuntimeTypeEnumOrUnknown<E>; typedef
Ddescriptor.rs151 type RuntimeType = crate::reflect::rt::RuntimeTypeMessage<Self>; typedef
633 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 …]
Ddoctest_pb.rs124 type RuntimeType = crate::reflect::rt::RuntimeTypeMessage<Self>; typedef
/external/rust/crates/protobuf-json-mapping/src/
Dparse.rs427 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()

12