Home
last modified time | relevance | path

Searched refs:field_mask (Results 1 – 25 of 40) sorted by relevance

12

/external/rust/crates/protobuf/src/well_known_types/
Dmod.rs10 mod field_mask; module
21 pub use self::field_mask::*;
/external/protobuf/python/google/protobuf/internal/
Dwell_known_types.py576 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 …]
Djson_format_test.py719 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/
Dprojection-tree.cc26 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/
DGPBUtil.php533 $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) {
DMessage.php1417 $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/
Dprotobuf.BUILD34 "field_mask": ("google/protobuf/field_mask.proto", []),
/external/grpc-grpc/tools/run_tests/artifacts/
Dbuild_package_ruby.sh28 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/
Dbuild_package_ruby.sh28 well_known_protos=( any api compiler/plugin descriptor duration empty field_mask source_context str…
/external/mesa3d/src/amd/common/
Dac_debug.h61 uint32_t field_mask);
/external/protobuf/objectivec/
Dgenerate_well_known_types.sh49 google/protobuf/field_mask.proto \
/external/protobuf/conformance/
DMakefile.am15 $(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/
Deg_debug.c79 uint32_t field_mask) in eg_dump_reg() argument
105 if (!(field->mask & field_mask)) in eg_dump_reg()
/external/protobuf/
Dgenerate_descriptor_proto.sh29 google/protobuf/field_mask.proto \
/external/protobuf/csharp/
Dgenerate_protos.sh36 src/google/protobuf/field_mask.proto \
/external/protobuf/cmake/
Dextract_includes.bat.in48 …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_…
Dlibprotobuf.cmake14 ${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/
DFieldMask.pbobjc.m2 // source: google/protobuf/field_mask.proto
/external/protobuf/src/google/protobuf/util/internal/testdata/
Dfield_mask.proto35 import "google/protobuf/field_mask.proto";
/external/protobuf/protoc-artifacts/
Dbuild-zip.sh51 google/protobuf/field_mask.proto \
/external/protobuf/src/google/protobuf/
Dfield_mask.proto40 option go_package = "google.golang.org/genproto/protobuf/field_mask;field_mask";
Dunittest_well_known_types.proto13 import "google/protobuf/field_mask.proto";
/external/protobuf/src/
DMakefile.am47 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/
Dunittest_well_known_types.proto13 import "google/protobuf/field_mask.proto";
/external/protobuf/ruby/
DRakefile13 google/protobuf/field_mask.proto

12