Home
last modified time | relevance | path

Searched refs:existingValue (Results 1 – 21 of 21) sorted by relevance

/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
DUnionInNestedNS.cs53 …son(Newtonsoft.Json.JsonReader reader, System.Type objectType, object existingValue, Newtonsoft.Js… in ReadJson() argument
54 var _olist = existingValue as System.Collections.Generic.List<UnionInNestedNSUnion>; in ReadJson()
63 return this.ReadJson(reader, existingValue as UnionInNestedNSUnion, serializer); in ReadJson()
/third_party/flatbuffers/tests/MyGame/Example/
DAnyAmbiguousAliases.cs59 …son(Newtonsoft.Json.JsonReader reader, System.Type objectType, object existingValue, Newtonsoft.Js… in ReadJson() argument
60 var _olist = existingValue as System.Collections.Generic.List<AnyAmbiguousAliasesUnion>; in ReadJson()
69 return this.ReadJson(reader, existingValue as AnyAmbiguousAliasesUnion, serializer); in ReadJson()
DAny.cs59 …son(Newtonsoft.Json.JsonReader reader, System.Type objectType, object existingValue, Newtonsoft.Js… in ReadJson() argument
60 var _olist = existingValue as System.Collections.Generic.List<AnyUnion>; in ReadJson()
69 return this.ReadJson(reader, existingValue as AnyUnion, serializer); in ReadJson()
DAnyUniqueAliases.cs59 …son(Newtonsoft.Json.JsonReader reader, System.Type objectType, object existingValue, Newtonsoft.Js… in ReadJson() argument
60 var _olist = existingValue as System.Collections.Generic.List<AnyUniqueAliasesUnion>; in ReadJson()
69 return this.ReadJson(reader, existingValue as AnyUniqueAliasesUnion, serializer); in ReadJson()
/third_party/icu/tools/currency/src/com/ibm/icu/dev/tool/currency/
DNumericCodeData.java61 String existingValue = _codeMap.get(alphaCode); in merge() local
62 if (!existingValue.equals(numCode)) { in merge()
63 …timeException("Duplicated definition for " + alphaCode + ": value=" + existingValue + "/another va… in merge()
/third_party/flatbuffers/tests/union_vector/
DCharacter.cs65 …son(Newtonsoft.Json.JsonReader reader, System.Type objectType, object existingValue, Newtonsoft.Js… in ReadJson() argument
66 var _olist = existingValue as System.Collections.Generic.List<CharacterUnion>; in ReadJson()
75 return this.ReadJson(reader, existingValue as CharacterUnion, serializer); in ReadJson()
/third_party/protobuf/objectivec/
DGPBExtensionInternals.m44 GPBMessage *existingValue)
295 id existingValue = nil;
298 existingValue = [message getExistingExtension:extension];
303 existingValue);
338 GPBMessage *existingValue) {
361 if (existingValue) {
362 message = [existingValue retain];
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DAbstractMessage.java396 final Message existingValue = (Message) getField(field); in mergeFrom() local
397 if (existingValue == existingValue.getDefaultInstanceForType()) { in mergeFrom()
402 existingValue in mergeFrom()
404 .mergeFrom(existingValue) in mergeFrom()
DFieldSet.java374 final Object existingValue = getField(descriptor); in addRepeatedField() local
376 if (existingValue == null) { in addRepeatedField()
380 list = (List<Object>) existingValue; in addRepeatedField()
1195 final Object existingValue = getField(descriptor); in addRepeatedField() local
1197 if (existingValue == null) { in addRepeatedField()
1201 list = (List<Object>) existingValue; in addRepeatedField()
DGeneratedMessageLite.java605 MessageLite existingValue = (MessageLite) extensions.getField(extension.descriptor); in parseExtension() local
606 if (existingValue != null) { in parseExtension()
607 subBuilder = existingValue.toBuilder(); in parseExtension()
774 MessageLite existingValue = (MessageLite) extensions.getField(extension.descriptor); in mergeMessageSetExtensionFromBytes() local
775 if (existingValue != null) { in mergeMessageSetExtensionFromBytes()
776 subBuilder = existingValue.toBuilder(); in mergeMessageSetExtensionFromBytes()
/third_party/typescript/src/compiler/transformers/
DclassFields.ts254 …const existingValue = factory.createPrefixUnaryExpression(SyntaxKind.PlusToken, createPrivateIdent… constant
260 … factory.createBinaryExpression(existingValue, operator, factory.createNumericLiteral(1)),
280 …const existingValue = factory.createPrefixUnaryExpression(SyntaxKind.PlusToken, createPrivateIdent… constant
291 … returnValue ? factory.createAssignment(returnValue, existingValue) : existingValue,
/third_party/typescript/src/server/
DeditorServices.ts2198 const existingValue = projectRootFilesMap.get(path); constant
2199 if (existingValue) {
2200 if (existingValue.info) {
2201 … project.removeFile(existingValue.info, /*fileExists*/ false, /*detachFromProject*/ true);
2202 existingValue.info = undefined;
2204 existingValue.fileName = fileName;
2221 const existingValue = projectRootFilesMap.get(path); constant
2223 if (!existingValue || existingValue.info !== scriptInfo) {
2233 existingValue.fileName = fileName;
Dproject.ts434 const existingValue = this.rootFilesMap.get(scriptInfo.path); constant
435 if (existingValue && existingValue.info !== scriptInfo) {
438 existingValue.info = scriptInfo;
/third_party/typescript/src/compiler/
DtsbuildPublic.ts58 const existingValue = configFileMap.get(resolved); constant
60 if (!existingValue) {
64 return existingValue || newValue!;
Dutilities.ts5694 onDeleteValue(existingValue: T, key: string): void;
5702 onExistingValue?(existingValue: T, valueInNewMap: U, key: string): void;
5715 map.forEach((existingValue, key) => {
5720 onDeleteValue(existingValue, key);
5724 onExistingValue(existingValue, valueInNewMap, key);
/third_party/typescript/lib/
Dtsserver.js18481 map.forEach(function (existingValue, key) { argument
18486 onDeleteValue(existingValue, key);
18490 onExistingValue(existingValue, valueInNewMap, key);
86517 …var existingValue = factory.createPrefixUnaryExpression(39 /* PlusToken */, createPrivateIdentifie…
86518 …nitializeExpression || readExpression, factory.createBinaryExpression(existingValue, operator, fac…
86532 …var existingValue = factory.createPrefixUnaryExpression(39 /* PlusToken */, createPrivateIdentifie…
86536 …pression(returnValue ? factory.createAssignment(returnValue, existingValue) : existingValue, opera…
113422 var existingValue = configFileMap.get(resolved);
113424 if (!existingValue) {
113428 return existingValue || newValue;
[all …]
Dtsserverlibrary.js18675 map.forEach(function (existingValue, key) { argument
18680 onDeleteValue(existingValue, key);
18684 onExistingValue(existingValue, valueInNewMap, key);
86711 …var existingValue = factory.createPrefixUnaryExpression(39 /* PlusToken */, createPrivateIdentifie…
86712 …nitializeExpression || readExpression, factory.createBinaryExpression(existingValue, operator, fac…
86726 …var existingValue = factory.createPrefixUnaryExpression(39 /* PlusToken */, createPrivateIdentifie…
86730 …pression(returnValue ? factory.createAssignment(returnValue, existingValue) : existingValue, opera…
113616 var existingValue = configFileMap.get(resolved);
113618 if (!existingValue) {
113622 return existingValue || newValue;
[all …]
DtypingsInstaller.js18470 map.forEach(function (existingValue, key) { argument
18475 onDeleteValue(existingValue, key);
18479 onExistingValue(existingValue, valueInNewMap, key);
86506 …var existingValue = factory.createPrefixUnaryExpression(39 /* PlusToken */, createPrivateIdentifie…
86507 …nitializeExpression || readExpression, factory.createBinaryExpression(existingValue, operator, fac…
86521 …var existingValue = factory.createPrefixUnaryExpression(39 /* PlusToken */, createPrivateIdentifie…
86525 …pression(returnValue ? factory.createAssignment(returnValue, existingValue) : existingValue, opera…
113411 var existingValue = configFileMap.get(resolved);
113413 if (!existingValue) {
113417 return existingValue || newValue;
Dtsc.js14487 map.forEach(function (existingValue, key) { argument
14491 onDeleteValue(existingValue, key);
14494 onExistingValue(existingValue, valueInNewMap, key);
72102 …var existingValue = factory.createPrefixUnaryExpression(39, createPrivateIdentifierAccess(info, re…
72103 …nitializeExpression || readExpression, factory.createBinaryExpression(existingValue, operator, fac…
72117 …var existingValue = factory.createPrefixUnaryExpression(39, createPrivateIdentifierAccess(info, re…
72120 …pression(returnValue ? factory.createAssignment(returnValue, existingValue) : existingValue, opera…
93425 var existingValue = configFileMap.get(resolved);
93427 if (!existingValue) {
93431 return existingValue || newValue;
DtypescriptServices.js18675 map.forEach(function (existingValue, key) { argument
18680 onDeleteValue(existingValue, key);
18684 onExistingValue(existingValue, valueInNewMap, key);
86711 …var existingValue = factory.createPrefixUnaryExpression(39 /* PlusToken */, createPrivateIdentifie…
86712 …nitializeExpression || readExpression, factory.createBinaryExpression(existingValue, operator, fac…
86726 …var existingValue = factory.createPrefixUnaryExpression(39 /* PlusToken */, createPrivateIdentifie…
86730 …pression(returnValue ? factory.createAssignment(returnValue, existingValue) : existingValue, opera…
113616 var existingValue = configFileMap.get(resolved);
113618 if (!existingValue) {
113622 return existingValue || newValue;
Dtypescript.js18675 map.forEach(function (existingValue, key) { argument
18680 onDeleteValue(existingValue, key);
18684 onExistingValue(existingValue, valueInNewMap, key);
86711 …var existingValue = factory.createPrefixUnaryExpression(39 /* PlusToken */, createPrivateIdentifie…
86712 …nitializeExpression || readExpression, factory.createBinaryExpression(existingValue, operator, fac…
86726 …var existingValue = factory.createPrefixUnaryExpression(39 /* PlusToken */, createPrivateIdentifie…
86730 …pression(returnValue ? factory.createAssignment(returnValue, existingValue) : existingValue, opera…
113616 var existingValue = configFileMap.get(resolved);
113618 if (!existingValue) {
113622 return existingValue || newValue;