/third_party/mesa3d/src/compiler/isaspec/ |
D | isa.py | 46 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/ |
D | well_known_types.py | 580 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 …]
|
D | json_format_test.py | 736 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/ |
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 | 1487 $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/ |
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 \
|
/third_party/mesa3d/src/amd/common/ |
D | ac_debug.h | 61 uint32_t field_mask);
|
D | ac_debug.c | 165 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/ |
D | eg_debug.c | 79 uint32_t field_mask) in eg_dump_reg() argument 105 if (!(field->mask & field_mask)) in eg_dump_reg()
|
/third_party/protobuf/objectivec/ |
D | generate_well_known_types.sh | 50 google/protobuf/field_mask.proto \
|
D | GPBFieldMask.pbobjc.m | 2 // source: google/protobuf/field_mask.proto
|
/third_party/protobuf/cmake/ |
D | extract_includes.bat.in | 48 …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_…
|
D | libprotobuf.cmake | 14 ${protobuf_source_dir}/src/google/protobuf/field_mask.pb.cc 68 ${protobuf_source_dir}/src/google/protobuf/field_mask.pb.h
|
/third_party/protobuf/ |
D | generate_descriptor_proto.sh | 29 google/protobuf/field_mask.proto \
|
/third_party/protobuf/csharp/ |
D | generate_protos.sh | 36 src/google/protobuf/field_mask.proto \
|
/third_party/protobuf/src/google/protobuf/util/internal/testdata/ |
D | field_mask.proto | 35 import "google/protobuf/field_mask.proto";
|
/third_party/protobuf/protoc-artifacts/ |
D | build-zip.sh | 51 google/protobuf/field_mask.proto \
|
/third_party/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";
|
D | test_messages_proto3.proto | 50 import "google/protobuf/field_mask.proto";
|
/third_party/protobuf/src/ |
D | Makefile.am | 47 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/ |
D | unittest_well_known_types.proto | 13 import "google/protobuf/field_mask.proto";
|
/third_party/protobuf/java/util/src/test/proto/com/google/protobuf/util/ |
D | json_test.proto | 37 import "google/protobuf/field_mask.proto";
|
/third_party/protobuf/src/google/protobuf/util/ |
D | json_format_proto3.proto | 37 import "google/protobuf/field_mask.proto";
|
/third_party/protobuf/ruby/ |
D | Rakefile | 13 google/protobuf/field_mask.proto
|