Home
last modified time | relevance | path

Searched defs:IsFinal (Results 1 – 3 of 3) sorted by relevance

/external/python/pybind11/tests/
Dtest_class.cpp414 struct IsFinal final {}; in TEST_SUBMODULE() struct
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
DRecord.h1872 bool IsFinal = false; variable
/external/cronet/net/websockets/
Dwebsocket_channel_test.cc303 enum IsFinal { NOT_FINAL_FRAME, FINAL_FRAME }; enum