Home
last modified time | relevance | path

Searched refs:fields (Results 1 - 25 of 748) sorted by relevance

12345678910>>...30

/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddecimfmt.cpp95 new CurrencyPluralInfo(fields->symbols->getLocale(), status), in DecimalFormat()
98 fields->properties.currencyPluralInfo.fPtr.adoptInstead(cpi.orphan()); in DecimalFormat()
109 fields = new DecimalFormatFields(); in DecimalFormat()
110 if (fields == nullptr) { in DecimalFormat()
115 fields->symbols.adoptInsteadAndCheckErrorCode(new DecimalFormatSymbols(status), status); in DecimalFormat()
117 fields->symbols.adoptInsteadAndCheckErrorCode(adoptedSymbols.orphan(), status); in DecimalFormat()
120 delete fields; in DecimalFormat()
121 fields = nullptr; in DecimalFormat()
128 if (fields == nullptr) { return; } in setParseAllInput()
129 if (value == fields in setParseAllInput()
[all...]
/third_party/icu/icu4c/source/i18n/
H A Ddecimfmt.cpp95 new CurrencyPluralInfo(fields->symbols->getLocale(), status), in DecimalFormat()
98 fields->properties.currencyPluralInfo.fPtr.adoptInstead(cpi.orphan()); in DecimalFormat()
109 fields = new DecimalFormatFields(); in DecimalFormat()
110 if (fields == nullptr) { in DecimalFormat()
115 fields->symbols.adoptInsteadAndCheckErrorCode(new DecimalFormatSymbols(status), status); in DecimalFormat()
117 fields->symbols.adoptInsteadAndCheckErrorCode(adoptedSymbols.orphan(), status); in DecimalFormat()
120 delete fields; in DecimalFormat()
121 fields = nullptr; in DecimalFormat()
128 if (fields == nullptr) { return; } in setParseAllInput()
129 if (value == fields in setParseAllInput()
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Ddecimfmt.cpp95 new CurrencyPluralInfo(fields->symbols->getLocale(), status), in DecimalFormat()
98 fields->properties.currencyPluralInfo.fPtr.adoptInstead(cpi.orphan()); in DecimalFormat()
109 fields = new DecimalFormatFields(); in DecimalFormat()
110 if (fields == nullptr) { in DecimalFormat()
115 fields->symbols.adoptInsteadAndCheckErrorCode(new DecimalFormatSymbols(status), status); in DecimalFormat()
117 fields->symbols.adoptInsteadAndCheckErrorCode(adoptedSymbols.orphan(), status); in DecimalFormat()
120 delete fields; in DecimalFormat()
121 fields = nullptr; in DecimalFormat()
128 if (fields == nullptr) { return; } in setParseAllInput()
129 if (value == fields in setParseAllInput()
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
H A DFieldAccessTest.cs51 var fields = TestProtos.TestAllTypes.Descriptor.Fields; in GetValue()
52 Assert.AreEqual(message.SingleBool, fields[TestProtos.TestAllTypes.SingleBoolFieldNumber].Accessor.GetValue(message)); in GetValue()
53 Assert.AreEqual(message.SingleBytes, fields[TestProtos.TestAllTypes.SingleBytesFieldNumber].Accessor.GetValue(message)); in GetValue()
54 Assert.AreEqual(message.SingleDouble, fields[TestProtos.TestAllTypes.SingleDoubleFieldNumber].Accessor.GetValue(message)); in GetValue()
55 Assert.AreEqual(message.SingleFixed32, fields[TestProtos.TestAllTypes.SingleFixed32FieldNumber].Accessor.GetValue(message)); in GetValue()
56 Assert.AreEqual(message.SingleFixed64, fields[TestProtos.TestAllTypes.SingleFixed64FieldNumber].Accessor.GetValue(message)); in GetValue()
57 Assert.AreEqual(message.SingleFloat, fields[TestProtos.TestAllTypes.SingleFloatFieldNumber].Accessor.GetValue(message)); in GetValue()
58 Assert.AreEqual(message.SingleForeignEnum, fields[TestProtos.TestAllTypes.SingleForeignEnumFieldNumber].Accessor.GetValue(message)); in GetValue()
59 Assert.AreEqual(message.SingleForeignMessage, fields[TestProtos.TestAllTypes.SingleForeignMessageFieldNumber].Accessor.GetValue(message)); in GetValue()
60 Assert.AreEqual(message.SingleImportEnum, fields[TestProto in GetValue()
[all...]
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Reflection/
H A DFieldAccessTest.cs47 var fields = TestAllTypes.Descriptor.Fields; in GetValue()
48 Assert.AreEqual(message.SingleBool, fields[TestAllTypes.SingleBoolFieldNumber].Accessor.GetValue(message)); in GetValue()
49 Assert.AreEqual(message.SingleBytes, fields[TestAllTypes.SingleBytesFieldNumber].Accessor.GetValue(message)); in GetValue()
50 Assert.AreEqual(message.SingleDouble, fields[TestAllTypes.SingleDoubleFieldNumber].Accessor.GetValue(message)); in GetValue()
51 Assert.AreEqual(message.SingleFixed32, fields[TestAllTypes.SingleFixed32FieldNumber].Accessor.GetValue(message)); in GetValue()
52 Assert.AreEqual(message.SingleFixed64, fields[TestAllTypes.SingleFixed64FieldNumber].Accessor.GetValue(message)); in GetValue()
53 Assert.AreEqual(message.SingleFloat, fields[TestAllTypes.SingleFloatFieldNumber].Accessor.GetValue(message)); in GetValue()
54 Assert.AreEqual(message.SingleForeignEnum, fields[TestAllTypes.SingleForeignEnumFieldNumber].Accessor.GetValue(message)); in GetValue()
55 Assert.AreEqual(message.SingleForeignMessage, fields[TestAllTypes.SingleForeignMessageFieldNumber].Accessor.GetValue(message)); in GetValue()
56 Assert.AreEqual(message.SingleImportEnum, fields[TestAllType in GetValue()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DGrego.java117 public static int[] dayToFields(long day, int[] fields) { in dayToFields() argument
118 if (fields == null || fields.length < 5) { in dayToFields()
119 fields = new int[5]; in dayToFields()
153 fields[0] = year; in dayToFields()
154 fields[1] = month; in dayToFields()
155 fields[2] = dayOfMonth; in dayToFields()
156 fields[3] = dayOfWeek; in dayToFields()
157 fields[4] = dayOfYear; in dayToFields()
159 return fields; in dayToFields()
172 timeToFields(long time, int[] fields) timeToFields() argument
[all...]
H A DFormattedStringBuilder.java48 Object[] fields; field in FormattedStringBuilder
64 fields = new Object[capacity]; in FormattedStringBuilder()
75 fields = Arrays.copyOf(source.fields, source.fields.length); in copyFrom()
99 return fields[zero + index]; in fieldAt()
147 fields[position] = field; in insertChar16()
169 fields[position] = field; in insertCodePoint()
171 fields[position + 1] = field; in insertCodePoint()
213 fields[positio in insert()
257 append(char[] chars, Object[] fields) append() argument
267 insert(int index, char[] chars, Object[] fields) insert() argument
547 contentEquals(char[] chars, Object[] fields) contentEquals() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DGrego.java119 public static int[] dayToFields(long day, int[] fields) { in dayToFields() argument
120 if (fields == null || fields.length < 5) { in dayToFields()
121 fields = new int[5]; in dayToFields()
155 fields[0] = year; in dayToFields()
156 fields[1] = month; in dayToFields()
157 fields[2] = dayOfMonth; in dayToFields()
158 fields[3] = dayOfWeek; in dayToFields()
159 fields[4] = dayOfYear; in dayToFields()
161 return fields; in dayToFields()
174 timeToFields(long time, int[] fields) timeToFields() argument
[all...]
H A DFormattedStringBuilder.java34 Object[] fields; field in FormattedStringBuilder
50 fields = new Object[capacity]; in FormattedStringBuilder()
61 fields = Arrays.copyOf(source.fields, source.fields.length); in copyFrom()
85 return fields[zero + index]; in fieldAt()
133 fields[position] = field; in insertChar16()
155 fields[position] = field; in insertCodePoint()
157 fields[position + 1] = field; in insertCodePoint()
199 fields[positio in insert()
243 append(char[] chars, Object[] fields) append() argument
253 insert(int index, char[] chars, Object[] fields) insert() argument
533 contentEquals(char[] chars, Object[] fields) contentEquals() argument
[all...]
/third_party/mesa3d/src/compiler/
H A Dglsl_types.cpp81 memset(& fields, 0, sizeof(fields)); in glsl_type()
100 memset(& fields, 0, sizeof(fields)); in glsl_type()
105 glsl_type::glsl_type(const glsl_struct_field *fields, unsigned num_fields, in glsl_type() argument
126 * due to uninitialized unused bits in bit fields. */ in glsl_type()
127 this->fields.structure = rzalloc_array(this->mem_ctx, in glsl_type()
131 this->fields.structure[i] = fields[i]; in glsl_type()
132 this->fields in glsl_type()
137 glsl_type(const glsl_struct_field *fields, unsigned num_fields, enum glsl_interface_packing packing, bool row_major, const char *name) glsl_type() argument
1449 get_struct_instance(const glsl_struct_field *fields, unsigned num_fields, const char *name, bool packed, unsigned explicit_alignment) get_struct_instance() argument
1488 get_interface_instance(const glsl_struct_field *fields, unsigned num_fields, enum glsl_interface_packing packing, bool row_major, const char *block_name) get_interface_instance() argument
2277 glsl_struct_field *fields = new glsl_struct_field[this->length]; get_explicit_std140_type() local
2635 glsl_struct_field *fields = new glsl_struct_field[this->length]; get_explicit_std430_type() local
2746 struct glsl_struct_field *fields = (struct glsl_struct_field *) get_explicit_type_for_size_align() local
2840 struct glsl_struct_field *fields = (struct glsl_struct_field *) replace_vec3_with_vec4() local
3298 glsl_struct_field *fields = decode_type_from_blob() local
[all...]
/third_party/node/deps/v8/third_party/jinja2/
H A Dnodes.py46 inheritance. fields and attributes from the parent class are
50 for attr in "fields", "attributes":
103 All nodes have fields and attributes. Fields may be other nodes, lists,
111 fields = () variable in Node
115 def __init__(self, *fields, **attributes):
118 if fields:
119 if len(fields) != len(self.fields):
120 if not self.fields:
126 len(self.fields),
283 fields = ("body",) global() variable in Template
291 fields = ("nodes",) global() variable in Output
297 fields = ("template",) global() variable in Extends
309 fields = ("target", "iter", "body", "else_", "test", "recursive") global() variable in For
315 fields = ("test", "body", "elif_", "else_") global() variable in If
324 fields = ("name", "args", "defaults", "body") global() variable in Macro
332 fields = ("call", "args", "defaults", "body") global() variable in CallBlock
338 fields = ("body", "filter") global() variable in FilterBlock
348 fields = ("targets", "values", "body") global() variable in With
354 fields = ("name", "body", "scoped") global() variable in Block
360 fields = ("template", "with_context", "ignore_missing") global() variable in Include
366 fields = ("template", "target", "with_context") global() variable in Import
381 fields = ("template", "names", "with_context") global() variable in FromImport
387 fields = ("node",) global() variable in ExprStmt
393 fields = ("target", "node") global() variable in Assign
399 fields = ("target", "filter", "body") global() variable in AssignBlock
428 fields = ("left", "right") global() variable in BinExpr
450 fields = ("node",) global() variable in UnaryExpr
478 fields = ("name", "ctx") global() variable in Name
487 fields = ("name", "attr") global() variable in NSRef
510 fields = ("value",) global() variable in Const
541 fields = ("data",) global() variable in TemplateData
558 fields = ("items", "ctx") global() variable in Tuple
574 fields = ("items",) global() variable in List
586 fields = ("items",) global() variable in Dict
596 fields = ("key", "value") global() variable in Pair
606 fields = ("key", "value") global() variable in Keyword
618 fields = ("test", "expr1", "expr2") global() variable in CondExpr
659 fields = ("node", "name", "args", "kwargs", "dyn_args", "dyn_kwargs") global() variable in Filter
703 fields = ("node", "name", "args", "kwargs", "dyn_args", "dyn_kwargs") global() variable in Test
729 fields = ("node", "args", "kwargs", "dyn_args", "dyn_kwargs") global() variable in Call
735 fields = ("node", "arg", "ctx") global() variable in Getitem
757 fields = ("node", "attr", "ctx") global() variable in Getattr
777 fields = ("start", "stop", "step") global() variable in Slice
795 fields = ("nodes",) global() variable in Concat
807 fields = ("expr", "ops") global() variable in Compare
831 fields = ("op", "expr") global() variable in Operand
933 fields = ("name",) global() variable in EnvironmentAttribute
944 fields = ("identifier", "name") global() variable in ExtensionAttribute
954 fields = ("importname",) global() variable in ImportedName
965 fields = ("name",) global() variable in InternalName
977 fields = ("expr",) global() variable in MarkSafe
991 fields = ("expr",) global() variable in MarkSafeIfAutoescape
1041 fields = ("body",) global() variable in Scope
1058 fields = ("context", "body") global() variable in OverlayScope
1070 fields = ("options",) global() variable in EvalContextModifier
1079 fields = ("body",) global() variable in ScopedEvalContextModifier
[all...]
/third_party/node/tools/inspector_protocol/jinja2/
H A Dnodes.py61 inheritance. fields and attributes from the parent class are
65 for attr in 'fields', 'attributes':
116 All nodes have fields and attributes. Fields may be other nodes, lists,
123 fields = () variable in Node
127 def __init__(self, *fields, **attributes):
130 if fields:
131 if len(fields) != len(self.fields):
132 if not self.fields:
137 len(self.fields),
289 fields = ('body',) global() variable in Template
296 fields = ('nodes',) global() variable in Output
301 fields = ('template',) global() variable in Extends
312 fields = ('target', 'iter', 'body', 'else_', 'test', 'recursive') global() variable in For
317 fields = ('test', 'body', 'elif_', 'else_') global() variable in If
325 fields = ('name', 'args', 'defaults', 'body') global() variable in Macro
332 fields = ('call', 'args', 'defaults', 'body') global() variable in CallBlock
337 fields = ('body', 'filter') global() variable in FilterBlock
346 fields = ('targets', 'values', 'body') global() variable in With
351 fields = ('name', 'body', 'scoped') global() variable in Block
356 fields = ('template', 'with_context', 'ignore_missing') global() variable in Include
361 fields = ('template', 'target', 'with_context') global() variable in Import
375 fields = ('template', 'names', 'with_context') global() variable in FromImport
380 fields = ('node',) global() variable in ExprStmt
385 fields = ('target', 'node') global() variable in Assign
390 fields = ('target', 'filter', 'body') global() variable in AssignBlock
417 fields = ('left', 'right') global() variable in BinExpr
436 fields = ('node',) global() variable in UnaryExpr
461 fields = ('name', 'ctx') global() variable in Name
470 fields = ('name', 'attr') global() variable in NSRef
491 fields = ('value',) global() variable in Const
517 fields = ('data',) global() variable in TemplateData
533 fields = ('items', 'ctx') global() variable in Tuple
548 fields = ('items',) global() variable in List
559 fields = ('items',) global() variable in Dict
568 fields = ('key', 'value') global() variable in Pair
577 fields = ('key', 'value') global() variable in Keyword
588 fields = ('test', 'expr1', 'expr2') global() variable in CondExpr
629 fields = ('node', 'name', 'args', 'kwargs', 'dyn_args', 'dyn_kwargs') global() variable in Filter
674 fields = ('node', 'name', 'args', 'kwargs', 'dyn_args', 'dyn_kwargs') global() variable in Test
699 fields = ('node', 'args', 'kwargs', 'dyn_args', 'dyn_kwargs') global() variable in Call
704 fields = ('node', 'arg', 'ctx') global() variable in Getitem
724 fields = ('node', 'attr', 'ctx') global() variable in Getattr
744 fields = ('start', 'stop', 'step') global() variable in Slice
759 fields = ('nodes',) global() variable in Concat
770 fields = ('expr', 'ops') global() variable in Compare
787 fields = ('op', 'expr') global() variable in Operand
872 fields = ('name',) global() variable in EnvironmentAttribute
882 fields = ('identifier', 'name') global() variable in ExtensionAttribute
891 fields = ('importname',) global() variable in ImportedName
901 fields = ('name',) global() variable in InternalName
910 fields = ('expr',) global() variable in MarkSafe
923 fields = ('expr',) global() variable in MarkSafeIfAutoescape
958 fields = ('body',) global() variable in Scope
974 fields = ('context', 'body') global() variable in OverlayScope
985 fields = ('options',) global() variable in EvalContextModifier
993 fields = ('body',) global() variable in ScopedEvalContextModifier
[all...]
/third_party/skia/third_party/externals/jinja2/
H A Dnodes.py46 inheritance. fields and attributes from the parent class are
50 for attr in "fields", "attributes":
103 All nodes have fields and attributes. Fields may be other nodes, lists,
111 fields = () variable in Node
115 def __init__(self, *fields, **attributes):
118 if fields:
119 if len(fields) != len(self.fields):
120 if not self.fields:
126 len(self.fields),
283 fields = ("body",) global() variable in Template
291 fields = ("nodes",) global() variable in Output
297 fields = ("template",) global() variable in Extends
309 fields = ("target", "iter", "body", "else_", "test", "recursive") global() variable in For
315 fields = ("test", "body", "elif_", "else_") global() variable in If
324 fields = ("name", "args", "defaults", "body") global() variable in Macro
332 fields = ("call", "args", "defaults", "body") global() variable in CallBlock
338 fields = ("body", "filter") global() variable in FilterBlock
348 fields = ("targets", "values", "body") global() variable in With
354 fields = ("name", "body", "scoped") global() variable in Block
360 fields = ("template", "with_context", "ignore_missing") global() variable in Include
366 fields = ("template", "target", "with_context") global() variable in Import
381 fields = ("template", "names", "with_context") global() variable in FromImport
387 fields = ("node",) global() variable in ExprStmt
393 fields = ("target", "node") global() variable in Assign
399 fields = ("target", "filter", "body") global() variable in AssignBlock
428 fields = ("left", "right") global() variable in BinExpr
450 fields = ("node",) global() variable in UnaryExpr
478 fields = ("name", "ctx") global() variable in Name
487 fields = ("name", "attr") global() variable in NSRef
510 fields = ("value",) global() variable in Const
541 fields = ("data",) global() variable in TemplateData
558 fields = ("items", "ctx") global() variable in Tuple
574 fields = ("items",) global() variable in List
586 fields = ("items",) global() variable in Dict
596 fields = ("key", "value") global() variable in Pair
606 fields = ("key", "value") global() variable in Keyword
618 fields = ("test", "expr1", "expr2") global() variable in CondExpr
659 fields = ("node", "name", "args", "kwargs", "dyn_args", "dyn_kwargs") global() variable in Filter
703 fields = ("node", "name", "args", "kwargs", "dyn_args", "dyn_kwargs") global() variable in Test
729 fields = ("node", "args", "kwargs", "dyn_args", "dyn_kwargs") global() variable in Call
735 fields = ("node", "arg", "ctx") global() variable in Getitem
757 fields = ("node", "attr", "ctx") global() variable in Getattr
777 fields = ("start", "stop", "step") global() variable in Slice
795 fields = ("nodes",) global() variable in Concat
807 fields = ("expr", "ops") global() variable in Compare
831 fields = ("op", "expr") global() variable in Operand
933 fields = ("name",) global() variable in EnvironmentAttribute
944 fields = ("identifier", "name") global() variable in ExtensionAttribute
954 fields = ("importname",) global() variable in ImportedName
965 fields = ("name",) global() variable in InternalName
977 fields = ("expr",) global() variable in MarkSafe
991 fields = ("expr",) global() variable in MarkSafeIfAutoescape
1041 fields = ("body",) global() variable in Scope
1058 fields = ("context", "body") global() variable in OverlayScope
1070 fields = ("options",) global() variable in EvalContextModifier
1079 fields = ("body",) global() variable in ScopedEvalContextModifier
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DUnknownFieldSetLiteSchema.java42 // We never drop unknown fields in lite. in shouldDiscardUnknownFields()
52 void addVarint(UnknownFieldSetLite fields, int number, long value) { in addVarint() argument
53 fields.storeField(WireFormat.makeTag(number, WireFormat.WIRETYPE_VARINT), value); in addVarint()
57 void addFixed32(UnknownFieldSetLite fields, int number, int value) { in addFixed32() argument
58 fields.storeField(WireFormat.makeTag(number, WireFormat.WIRETYPE_FIXED32), value); in addFixed32()
62 void addFixed64(UnknownFieldSetLite fields, int number, long value) { in addFixed64() argument
63 fields.storeField(WireFormat.makeTag(number, WireFormat.WIRETYPE_FIXED64), value); in addFixed64()
67 void addLengthDelimited(UnknownFieldSetLite fields, int number, ByteString value) { in addLengthDelimited() argument
68 fields.storeField(WireFormat.makeTag(number, WireFormat.WIRETYPE_LENGTH_DELIMITED), value); in addLengthDelimited()
72 void addGroup(UnknownFieldSetLite fields, in argument
77 toImmutable(UnknownFieldSetLite fields) toImmutable() argument
83 setToMessage(Object message, UnknownFieldSetLite fields) setToMessage() argument
105 setBuilderToMessage(Object message, UnknownFieldSetLite fields) setBuilderToMessage() argument
115 writeTo(UnknownFieldSetLite fields, Writer writer) writeTo() argument
120 writeAsMessageSetTo(UnknownFieldSetLite fields, Writer writer) writeAsMessageSetTo() argument
[all...]
H A DDynamicMessage.java53 private final FieldSet<FieldDescriptor> fields; field in DynamicMessage
68 FieldSet<FieldDescriptor> fields, in DynamicMessage()
72 this.fields = fields; in DynamicMessage()
167 return fields.getAllFields(); in getAllFields()
189 return fields.hasField(field); in hasField()
195 Object result = fields.getField(field); in getField()
211 return fields.getRepeatedFieldCount(field); in getRepeatedFieldCount()
217 return fields.getRepeatedField(field, index); in getRepeatedField()
225 static boolean isInitialized(Descriptor type, FieldSet<FieldDescriptor> fields) { in isInitialized() argument
66 DynamicMessage( Descriptor type, FieldSet<FieldDescriptor> fields, FieldDescriptor[] oneofCases, UnknownFieldSet unknownFields) DynamicMessage() argument
321 private FieldSet<FieldDescriptor> fields; global() field in DynamicMessage.Builder
[all...]
H A DFieldSet.java44 * A class which represents an arbitrary set of fields of some message type. This is used to
76 private final SmallSortedMap<T, Object> fields; field in FieldSet
82 this.fields = SmallSortedMap.newFieldMap(DEFAULT_FIELD_MAP_ARRAY_SIZE); in FieldSet()
92 private FieldSet(SmallSortedMap<T, Object> fields) { in FieldSet() argument
93 this.fields = fields; in FieldSet()
118 return fields.isEmpty(); in isEmpty()
127 fields.makeImmutable(); in makeImmutable()
152 return fields.equals(other.fields); in equals()
203 cloneAllFieldsMap( SmallSortedMap<T, Object> fields, boolean copyList) cloneAllFieldsMap() argument
922 private SmallSortedMap<T, Object> fields; global() field in FieldSet.Builder
931 Builder(SmallSortedMap<T, Object> fields) Builder() argument
[all...]
H A DUnknownFieldSetSchema.java54 void addVarint(UnknownFieldSet.Builder fields, int number, long value) { in addVarint() argument
55 fields.mergeField(number, UnknownFieldSet.Field.newBuilder().addVarint(value).build()); in addVarint()
59 void addFixed32(UnknownFieldSet.Builder fields, int number, int value) { in addFixed32() argument
60 fields.mergeField(number, UnknownFieldSet.Field.newBuilder().addFixed32(value).build()); in addFixed32()
64 void addFixed64(UnknownFieldSet.Builder fields, int number, long value) { in addFixed64() argument
65 fields.mergeField(number, UnknownFieldSet.Field.newBuilder().addFixed64(value).build()); in addFixed64()
69 void addLengthDelimited(UnknownFieldSet.Builder fields, int number, ByteString value) { in addLengthDelimited() argument
70 fields.mergeField(number, UnknownFieldSet.Field.newBuilder().addLengthDelimited(value).build()); in addLengthDelimited()
74 void addGroup(UnknownFieldSet.Builder fields, int number, UnknownFieldSet subFieldSet) { in addGroup() argument
75 fields in addGroup()
79 toImmutable(UnknownFieldSet.Builder fields) toImmutable() argument
99 setToMessage(Object message, UnknownFieldSet fields) setToMessage() argument
[all...]
H A DStructuralMessageInfo.java40 * Information for the layout of a protobuf message class. This describes all of the fields
48 private final FieldInfo[] fields; field in StructuralMessageInfo
54 * @param checkInitialized fields to check in isInitialized().
55 * @param fields the set of fields for the message, in field number order.
61 FieldInfo[] fields, in StructuralMessageInfo()
66 this.fields = fields; in StructuralMessageInfo()
88 * Gets the information for all fields within this message, sorted in ascending order by their
92 return fields; in getFields()
57 StructuralMessageInfo( ProtoSyntax syntax, boolean messageSetWireFormat, int[] checkInitialized, FieldInfo[] fields, Object defaultInstance) StructuralMessageInfo() argument
112 private final List<FieldInfo> fields; global() field in StructuralMessageInfo.Builder
[all...]
/third_party/alsa-utils/alsamixer/
H A Ddevice_name.c35 static FIELD *fields[3]; variable
44 dynamic_field_info(fields[1], &rows, &cols, &max); in dup_current_name()
46 memcpy(s, field_buffer(fields[1], 0), cols); in dup_current_name()
147 * away and recreate all fields. in on_window_size_changed()
149 field_opts_off(fields[1], O_BLANK); in on_window_size_changed()
158 free_field(fields[0]); in on_close()
159 free_field(fields[1]); in on_close()
171 fields[0] = new_field(1, 32, 1, 1, 0, 0); in create_device_name_form()
172 if (!fields[0]) in create_device_name_form()
174 field_opts_off(fields[ in create_device_name_form()
[all...]
/third_party/mesa3d/bin/
H A Dsymbols-check.py39 fields = line.split()
40 if len(fields) == 2 or fields[1] == 'U':
42 symbol_name = fields[0]
62 fields = line.split()
64 if len(fields) < 4:
69 _ = int(fields[0], 10)
70 _ = int(fields[1], 16)
71 _ = int(fields[2], 16)
74 symbol_name = fields[
[all...]
/third_party/jinja2/
H A Dnodes.py54 inheritance. fields and attributes from the parent class are
58 for attr in "fields", "attributes":
112 All nodes have fields and attributes. Fields may be other nodes, lists,
120 fields: t.Tuple[str, ...] = ()
127 def __init__(self, *fields: t.Any, **attributes: t.Any) -> None:
130 if fields:
131 if len(fields) != len(self.fields):
132 if not self.fields:
135 f"{type(self).__name__!r} takes 0 or {len(self.fields)}"
297 fields = ("body",) global() variable in Template
306 fields = ("nodes",) global() variable in Output
313 fields = ("template",) global() variable in Extends
326 fields = ("target", "iter", "body", "else_", "test", "recursive") global() variable in For
338 fields = ("test", "body", "elif_", "else_") global() variable in If
351 fields = ("name", "args", "defaults", "body") global() variable in Macro
363 fields = ("call", "args", "defaults", "body") global() variable in CallBlock
373 fields = ("body", "filter") global() variable in FilterBlock
385 fields = ("targets", "values", "body") global() variable in With
398 fields = ("name", "body", "scoped", "required") global() variable in Block
408 fields = ("template", "with_context", "ignore_missing") global() variable in Include
417 fields = ("template", "target", "with_context") global() variable in Import
435 fields = ("template", "names", "with_context") global() variable in FromImport
444 fields = ("node",) global() variable in ExprStmt
451 fields = ("target", "node") global() variable in Assign
459 fields = ("target", "filter", "body") global() variable in AssignBlock
491 fields = ("left", "right") global() variable in BinExpr
516 fields = ("node",) global() variable in UnaryExpr
546 fields = ("name", "ctx") global() variable in Name
557 fields = ("name", "attr") global() variable in NSRef
582 fields = ("value",) global() variable in Const
609 fields = ("data",) global() variable in TemplateData
627 fields = ("items", "ctx") global() variable in Tuple
645 fields = ("items",) global() variable in List
658 fields = ("items",) global() variable in Dict
671 fields = ("key", "value") global() variable in Pair
685 fields = ("key", "value") global() variable in Keyword
699 fields = ("test", "expr1", "expr2") global() variable in CondExpr
738 fields = ("node", "name", "args", "kwargs", "dyn_args", "dyn_kwargs") global() variable in _FilterTestCommon
823 fields = ("node", "args", "kwargs", "dyn_args", "dyn_kwargs") global() variable in Call
834 fields = ("node", "arg", "ctx") global() variable in Getitem
858 fields = ("node", "attr", "ctx") global() variable in Getattr
880 fields = ("start", "stop", "step") global() variable in Slice
901 fields = ("nodes",) global() variable in Concat
914 fields = ("expr", "ops") global() variable in Compare
940 fields = ("op", "expr") global() variable in Operand
1035 fields = ("name",) global() variable in EnvironmentAttribute
1047 fields = ("identifier", "name") global() variable in ExtensionAttribute
1059 fields = ("importname",) global() variable in ImportedName
1071 fields = ("name",) global() variable in InternalName
1084 fields = ("expr",) global() variable in MarkSafe
1099 fields = ("expr",) global() variable in MarkSafeIfAutoescape
1152 fields = ("body",) global() variable in Scope
1170 fields = ("context", "body") global() variable in OverlayScope
1184 fields = ("options",) global() variable in EvalContextModifier
1194 fields = ("body",) global() variable in ScopedEvalContextModifier
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/include/cctz/
H A Dcivil_time_detail.h57 // Normalized civil-time fields: Y-M-D HH:MM:SS.
58 struct fields { struct
59 CONSTEXPR_M fields(year_t year, month_t month, day_t day, hour_t hour, in fields() function
107 CONSTEXPR_F fields n_day(year_t y, month_t m, diff_t d, diff_t cd, hour_t hh,
166 return fields(y + (ey - oey), m, static_cast<day_t>(d), hh, mm, ss);
168 CONSTEXPR_F fields n_mon(year_t y, diff_t m, diff_t d, diff_t cd, hour_t hh,
180 CONSTEXPR_F fields n_hour(year_t y, diff_t m, diff_t d, diff_t cd, diff_t hh,
190 CONSTEXPR_F fields n_min(year_t y, diff_t m, diff_t d, diff_t hh, diff_t ch,
201 CONSTEXPR_F fields n_sec(year_t y, diff_t m, diff_t d, diff_t hh, diff_t mm,
203 // Optimization for when (non-constexpr) fields ar
[all...]
/third_party/rust/crates/clap/clap_derive/src/derives/
H A Dsubcommand.rs138 let ty = match variant.fields { in gen_augment()
139 Unnamed(ref fields) if fields.unnamed.len() == 1 => &fields.unnamed[0].ty, in gen_augment()
168 Kind::Flatten(_) => match variant.fields { in gen_augment()
205 let arg_block = match variant.fields { in gen_augment()
264 let sub_augment = match variant.fields { in gen_augment()
265 Named(ref fields) => { in gen_augment()
267 let fields = fields in gen_augment()
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dreapits.c1066 UChar *fields[10]; in TestRegexCAPI() local
1086 memset(fields, -1, sizeof(fields)); in TestRegexCAPI()
1088 uregex_split(re, buf, UPRV_LENGTHOF(buf), &requiredCapacity, fields, 10, &status); in TestRegexCAPI()
1094 TEST_ASSERT_STRING("first ", fields[0], true); in TestRegexCAPI()
1095 TEST_ASSERT_STRING(" second", fields[1], true); in TestRegexCAPI()
1096 TEST_ASSERT_STRING(" third", fields[2], true); in TestRegexCAPI()
1097 TEST_ASSERT(fields[3] == NULL); in TestRegexCAPI()
1118 memset(fields, -1, sizeof(fields)); in TestRegexCAPI()
1172 UChar *fields[10]; TestRegexCAPI() local
1960 UText *fields[10]; TestUTextAPI() local
2036 UText *fields[10]; TestUTextAPI() local
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DShaderVars.cpp76 fields(other.fields), in ShaderVariable()
107 fields = other.fields; in operator =()
135 fields.size() != other.fields.size() || structOrBlockName != other.structOrBlockName || in operator ==()
148 for (size_t ii = 0; ii < fields.size(); ++ii) in operator ==()
150 if (fields[ii] != other.fields[ii]) in operator ==()
218 for (const auto &field : fields) in getExternalSize()
[all...]

Completed in 20 milliseconds

12345678910>>...30