| /external/golang-protobuf/internal/impl/ | 
| D | message_reflect_gen.go | 43 func (m *messageState) Range(f func(protoreflect.FieldDescriptor, protoreflect.Value) bool) {64 func (m *messageState) Has(fd protoreflect.FieldDescriptor) bool {
 72 func (m *messageState) Clear(fd protoreflect.FieldDescriptor) {
 80 func (m *messageState) Get(fd protoreflect.FieldDescriptor) protoreflect.Value {
 88 func (m *messageState) Set(fd protoreflect.FieldDescriptor, v protoreflect.Value) {
 96 func (m *messageState) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value {
 104 func (m *messageState) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value {
 163 func (m *messageReflectWrapper) Range(f func(protoreflect.FieldDescriptor, protoreflect.Value) bool…
 184 func (m *messageReflectWrapper) Has(fd protoreflect.FieldDescriptor) bool {
 192 func (m *messageReflectWrapper) Clear(fd protoreflect.FieldDescriptor) {
 [all …]
 
 | 
| D | message_reflect_field.go | 31 func fieldInfoForMissing(fd protoreflect.FieldDescriptor) fieldInfo {64 func fieldInfoForOneof(fd protoreflect.FieldDescriptor, fs reflect.StructField, x exporter, ot refl…
 147 func fieldInfoForMap(fd protoreflect.FieldDescriptor, fs reflect.StructField, x exporter) fieldInfo…
 200 func fieldInfoForList(fd protoreflect.FieldDescriptor, fs reflect.StructField, x exporter) fieldInf…
 255 func fieldInfoForScalar(fd protoreflect.FieldDescriptor, fs reflect.StructField, x exporter) fieldI…
 341 func fieldInfoForWeakMessage(fd protoreflect.FieldDescriptor, weakOffset offset) fieldInfo {
 414 func fieldInfoForMessage(fd protoreflect.FieldDescriptor, fs reflect.StructField, x exporter) field…
 
 | 
| D | codec_tables.go | 37 func fieldCoder(fd protoreflect.FieldDescriptor, ft reflect.Type) (*MessageInfo, pointerCoderFuncs)…437 func encoderFuncsForValue(fd protoreflect.FieldDescriptor) valueCoderFuncs {
 
 | 
| /external/golang-protobuf/internal/testprotos/irregular/ | 
| D | irregular.go | 39 func (m *message) Range(f func(protoreflect.FieldDescriptor, protoreflect.Value) bool) {45 func (m *message) Has(fd protoreflect.FieldDescriptor) bool {
 52 func (m *message) Clear(fd protoreflect.FieldDescriptor) {
 61 func (m *message) Get(fd protoreflect.FieldDescriptor) protoreflect.Value {
 68 func (m *message) Set(fd protoreflect.FieldDescriptor, v protoreflect.Value) {
 77 func (m *message) Mutable(protoreflect.FieldDescriptor) protoreflect.Value {
 81 func (m *message) NewField(protoreflect.FieldDescriptor) protoreflect.Value {
 
 | 
| /external/golang-protobuf/reflect/protodesc/ | 
| D | desc_validate.go | 297 func isOptionalMessage(fd protoreflect.FieldDescriptor) bool {302 func isPackable(fd protoreflect.FieldDescriptor) bool {
 312 func checkValidGroup(fd protoreflect.FieldDescriptor) error {
 334 func checkValidMap(fd protoreflect.FieldDescriptor) error {
 
 | 
| /external/golang-protobuf/internal/msgfmt/ | 
| D | format.go | 34 func FormatValue(v protoreflect.Value, fd protoreflect.FieldDescriptor) string {38 func appendValue(b []byte, v protoreflect.Value, fd protoreflect.FieldDescriptor) []byte {
 61 func appendEnum(b []byte, v protoreflect.EnumNumber, fd protoreflect.FieldDescriptor) []byte {
 229 func appendList(b []byte, v protoreflect.List, fd protoreflect.FieldDescriptor) []byte {
 240 func appendMap(b []byte, v protoreflect.Map, fd protoreflect.FieldDescriptor) []byte {
 
 | 
| /external/golang-protobuf/reflect/protoreflect/ | 
| D | value.go | 62 	Range(f func(FieldDescriptor, Value) bool)75 	Has(FieldDescriptor) bool  argument
 83 	Clear(FieldDescriptor)  argument
 91 	Get(FieldDescriptor) Value  argument
 103 	Set(FieldDescriptor, Value)  argument
 115 	Mutable(FieldDescriptor) Value  argument
 120 	NewField(FieldDescriptor) Value  argument
 
 | 
| /external/cronet/third_party/protobuf/src/google/protobuf/util/ | 
| D | field_comparator.h | 52 class FieldDescriptor;  variable191   bool CompareBool(const FieldDescriptor& /* unused */, bool value_1,  in CompareBool()
 209   bool CompareInt32(const FieldDescriptor& /* unused */, int32_t value_1,  in CompareInt32()
 214   bool CompareInt64(const FieldDescriptor& /* unused */, int64_t value_1,  in CompareInt64()
 219   bool CompareString(const FieldDescriptor& /* unused */,  in CompareString()
 224   bool CompareUInt32(const FieldDescriptor& /* unused */, uint32_t value_1,  in CompareUInt32()
 229   bool CompareUInt64(const FieldDescriptor& /* unused */, uint64_t value_1,  in CompareUInt64()
 
 | 
| /external/protobuf/src/google/protobuf/util/ | 
| D | field_comparator.h | 52 class FieldDescriptor;  variable191   bool CompareBool(const FieldDescriptor& /* unused */, bool value_1,  in CompareBool()
 209   bool CompareInt32(const FieldDescriptor& /* unused */, int32_t value_1,  in CompareInt32()
 214   bool CompareInt64(const FieldDescriptor& /* unused */, int64_t value_1,  in CompareInt64()
 219   bool CompareString(const FieldDescriptor& /* unused */,  in CompareString()
 224   bool CompareUInt32(const FieldDescriptor& /* unused */, uint32_t value_1,  in CompareUInt32()
 229   bool CompareUInt64(const FieldDescriptor& /* unused */, uint64_t value_1,  in CompareUInt64()
 
 | 
| /external/golang-protobuf/testing/protocmp/ | 
| D | reflect.go | 41 func (m reflectMessage) stringKey(fd protoreflect.FieldDescriptor) string {60 func (m reflectMessage) Range(f func(fd protoreflect.FieldDescriptor, v protoreflect.Value) bool) {
 77 func (m reflectMessage) Has(fd protoreflect.FieldDescriptor) bool {
 81 func (m reflectMessage) Clear(protoreflect.FieldDescriptor) {
 84 func (m reflectMessage) Get(fd protoreflect.FieldDescriptor) protoreflect.Value {
 115 func (m reflectMessage) Set(protoreflect.FieldDescriptor, protoreflect.Value) {
 118 func (m reflectMessage) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value {
 121 func (m reflectMessage) NewField(protoreflect.FieldDescriptor) protoreflect.Value {
 
 | 
| D | xform.go | 283 func transformList(fd protoreflect.FieldDescriptor, lv protoreflect.List) interface{} {293 func transformMap(fd protoreflect.FieldDescriptor, mv protoreflect.Map) interface{} {
 308 func transformSingular(fd protoreflect.FieldDescriptor, v protoreflect.Value) interface{} {
 
 | 
| /external/rust/crates/protobuf/2.27.1/src/reflect/ | 
| D | field.rs | 26 pub struct FieldDescriptor {  struct27     proto: &'static FieldDescriptorProto,  argument
 32 impl FieldDescriptor {  argument
 36     ) -> FieldDescriptor {  in new()
 
 | 
| D | message.rs | 244     pub fn fields(&self) -> &[FieldDescriptor] {  in fields()251     pub fn get_field_by_name<'a>(&'a self, name: &str) -> Option<&'a FieldDescriptor> {  in get_field_by_name()
 257     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()
 263     pub fn get_field_by_number(&self, number: u32) -> Option<&FieldDescriptor> {  in get_field_by_number()
 270     pub fn field_by_name<'a>(&'a self, name: &str) -> &'a FieldDescriptor {  in field_by_name()
 278     pub fn field_by_number<'a>(&'a self, number: u32) -> &'a FieldDescriptor {  in field_by_number()
 
 | 
| /external/golang-protobuf/testing/prototest/ | 
| D | message.go | 209 func testField(t testing.TB, m protoreflect.Message, fd protoreflect.FieldDescriptor) {319 func testFieldMap(t testing.TB, m protoreflect.Message, fd protoreflect.FieldDescriptor) {
 443 func testFieldList(t testing.TB, m protoreflect.Message, fd protoreflect.FieldDescriptor) {
 545 func testFieldFloat(t testing.TB, m protoreflect.Message, fd protoreflect.FieldDescriptor) {
 729 func newValue(m protoreflect.Message, fd protoreflect.FieldDescriptor, n seed, stack []protoreflect…
 758 func newListElement(fd protoreflect.FieldDescriptor, list protoreflect.List, n seed, stack []protor…
 765 func newMapKey(fd protoreflect.FieldDescriptor, n seed) protoreflect.MapKey {
 770 func newMapValue(fd protoreflect.FieldDescriptor, mapv protoreflect.Map, n seed, stack []protorefle…
 778 func newScalarValue(fd protoreflect.FieldDescriptor, n seed) protoreflect.Value {
 
 | 
| /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/golang-protobuf/proto/ | 
| D | size.go | 63 func (o MarshalOptions) sizeField(fd protoreflect.FieldDescriptor, value protoreflect.Value) (size …75 func (o MarshalOptions) sizeList(num protowire.Number, fd protoreflect.FieldDescriptor, list protor…
 90 func (o MarshalOptions) sizeMap(num protowire.Number, fd protoreflect.FieldDescriptor, mapv protore…
 
 | 
| D | decode_gen.go | 22 …rshalOptions) unmarshalScalar(b []byte, wtyp protowire.Type, fd protoreflect.FieldDescriptor) (val…194 …lList(b []byte, wtyp protowire.Type, list protoreflect.List, fd protoreflect.FieldDescriptor) (n i…
 
 | 
| /external/golang-protobuf/encoding/ | 
| D | bench_test.go | 49 func setScalarField(m protoreflect.Message, fd protoreflect.FieldDescriptor, level int) {96 func setList(list protoreflect.List, fd protoreflect.FieldDescriptor, level int) {
 111 func setMap(mmap protoreflect.Map, fd protoreflect.FieldDescriptor, level int) {
 
 | 
| /external/pigweed/pw_bluetooth_profiles/public/pw_bluetooth_profiles/ | 
| D | device_info_service.h | 104   struct FieldDescriptor {  struct114   static constexpr std::array<FieldDescriptor, kNumFields>  argument
 
 | 
| /external/rust/crates/protobuf/src/reflect/field/ | 
| D | mod.rs | 91 pub struct FieldDescriptor {  struct96 impl fmt::Display for FieldDescriptor {  argument
 127 impl FieldDescriptor {  impl
 
 | 
| /external/golang-protobuf/encoding/protojson/ | 
| D | decode.go | 243 func isKnownValue(fd protoreflect.FieldDescriptor) bool {248 func isNullValue(fd protoreflect.FieldDescriptor) bool {
 477 func unmarshalEnum(tok json.Token, fd protoreflect.FieldDescriptor) (protoreflect.Value, bool) {
 
 | 
| /external/rust/crates/protobuf-codegen/src/gen/ | 
| D | protoc_insertion_point.rs | 32     field: &FieldDescriptor,  in write_protoc_insertion_point_for_field()77     field: &FieldDescriptor,  in write_protoc_insertion_point_for_oneof_field()
 
 | 
| /external/protobuf/php/ext/google/protobuf/ | 
| D | def.c | 328 } FieldDescriptor;  typedef393 PHP_METHOD(FieldDescriptor, getName) {  in PHP_METHOD()  argument
 403 PHP_METHOD(FieldDescriptor, getNumber) {  in PHP_METHOD()  argument
 413 PHP_METHOD(FieldDescriptor, getLabel) {  in PHP_METHOD()  argument
 423 PHP_METHOD(FieldDescriptor, getType) {  in PHP_METHOD()  argument
 433 PHP_METHOD(FieldDescriptor, isMap) {  in PHP_METHOD()  argument
 443 PHP_METHOD(FieldDescriptor, getEnumType) {  in PHP_METHOD()  argument
 465 PHP_METHOD(FieldDescriptor, getContainingOneof) {  in PHP_METHOD()  argument
 484 PHP_METHOD(FieldDescriptor, getRealContainingOneof) {  in PHP_METHOD()  argument
 502 PHP_METHOD(FieldDescriptor, getMessageType) {  in PHP_METHOD()  argument
 
 | 
| /external/golang-protobuf/types/dynamicpb/ | 
| D | dynamic.go | 493 func isSet(fd protoreflect.FieldDescriptor, v protoreflect.Value) bool {522 func typecheck(fd protoreflect.FieldDescriptor, v protoreflect.Value) {
 528 func typeIsValid(fd protoreflect.FieldDescriptor, v protoreflect.Value) error {
 554 func typecheckSingular(fd protoreflect.FieldDescriptor, v protoreflect.Value) {
 560 func singularTypeIsValid(fd protoreflect.FieldDescriptor, v protoreflect.Value) error {
 601 func newListEntry(fd protoreflect.FieldDescriptor) protoreflect.Value {
 
 | 
| /external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ | 
| D | TextFormatParseInfoTree.java | 67       Map<FieldDescriptor, List<TextFormatParseLocation>> locationsFromField,  in TextFormatParseInfoTree()
 |