Home
last modified time | relevance | path

Searched refs:myLong (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/SemaCXX/
Dattr-deprecated.cpp185 long myLong; member
189 myLong(a) in B()
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
DJSONObject.java1256 Long myLong = new Long(s); in stringToValue() local
1257 if (myLong.longValue() == myLong.intValue()) { in stringToValue()
1258 return new Integer(myLong.intValue()); in stringToValue()
1260 return myLong; in stringToValue()