/external/rust/crates/protobuf/src/well_known_types/ |
D | mod.rs | 10 mod field_mask; module 21 pub use self::field_mask::*;
|
/external/protobuf/python/google/protobuf/internal/ |
D | well_known_types.py | 576 def __init__(self, field_mask=None): argument 579 if field_mask: 580 self.MergeFromFieldMask(field_mask) 582 def MergeFromFieldMask(self, field_mask): argument 584 for path in field_mask.paths: 612 def ToFieldMask(self, field_mask): argument 614 field_mask.Clear() 615 _AddFieldPaths(self._root, '', field_mask) 698 def _AddFieldPaths(node, prefix, field_mask): argument 701 field_mask.paths.append(prefix) [all …]
|
D | json_format_test.py | 719 field_mask = field_mask_pb2.FieldMask() 720 field_mask.paths.append('foo.bar') 721 field_mask.paths.append('bar') 722 message.Pack(field_mask)
|
/external/icing/icing/result/ |
D | projection-tree.cc | 26 for (const std::string& field_mask : type_field_mask.paths()) { in ProjectionTree() local 29 absl_ports::StrSplit(field_mask, kPropertySeparator)) { in ProjectionTree()
|
/external/protobuf/php/src/Google/Protobuf/Internal/ |
D | GPBUtil.php | 533 $field_mask = new FieldMask(); 535 return $field_mask; 538 $paths = $field_mask->getPaths(); 547 return $field_mask; 550 public static function formatFieldMask($field_mask) argument 553 foreach($field_mask->getPaths() as $path) {
|
D | Message.php | 1417 $field_mask = GPBUtil::formatFieldMask($this); 1419 $output->writeRaw($field_mask, strlen($field_mask)); 1900 $field_mask = GPBUtil::formatFieldMask($this); 1901 $size += strlen($field_mask) + 2; // 2 for ""
|
/external/tensorflow/third_party/systemlibs/ |
D | protobuf.BUILD | 34 "field_mask": ("google/protobuf/field_mask.proto", []),
|
/external/grpc-grpc/tools/run_tests/artifacts/ |
D | build_package_ruby.sh | 28 well_known_protos=( any api compiler/plugin descriptor duration empty field_mask source_context str…
|
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/artifacts/ |
D | build_package_ruby.sh | 28 well_known_protos=( any api compiler/plugin descriptor duration empty field_mask source_context str…
|
/external/mesa3d/src/amd/common/ |
D | ac_debug.h | 61 uint32_t field_mask);
|
/external/protobuf/objectivec/ |
D | generate_well_known_types.sh | 49 google/protobuf/field_mask.proto \
|
/external/protobuf/conformance/ |
D | Makefile.am | 15 $(top_srcdir)/src/google/protobuf/field_mask.proto \ 81 google/protobuf/field_mask.pb.cc \ 82 google/protobuf/field_mask.pb.h \ 83 google/protobuf/field_mask.rb \
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | eg_debug.c | 79 uint32_t field_mask) in eg_dump_reg() argument 105 if (!(field->mask & field_mask)) in eg_dump_reg()
|
/external/protobuf/ |
D | generate_descriptor_proto.sh | 29 google/protobuf/field_mask.proto \
|
/external/protobuf/csharp/ |
D | generate_protos.sh | 36 src/google/protobuf/field_mask.proto \
|
/external/protobuf/cmake/ |
D | extract_includes.bat.in | 48 …PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\field_mask.pb.h" include\google\protobuf\field_… 125 …ROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\field_mask.proto" include\google\protobuf\field_…
|
D | libprotobuf.cmake | 14 ${protobuf_source_dir}/src/google/protobuf/field_mask.pb.cc 69 ${protobuf_source_dir}/src/google/protobuf/field_mask.pb.h
|
/external/protobuf/objectivec/google/protobuf/ |
D | FieldMask.pbobjc.m | 2 // source: google/protobuf/field_mask.proto
|
/external/protobuf/src/google/protobuf/util/internal/testdata/ |
D | field_mask.proto | 35 import "google/protobuf/field_mask.proto";
|
/external/protobuf/protoc-artifacts/ |
D | build-zip.sh | 51 google/protobuf/field_mask.proto \
|
/external/protobuf/src/google/protobuf/ |
D | field_mask.proto | 40 option go_package = "google.golang.org/genproto/protobuf/field_mask;field_mask";
|
D | unittest_well_known_types.proto | 13 import "google/protobuf/field_mask.proto";
|
/external/protobuf/src/ |
D | Makefile.am | 47 google/protobuf/field_mask.proto \ 99 google/protobuf/field_mask.pb.h \ 242 google/protobuf/field_mask.pb.cc \ 521 google/protobuf/util/internal/testdata/field_mask.proto \ 659 google/protobuf/util/internal/testdata/field_mask.pb.cc \ 660 google/protobuf/util/internal/testdata/field_mask.pb.h \
|
/external/protobuf/csharp/compatibility_tests/v3.0.0/protos/src/google/protobuf/ |
D | unittest_well_known_types.proto | 13 import "google/protobuf/field_mask.proto";
|
/external/protobuf/ruby/ |
D | Rakefile | 13 google/protobuf/field_mask.proto
|