Home
last modified time | relevance | path

Searched defs:FieldDescriptor (Results 1 – 25 of 41) sorted by relevance

12

/external/protobuf/src/google/protobuf/util/
Dfield_comparator.h49 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/
Dfield.rs26 pub struct FieldDescriptor { struct
27 proto: &'static FieldDescriptorProto, argument
32 impl FieldDescriptor { argument
36 ) -> FieldDescriptor { in new()
Dmessage.rs243 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/
Dftrace_descriptors.h40 struct FieldDescriptor { struct
48 FieldDescriptor fields[kMaxFtraceEventFields]; argument
/external/starlark-go/lib/proto/
Dproto.go377 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/
DFieldDescriptor.cs42 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/
Dfield.h39 class FieldDescriptor; variable
Dextension_dict.h47 class FieldDescriptor; variable
Drepeated_composite_container.h48 class FieldDescriptor; variable
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DTextFormatParseInfoTree.java67 Map<FieldDescriptor, List<TextFormatParseLocation>> locationsFromField, in TextFormatParseInfoTree()
DAbstractMessage.java233 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/
Dcpp_extension.h46 class FieldDescriptor; // descriptor.h variable
/external/protobuf/src/google/protobuf/compiler/java/
Djava_names.h49 class FieldDescriptor; variable
Djava_generator_factory.h40 class FieldDescriptor; // descriptor.h variable
Djava_extension.h45 class FieldDescriptor; // descriptor.h variable
Djava_context.h44 class FieldDescriptor; variable
Djava_name_resolver.h43 class FieldDescriptor; variable
/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Reflection/
DDescriptorsTest.cs138 public void FieldDescriptor() in FieldDescriptor() method in Google.Protobuf.Reflection.DescriptorsTest
/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.h51 class FieldDescriptor; variable
/external/protobuf/php/src/Google/Protobuf/
DFieldDescriptor.php38 class FieldDescriptor class
/external/protobuf/php/ext/google/protobuf/
Ddef.c408 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/
Dany.h45 class FieldDescriptor; variable
/external/protobuf/ruby/ext/google/protobuf_c/
Dprotobuf.h57 typedef struct FieldDescriptor FieldDescriptor; typedef
129 struct FieldDescriptor { struct
130 const upb_fielddef* fielddef;
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dconfig_protobuf.h78 typedef GRPC_CUSTOM_FIELDDESCRIPTOR FieldDescriptor; typedef
/external/protobuf/php/src/Google/Protobuf/Internal/
DMessageBuilderContext.php38 use Google\Protobuf\Internal\FieldDescriptor; alias

12