Home
last modified time | relevance | path

Searched refs:__getValue (Results 1 – 25 of 27) sorted by relevance

12

/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/constants/gen-android/
H A Dunion2.java165 private Object __getValue(int expectedFieldId) { in __getValue() method in union2
180 return (Integer) __getValue(I); in getI()
188 return (Double) __getValue(D); in getD()
196 return (struct1) __getValue(S); in getS()
204 return (union1) __getValue(U); in getU()
H A Dunion1.java122 private Object __getValue(int expectedFieldId) { in __getValue() method in union1
137 return (Integer) __getValue(I); in getI()
145 return (Double) __getValue(D); in getD()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/complex-union/gen-android/
H A DComplexUnion.java263 private Object __getValue(int expectedFieldId) { in __getValue() method in ComplexUnion
278 return (Long) __getValue(INTVALUE); in getIntValue()
286 return (String) __getValue(STRINGVALUE); in getStringValue()
294 return (List<Long>) __getValue(INTLISTVALUE); in getIntListValue()
302 return (List<String>) __getValue(STRINGLISTVALUE); in getStringListValue()
310 return (Map<Short,String>) __getValue(TYPEDEFVALUE); in getTypedefValue()
318 return (String) __getValue(STRINGREF); in getStringRef()
H A DDataUnion.java122 private Object __getValue(int expectedFieldId) { in __getValue() method in DataUnion
137 return (byte[]) __getValue(BINARYDATA); in getBinaryData()
145 return (String) __getValue(STRINGDATA); in getStringData()
H A DValUnion.java122 private Object __getValue(int expectedFieldId) { in __getValue() method in ValUnion
137 return (Val) __getValue(V1); in getV1()
145 return (Val) __getValue(V2); in getV2()
H A DVirtualComplexUnion.java122 private Object __getValue(int expectedFieldId) { in __getValue() method in VirtualComplexUnion
137 return (String) __getValue(THINGONE); in getThingOne()
145 return (String) __getValue(THINGTWO); in getThingTwo()
H A DListUnion.java158 private Object __getValue(int expectedFieldId) { in __getValue() method in ListUnion
173 return (List<Long>) __getValue(INTLISTVALUE); in getIntListValue()
181 return (List<String>) __getValue(STRINGLISTVALUE); in getStringListValue()
H A DNonCopyableUnion.java101 private Object __getValue(int expectedFieldId) { in __getValue() method in NonCopyableUnion
116 return (NonCopyableStruct) __getValue(S); in getS()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/complex-struct/gen-java/
H A DMyUnion.java317 private Object __getValue(int expectedFieldId) { in __getValue() method in MyUnion
336 return (MyEnum) __getValue(MYENUM); in getMyEnum()
348 return (MyStruct) __getValue(MYSTRUCT); in getMyStruct()
356 return (MyDataItem) __getValue(MYDATAITEM); in getMyDataItem()
364 return (ComplexNestedStruct) __getValue(COMPLEXNESTEDSTRUCT); in getComplexNestedStruct()
372 return (Long) __getValue(LONGVALUE); in getLongValue()
381 return (Integer) __getValue(INTVALUE); in getIntValue()
H A DMyUnionFloatFieldThrowExp.java288 private Object __getValue(int expectedFieldId) { in __getValue() method in MyUnionFloatFieldThrowExp
307 return (MyEnum) __getValue(MYENUM); in getMyEnum()
319 return (List<List<Float>>) __getValue(SETFLOAT); in getSetFloat()
327 return (MyDataItem) __getValue(MYDATAITEM); in getMyDataItem()
335 return (ComplexNestedStruct) __getValue(COMPLEXNESTEDSTRUCT); in getComplexNestedStruct()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/basic/gen-android/test/fixtures/basic/
H A DMyUnion.java145 private Object __getValue(int expectedFieldId) { in __getValue() method in MyUnion
164 return (MyEnum) __getValue(MYENUM); in getMyEnum()
176 return (MyStruct) __getValue(MYSTRUCT); in getMyStruct()
184 return (MyDataItem) __getValue(MYDATAITEM); in getMyDataItem()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/complex-union/gen-java/
H A DComplexUnion.java375 private Object __getValue(int expectedFieldId) { in __getValue() method in ComplexUnion
390 return (Long) __getValue(INTVALUE); in getIntValue()
399 return (String) __getValue(STRINGVALUE); in getStringValue()
407 return (List<Long>) __getValue(INTLISTVALUE); in getIntListValue()
415 return (List<String>) __getValue(STRINGLISTVALUE); in getStringListValue()
423 return (Map<Short,String>) __getValue(TYPEDEFVALUE); in getTypedefValue()
431 return (String) __getValue(STRINGREF); in getStringRef()
H A DDataUnion.java182 private Object __getValue(int expectedFieldId) { in __getValue() method in DataUnion
197 return (byte[]) __getValue(BINARYDATA); in getBinaryData()
205 return (String) __getValue(STRINGDATA); in getStringData()
H A DVirtualComplexUnion.java182 private Object __getValue(int expectedFieldId) { in __getValue() method in VirtualComplexUnion
197 return (String) __getValue(THINGONE); in getThingOne()
205 return (String) __getValue(THINGTWO); in getThingTwo()
H A DValUnion.java184 private Object __getValue(int expectedFieldId) { in __getValue() method in ValUnion
199 return (Val) __getValue(V1); in getV1()
207 return (Val) __getValue(V2); in getV2()
H A DListUnion.java220 private Object __getValue(int expectedFieldId) { in __getValue() method in ListUnion
235 return (List<Long>) __getValue(INTLISTVALUE); in getIntListValue()
243 return (List<String>) __getValue(STRINGLISTVALUE); in getStringListValue()
H A DNonCopyableUnion.java150 private Object __getValue(int expectedFieldId) { in __getValue() method in NonCopyableUnion
165 return (NonCopyableStruct) __getValue(S); in getS()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/adapter/gen-android/test/fixtures/adapter/
H A DBaz.java223 private Object __getValue(int expectedFieldId) { in __getValue() method in Baz
238 return (Integer) __getValue(INTFIELD); in getIntField()
246 return (Set<String>) __getValue(SETFIELD); in getSetField()
254 return (Map<String,List<String>>) __getValue(MAPFIELD); in getMapField()
262 return (byte[]) __getValue(BINARYFIELD); in getBinaryField()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/refs/gen-android/
H A DMyUnion.java122 private Object __getValue(int expectedFieldId) { in __getValue() method in MyUnion
137 return (Integer) __getValue(ANINTEGER); in getAnInteger()
145 return (String) __getValue(ASTRING); in getAString()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/basic/gen-java/test/fixtures/basic/
H A DMyUnion.java219 private Object __getValue(int expectedFieldId) { in __getValue() method in MyUnion
238 return (MyEnum) __getValue(MYENUM); in getMyEnum()
250 return (MyStruct) __getValue(MYSTRUCT); in getMyStruct()
258 return (MyDataItem) __getValue(MYDATAITEM); in getMyDataItem()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/adapter/gen-java/test/fixtures/adapter/
H A DBaz.java311 private Object __getValue(int expectedFieldId) { in __getValue() method in Baz
326 return (Integer) __getValue(INTFIELD); in getIntField()
335 return (Set<String>) __getValue(SETFIELD); in getSetField()
343 return (Map<String,List<String>>) __getValue(MAPFIELD); in getMapField()
351 return (byte[]) __getValue(BINARYFIELD); in getBinaryField()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/refs/gen-java/
H A DMyUnion.java182 private Object __getValue(int expectedFieldId) { in __getValue() method in MyUnion
197 return (Integer) __getValue(ANINTEGER); in getAnInteger()
206 return (String) __getValue(ASTRING); in getAString()
/dports/devel/py-pyxb/PyXB-1.2.6/pyxb/binding/
H A Dcontent.py190 def __getValue (self, ctd_instance): member in AttributeUse
202 return self.__getValue(ctd_instance)[0]
208 return self.__getValue(ctd_instance)[1]
220 ( provided, value ) = self.__getValue(ctd_instance)
240 (provided, value) = self.__getValue(ctd_instance)
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/empty-struct/gen-android/
H A DNada.java80 private Object __getValue(int expectedFieldId) { in __getValue() method in Nada
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/empty-struct/gen-java/
H A DNada.java116 private Object __getValue(int expectedFieldId) { in __getValue() method in Nada

12