Home
last modified time | relevance | path

Searched refs:enumMap (Results 1 – 4 of 4) sorted by relevance

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DSchemaUtil.java906 EnumLiteMap<?> enumMap, in filterUnknownEnumList() argument
909 if (enumMap == null) { in filterUnknownEnumList()
918 if (enumMap.findValueByNumber(enumValue) != null) { in filterUnknownEnumList()
933 if (enumMap.findValueByNumber(enumValue) == null) { in filterUnknownEnumList()
DInternal.java430 final EnumLiteMap<T> enumMap, final T unrecognizedValue) { in newEnumConverter() argument
434 T result = enumMap.findValueByNumber(value); in newEnumConverter()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DMapForProto2Test.java329 Map<Integer, TestMap.EnumValue> enumMap = builder.getMutableInt32ToEnumField(); in testMutableMapLifecycle() local
330 enumMap.put(1, TestMap.EnumValue.BAR); in testMutableMapLifecycle()
333 enumMap.put(2, TestMap.EnumValue.FOO); in testMutableMapLifecycle()
DMapTest.java332 Map<Integer, TestMap.EnumValue> enumMap = builder.getMutableInt32ToEnumField(); in testMutableMapLifecycle() local
333 enumMap.put(1, TestMap.EnumValue.BAR); in testMutableMapLifecycle()
336 enumMap.put(2, TestMap.EnumValue.FOO); in testMutableMapLifecycle()