Home
last modified time | relevance | path

Searched defs:existingValue (Results 1 – 25 of 25) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-test/common/src/internal/
DExceptionCollector.kt43 val existingValue = callbacks.remove(owner) in <lambda>() constant
/external/guava/guava/src/com/google/common/graph/
DDirectedGraphConnections.java203 Object existingValue = adjacentNodeValues.put(predecessor, PRED); in ofImmutable() local
216 Object existingValue = adjacentNodeValues.put(successor, value); in ofImmutable() local
/external/guava/android/guava/src/com/google/common/graph/
DDirectedGraphConnections.java203 Object existingValue = adjacentNodeValues.put(predecessor, PRED); in ofImmutable() local
216 Object existingValue = adjacentNodeValues.put(successor, value); in ofImmutable() local
/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
DUnionInNestedNS.cs54 …adJson(Newtonsoft.Json.JsonReader reader, System.Type objectType, object existingValue, Newtonsoft… in ReadJson()
/external/flatbuffers/tests/KeywordTest/
DKeywordsInUnion.cs58 …adJson(Newtonsoft.Json.JsonReader reader, System.Type objectType, object existingValue, Newtonsoft… in ReadJson()
/external/flatbuffers/tests/union_vector/
DGadget.cs55 …adJson(Newtonsoft.Json.JsonReader reader, System.Type objectType, object existingValue, Newtonsoft… in ReadJson()
DCharacter.cs71 …adJson(Newtonsoft.Json.JsonReader reader, System.Type objectType, object existingValue, Newtonsoft… in ReadJson()
/external/flatbuffers/tests/MyGame/Example/
DAny.cs62 …adJson(Newtonsoft.Json.JsonReader reader, System.Type objectType, object existingValue, Newtonsoft… in ReadJson()
DAnyAmbiguousAliases.cs62 …adJson(Newtonsoft.Json.JsonReader reader, System.Type objectType, object existingValue, Newtonsoft… in ReadJson()
DAnyUniqueAliases.cs62 …adJson(Newtonsoft.Json.JsonReader reader, System.Type objectType, object existingValue, Newtonsoft… in ReadJson()
/external/guava/guava/src/com/google/common/collect/
DRegularImmutableTable.java195 final void checkNoDuplicate(R rowKey, C columnKey, @CheckForNull V existingValue, V newValue) { in checkNoDuplicate()
DDenseImmutableTable.java77 V existingValue = values[rowIndex][columnIndex]; in DenseImmutableTable() local
/external/guava/android/guava/src/com/google/common/collect/
DRegularImmutableTable.java195 final void checkNoDuplicate(R rowKey, C columnKey, @CheckForNull V existingValue, V newValue) { in checkNoDuplicate()
DDenseImmutableTable.java77 V existingValue = values[rowIndex][columnIndex]; in DenseImmutableTable() local
/external/cronet/stable/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DFieldSet.java380 final Object existingValue = getField(descriptor); in addRepeatedField() local
1220 final Object existingValue = getFieldAllowBuilders(descriptor); in addRepeatedField() local
DAbstractMessage.java394 final Message existingValue = (Message) getField(field); in mergeFrom() local
DGeneratedMessageLite.java712 MessageLite existingValue = (MessageLite) extensions.getField(extension.descriptor); in parseExtension() local
882 MessageLite existingValue = (MessageLite) extensions.getField(extension.descriptor); in mergeMessageSetExtensionFromBytes() local
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DFieldSet.java380 final Object existingValue = getField(descriptor); in addRepeatedField() local
1220 final Object existingValue = getFieldAllowBuilders(descriptor); in addRepeatedField() local
DAbstractMessage.java394 final Message existingValue = (Message) getField(field); in mergeFrom() local
DGeneratedMessageLite.java712 MessageLite existingValue = (MessageLite) extensions.getField(extension.descriptor); in parseExtension() local
882 MessageLite existingValue = (MessageLite) extensions.getField(extension.descriptor); in mergeMessageSetExtensionFromBytes() local
/external/cronet/tot/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DFieldSet.java380 final Object existingValue = getField(descriptor); in addRepeatedField() local
1220 final Object existingValue = getFieldAllowBuilders(descriptor); in addRepeatedField() local
DAbstractMessage.java394 final Message existingValue = (Message) getField(field); in mergeFrom() local
DGeneratedMessageLite.java712 MessageLite existingValue = (MessageLite) extensions.getField(extension.descriptor); in parseExtension() local
882 MessageLite existingValue = (MessageLite) extensions.getField(extension.descriptor); in mergeMessageSetExtensionFromBytes() local
/external/flatbuffers/tests/union_value_collsion/
Dunion_value_collision_generated.cs58 …adJson(Newtonsoft.Json.JsonReader reader, System.Type objectType, object existingValue, Newtonsoft… in ReadJson()
146 …adJson(Newtonsoft.Json.JsonReader reader, System.Type objectType, object existingValue, Newtonsoft… in ReadJson()
/external/clang/lib/Sema/
DSemaDeclAttr.cpp2248 typename T::VisibilityType existingValue = existingAttr->getVisibility(); in mergeVisibilityAttr() local