Home
last modified time | relevance | path

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

/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
DExtendableMessageNano.java120 M typedThis = (M) this; in setExtension() local
121 return typedThis; in setExtension()
/external/swiftshader/src/OpenGL/compiler/
DParseHelper.cpp3534 TIntermTyped *typedThis = thisNode->getAsTyped(); in addFunctionCallOrMethod() local
3545 else if(typedThis == nullptr || !typedThis->isArray()) in addFunctionCallOrMethod()
3552 arraySize = typedThis->getArraySize(); in addFunctionCallOrMethod()