Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DDescriptorPool.cs279 … string firstPart = firstPartLength == -1 ? name : name.Substring(0, firstPartLength); in LookupSymbol()
300 scopeToTry.Append(firstPart); in LookupSymbol()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DDescriptors.java2243 final String firstPart; in lookupSymbol() local
2245 firstPart = name; in lookupSymbol()
2247 firstPart = name.substring(0, firstPartLength); in lookupSymbol()
2266 scopeToTry.append(firstPart); in lookupSymbol()
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
DPduParser.java190 PduPart firstPart = mBody.getPart(0); in parse() local
192 mBody.addPart(0, firstPart); in parse()