Home
last modified time | relevance | path

Searched refs:newMapEntry (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/java/core/src/test/java/com/google/protobuf/
DMapForProto2Test.java433 Message newMapEntry(Message.Builder builder, String name, KeyType key, ValueType value) { in newMapEntry() method in MapForProto2Test
446 entryList.add(newMapEntry(builder, name, entry.getKey(), entry.getValue())); in setMapValues()
502 newMapEntry(builder, "int32_to_int32_field", 55, 66)); in testReflectionApi()
504 newMapEntry(builder, "int32_to_message_field", 555, in testReflectionApi()
512 newMapEntry(builder, "int32_to_int32_field", 55, 55)); in testReflectionApi()
514 newMapEntry(builder, "int32_to_message_field", 555, in testReflectionApi()
575 b1.addRepeatedField(field, newMapEntry(b1, "int32_to_int32_field", 1, 2)); in testReflectionEqualsAndHashCode()
576 b1.addRepeatedField(field, newMapEntry(b1, "int32_to_int32_field", 3, 4)); in testReflectionEqualsAndHashCode()
577 b1.addRepeatedField(field, newMapEntry(b1, "int32_to_int32_field", 5, 6)); in testReflectionEqualsAndHashCode()
581 b2.addRepeatedField(field, newMapEntry(b2, "int32_to_int32_field", 5, 6)); in testReflectionEqualsAndHashCode()
[all …]
DMapTest.java526 Message newMapEntry(Message.Builder builder, String name, KeyType key, ValueType value) { in newMapEntry() method in MapTest
539 entryList.add(newMapEntry(builder, name, entry.getKey(), entry.getValue())); in setMapValues()
595 newMapEntry(builder, "int32_to_int32_field", 55, 66)); in testReflectionApi()
597 newMapEntry(builder, "int32_to_message_field", 555, in testReflectionApi()
605 newMapEntry(builder, "int32_to_int32_field", 55, 55)); in testReflectionApi()
607 newMapEntry(builder, "int32_to_message_field", 555, in testReflectionApi()
668 b1.addRepeatedField(field, newMapEntry(b1, "int32_to_int32_field", 1, 2)); in testReflectionEqualsAndHashCode()
669 b1.addRepeatedField(field, newMapEntry(b1, "int32_to_int32_field", 3, 4)); in testReflectionEqualsAndHashCode()
670 b1.addRepeatedField(field, newMapEntry(b1, "int32_to_int32_field", 5, 6)); in testReflectionEqualsAndHashCode()
674 b2.addRepeatedField(field, newMapEntry(b2, "int32_to_int32_field", 5, 6)); in testReflectionEqualsAndHashCode()
[all …]
/external/dng_sdk/source/
Ddng_pthread.cpp338 std::pair<DWORD, std::pair<HANDLE, void **> > newMapEntry(threadID, in dng_pthread_create()
340 std::pair<ThreadMapType::iterator, bool> insertion = primaryHandleMap.insert(newMapEntry); in dng_pthread_create()