Home
last modified time | relevance | path

Searched refs:add_field (Results 1 – 11 of 11) sorted by relevance

/third_party/python/Lib/msilib/
Dschema.py4 _Validation.add_field(1,'Table',11552)
5 _Validation.add_field(2,'Column',11552)
6 _Validation.add_field(3,'Nullable',3332)
7 _Validation.add_field(4,'MinValue',4356)
8 _Validation.add_field(5,'MaxValue',4356)
9 _Validation.add_field(6,'KeyTable',7679)
10 _Validation.add_field(7,'KeyColumn',5378)
11 _Validation.add_field(8,'Category',7456)
12 _Validation.add_field(9,'Set',7679)
13 _Validation.add_field(10,'Description',7679)
[all …]
D__init__.py36 def add_field(self, index, name, type): member in Table
/third_party/gstreamer/gstplugins_bad/gst/ivtc/
Dgstivtc.c284 add_field (GstIvtc * ivtc, GstBuffer * buffer, int parity, int index) in add_field() function
520 add_field (ivtc, inbuf, TOP_FIELD, 0); in gst_ivtc_transform()
522 add_field (ivtc, inbuf, BOTTOM_FIELD, 1); in gst_ivtc_transform()
524 add_field (ivtc, inbuf, TOP_FIELD, 2); in gst_ivtc_transform()
528 add_field (ivtc, inbuf, BOTTOM_FIELD, 0); in gst_ivtc_transform()
530 add_field (ivtc, inbuf, TOP_FIELD, 1); in gst_ivtc_transform()
532 add_field (ivtc, inbuf, BOTTOM_FIELD, 2); in gst_ivtc_transform()
/third_party/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface_unittest.cc784 FieldDescriptorProto* field = message->add_field(); in TEST_F()
801 field = message->add_field(); in TEST_F()
857 FieldDescriptorProto* field = message->add_field(); in TEST_F()
861 field = message->add_field(); in TEST_F()
875 field = message->add_field(); in TEST_F()
906 FieldDescriptorProto* field = message->add_field(); in TEST_F()
Dparser.cc932 message->add_field(), message->mutable_nested_type(), message_location, in ParseMessageStatement()
1139 FieldDescriptorProto* key_field = entry->add_field(); in GenerateMapEntry()
1148 FieldDescriptorProto* value_field = entry->add_field(); in GenerateMapEntry()
1949 FieldDescriptorProto* field = containing_type->add_field(); in ParseOneof()
Dparser_unittest.cc2109 FieldDescriptorProto* field(message->add_field()); in TEST_F()
/third_party/mesa3d/src/compiler/glsl/
Dbuiltin_variables.cpp362 void add_field(int slot, const glsl_type *type, int precision,
380 per_vertex_accumulator::add_field(int slot, const glsl_type *type, in add_field() function in __anon217c19b00111::per_vertex_accumulator
1484 this->per_vertex_in.add_field(slot, type, precision, name, interp); in add_varying()
1487 this->per_vertex_out.add_field(slot, type, precision, name, interp); in add_varying()
/third_party/flatbuffers/docs/source/
DSchemas.md633 value that's outside of all types, so we will always write if `add_field` is
/third_party/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc111 FieldDescriptorProto* result = parent->add_field(); in AddField()
7070 FieldDescriptorProto* field = message->add_field(); in PopulateFile()
Ddescriptor.pb.h1376 PROTOBUF_NAMESPACE_ID::FieldDescriptorProto* add_field();
7666 inline PROTOBUF_NAMESPACE_ID::FieldDescriptorProto* DescriptorProto::add_field() { in add_field() function
Ddescriptor.cc2091 field(i)->CopyTo(proto->add_field()); in CopyTo()