/external/protobuf/src/google/protobuf/util/ |
D | field_comparator.h | 49 class FieldDescriptor; variable 177 bool CompareBool(const FieldDescriptor& /* unused */, bool value_1, in CompareBool() 195 bool CompareInt32(const FieldDescriptor& /* unused */, int32 value_1, in CompareInt32() 200 bool CompareInt64(const FieldDescriptor& /* unused */, int64 value_1, in CompareInt64() 205 bool CompareString(const FieldDescriptor& /* unused */, in CompareString() 210 bool CompareUInt32(const FieldDescriptor& /* unused */, uint32 value_1, in CompareUInt32() 215 bool CompareUInt64(const FieldDescriptor& /* unused */, uint64 value_1, in CompareUInt64()
|
/external/rust/crates/protobuf/src/reflect/ |
D | field.rs | 26 pub struct FieldDescriptor { struct 27 proto: &'static FieldDescriptorProto, argument 32 impl FieldDescriptor { argument 36 ) -> FieldDescriptor { in new()
|
D | message.rs | 243 pub fn fields(&self) -> &[FieldDescriptor] { in fields() 250 pub fn get_field_by_name<'a>(&'a self, name: &str) -> Option<&'a FieldDescriptor> { in get_field_by_name() 256 pub fn get_field_by_name_or_json_name<'a>(&'a self, name: &str) -> Option<&'a FieldDescriptor> { in get_field_by_name_or_json_name() 262 pub fn get_field_by_number(&self, number: u32) -> Option<&FieldDescriptor> { in get_field_by_number() 269 pub fn field_by_name<'a>(&'a self, name: &str) -> &'a FieldDescriptor { in field_by_name() 277 pub fn field_by_number<'a>(&'a self, number: u32) -> &'a FieldDescriptor { in field_by_number()
|
/external/perfetto/src/trace_processor/importers/ftrace/ |
D | ftrace_descriptors.h | 40 struct FieldDescriptor { struct 48 FieldDescriptor fields[kMaxFtraceEventFields]; argument
|
/external/starlark-go/lib/proto/ |
D | proto.go | 377 func setField(msg protoreflect.Message, fdesc protoreflect.FieldDescriptor, value starlark.Value) e… 434 func toProto(fdesc protoreflect.FieldDescriptor, v starlark.Value) (protoreflect.Value, error) { 553 func toStarlark(typ protoreflect.FieldDescriptor, x protoreflect.Value, frozen *bool) starlark.Valu… 565 func toStarlark1(typ protoreflect.FieldDescriptor, x protoreflect.Value, frozen *bool) starlark.Val… 747 func defaultValue(fdesc protoreflect.FieldDescriptor) starlark.Value { 832 func typeString(fdesc protoreflect.FieldDescriptor) string { 933 func writeString(buf *bytes.Buffer, fdesc protoreflect.FieldDescriptor, v protoreflect.Value) { 1058 type FieldDescriptor struct { struct 1067 func (d FieldDescriptor) Type() string { return "proto.FieldDescriptor" } 1068 func (d FieldDescriptor) Truth() starlark.Bool { return true } [all …]
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | FieldDescriptor.cs | 42 public sealed class FieldDescriptor : DescriptorBase, IComparable<FieldDescriptor> class 71 internal FieldDescriptor(FieldDescriptorProto proto, FileDescriptor file, in FieldDescriptor() method in Google.Protobuf.Reflection.FieldDescriptor
|
/external/protobuf/python/google/protobuf/pyext/ |
D | field.h | 39 class FieldDescriptor; variable
|
D | extension_dict.h | 47 class FieldDescriptor; variable
|
D | repeated_composite_container.h | 48 class FieldDescriptor; variable
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | TextFormatParseInfoTree.java | 67 Map<FieldDescriptor, List<TextFormatParseLocation>> locationsFromField, in TextFormatParseInfoTree()
|
D | AbstractMessage.java | 233 static boolean compareFields(Map<FieldDescriptor, Object> a, Map<FieldDescriptor, Object> b) { in compareFields() 283 protected static int hashFields(int hash, Map<FieldDescriptor, Object> map) { in hashFields() 374 BuilderType mergeFrom(final Message other, Map<FieldDescriptor, Object> allFields) { in mergeFrom()
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_extension.h | 46 class FieldDescriptor; // descriptor.h variable
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_names.h | 49 class FieldDescriptor; variable
|
D | java_generator_factory.h | 40 class FieldDescriptor; // descriptor.h variable
|
D | java_extension.h | 45 class FieldDescriptor; // descriptor.h variable
|
D | java_context.h | 44 class FieldDescriptor; variable
|
D | java_name_resolver.h | 43 class FieldDescriptor; variable
|
/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Reflection/ |
D | DescriptorsTest.cs | 138 public void FieldDescriptor() in FieldDescriptor() method in Google.Protobuf.Reflection.DescriptorsTest
|
/external/protobuf/src/google/protobuf/compiler/python/ |
D | python_generator.h | 51 class FieldDescriptor; variable
|
/external/protobuf/php/src/Google/Protobuf/ |
D | FieldDescriptor.php | 38 class FieldDescriptor class
|
/external/protobuf/php/ext/google/protobuf/ |
D | def.c | 408 PHP_METHOD(FieldDescriptor, getName) { in PHP_METHOD() argument 414 PHP_METHOD(FieldDescriptor, getNumber) { in PHP_METHOD() argument 419 PHP_METHOD(FieldDescriptor, getLabel) { in PHP_METHOD() argument 424 PHP_METHOD(FieldDescriptor, getType) { in PHP_METHOD() argument 429 PHP_METHOD(FieldDescriptor, isMap) { in PHP_METHOD() argument 434 PHP_METHOD(FieldDescriptor, getEnumType) { in PHP_METHOD() argument 453 PHP_METHOD(FieldDescriptor, getMessageType) { in PHP_METHOD() argument
|
/external/protobuf/src/google/protobuf/ |
D | any.h | 45 class FieldDescriptor; variable
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | protobuf.h | 57 typedef struct FieldDescriptor FieldDescriptor; typedef 129 struct FieldDescriptor { struct 130 const upb_fielddef* fielddef;
|
/external/grpc-grpc/include/grpcpp/impl/codegen/ |
D | config_protobuf.h | 78 typedef GRPC_CUSTOM_FIELDDESCRIPTOR FieldDescriptor; typedef
|
/external/protobuf/php/src/Google/Protobuf/Internal/ |
D | MessageBuilderContext.php | 38 use Google\Protobuf\Internal\FieldDescriptor; alias
|