Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/compiler/isaspec/
Disa.py46 self.field_mask = bitset.field_mask;
53 p.field_mask = p.field_mask | self.field_mask
57 return self.match | self.dontcare | self.mask | self.field_mask
281 self.field_mask = 0
287 return ((self.field_mask | self.mask | self.dontcare | self.match) & m) != 0
295 self.field_mask |= m
300 assert self.field_mask ^ ~m
522 …assert ((pat.mask | pat.field_mask) == (1 << sz) - 1), "leaf bitset {} has undefined bits: {:x}".f…
523 bitset.name, ~(pat.mask | pat.field_mask) & ((1 << sz) - 1))
/third_party/protobuf/python/google/protobuf/internal/
Dwell_known_types.py580 def __init__(self, field_mask=None): argument
583 if field_mask:
584 self.MergeFromFieldMask(field_mask)
586 def MergeFromFieldMask(self, field_mask): argument
588 for path in field_mask.paths:
616 def ToFieldMask(self, field_mask): argument
618 field_mask.Clear()
619 _AddFieldPaths(self._root, '', field_mask)
702 def _AddFieldPaths(node, prefix, field_mask): argument
705 field_mask.paths.append(prefix)
[all …]
Djson_format_test.py736 field_mask = field_mask_pb2.FieldMask()
737 field_mask.paths.append('foo.bar')
738 field_mask.paths.append('bar')
739 message.Pack(field_mask)
/third_party/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.php1487 $field_mask = GPBUtil::formatFieldMask($this);
1489 $output->writeRaw($field_mask, strlen($field_mask));
1975 $field_mask = GPBUtil::formatFieldMask($this);
1976 $size += strlen($field_mask) + 2; // 2 for ""
/third_party/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 \
/third_party/mesa3d/src/amd/common/
Dac_debug.h61 uint32_t field_mask);
Dac_debug.c165 uint32_t field_mask) in ac_dump_reg() argument
188 if (!(field->mask & field_mask)) in ac_dump_reg()
/third_party/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()
/third_party/protobuf/objectivec/
Dgenerate_well_known_types.sh50 google/protobuf/field_mask.proto \
DGPBFieldMask.pbobjc.m2 // source: google/protobuf/field_mask.proto
/third_party/protobuf/cmake/
Dextract_includes.bat.in48 …PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\field_mask.pb.h" include\google\protobuf\field_…
126 …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
68 ${protobuf_source_dir}/src/google/protobuf/field_mask.pb.h
/third_party/protobuf/
Dgenerate_descriptor_proto.sh29 google/protobuf/field_mask.proto \
/third_party/protobuf/csharp/
Dgenerate_protos.sh36 src/google/protobuf/field_mask.proto \
/third_party/protobuf/src/google/protobuf/util/internal/testdata/
Dfield_mask.proto35 import "google/protobuf/field_mask.proto";
/third_party/protobuf/protoc-artifacts/
Dbuild-zip.sh51 google/protobuf/field_mask.proto \
/third_party/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";
Dtest_messages_proto3.proto50 import "google/protobuf/field_mask.proto";
/third_party/protobuf/src/
DMakefile.am47 google/protobuf/field_mask.proto \
99 google/protobuf/field_mask.pb.h \
239 google/protobuf/field_mask.pb.cc \
516 google/protobuf/util/internal/testdata/field_mask.proto \
650 google/protobuf/util/internal/testdata/field_mask.pb.cc \
651 google/protobuf/util/internal/testdata/field_mask.pb.h \
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/protos/src/google/protobuf/
Dunittest_well_known_types.proto13 import "google/protobuf/field_mask.proto";
/third_party/protobuf/java/util/src/test/proto/com/google/protobuf/util/
Djson_test.proto37 import "google/protobuf/field_mask.proto";
/third_party/protobuf/src/google/protobuf/util/
Djson_format_proto3.proto37 import "google/protobuf/field_mask.proto";
/third_party/protobuf/ruby/
DRakefile13 google/protobuf/field_mask.proto

12