Home
last modified time | relevance | path

Searched refs:findValueByName (Results 1 – 10 of 10) sorted by relevance

/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyEnum.java70 Descriptors.EnumValueDescriptor value = descriptor.findValueByName(name.asJavaString()); in resolve()
DUtils.java120 val = enumDescriptor.findValueByName(value.asJavaString()); in checkType()
DRubyMessage.java532 val = enumDescriptor.findValueByName(value.asJavaString()); in convert()
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DDescriptorsTest.java324 assertEquals(value, enumType.findValueByName("FOREIGN_FOO")); in testEnumDescriptor()
326 assertNull(enumType.findValueByName("NO_SUCH_VALUE")); in testEnumDescriptor()
DTestUtil.java2731 this.nestedFoo = nestedEnum.findValueByName("FOO"); in ReflectionTester()
2732 this.nestedBar = nestedEnum.findValueByName("BAR"); in ReflectionTester()
2733 this.nestedBaz = nestedEnum.findValueByName("BAZ"); in ReflectionTester()
2734 this.foreignFoo = foreignEnum.findValueByName("FOREIGN_FOO"); in ReflectionTester()
2735 this.foreignBar = foreignEnum.findValueByName("FOREIGN_BAR"); in ReflectionTester()
2736 this.foreignBaz = foreignEnum.findValueByName("FOREIGN_BAZ"); in ReflectionTester()
2737 this.importFoo = importEnum.findValueByName("IMPORT_FOO"); in ReflectionTester()
2738 this.importBar = importEnum.findValueByName("IMPORT_BAR"); in ReflectionTester()
2739 this.importBaz = importEnum.findValueByName("IMPORT_BAZ"); in ReflectionTester()
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptors.java1449 defaultValue = enumType.findValueByName(proto.getDefaultValue()); in crossLink()
1577 public EnumValueDescriptor findValueByName(final String name) { in findValueByName() method in Descriptors.EnumDescriptor
DTextFormat.java1661 value = enumType.findValueByName(id); in consumeFieldValue()
/external/protobuf/java/util/src/main/java/com/google/protobuf/util/
DJsonFormat.java1590 EnumValueDescriptor result = enumDescriptor.findValueByName(value); in parseEnum()
/external/google-tv-pairing-protocol/java/jar/
Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/v8/src/inspector/build/closure-compiler/
Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...