OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:final
(Results
76 - 100
of
564
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/v8/src/compiler/
operator-properties.h
18
class OperatorProperties
final
{
class in namespace:v8::internal::compiler
/external/v8/test/unittests/compiler/
interpreter-assembler-unittest.h
25
class InterpreterAssemblerForTest
final
: public InterpreterAssembler {
class in class:v8::internal::compiler::InterpreterAssemblerTest
/external/webrtc/webrtc/common_audio/
sparse_fir_filter.h
23
class SparseFIRFilter
final
{
class in namespace:webrtc
/external/webrtc/webrtc/common_audio/vad/
vad.cc
19
class VadImpl
final
: public Vad {
class in namespace:webrtc::__anon27664
/external/webrtc/webrtc/modules/audio_coding/codecs/g711/
audio_decoder_pcm.h
19
class AudioDecoderPcmU
final
: public AudioDecoder {
class in namespace:webrtc
40
class AudioDecoderPcmA
final
: public AudioDecoder {
class in namespace:webrtc
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
audio_decoder_ilbc.h
20
class AudioDecoderIlbc
final
: public AudioDecoder {
class in namespace:webrtc
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/
audio_decoder_isac_t.h
22
class AudioDecoderIsacT
final
: public AudioDecoder {
class in namespace:webrtc
locked_bandwidth_info.h
23
class LockedIsacBandwidthInfo
final
{
class in namespace:webrtc
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
audio_decoder_opus.h
19
class AudioDecoderOpus
final
: public AudioDecoder {
class in namespace:webrtc
/external/webrtc/webrtc/modules/audio_coding/codecs/pcm16b/
audio_encoder_pcm16b.h
21
class AudioEncoderPcm16B
final
: public AudioEncoderPcm {
class in namespace:webrtc
/packages/inputmethods/LatinIME/native/dicttoolkit/src/offdevice_intermediate_dict/
offdevice_intermediate_dict_header.h
28
class OffdeviceIntermediateDictHeader
final
{
class in namespace:latinime::dicttoolkit
offdevice_intermediate_dict_pt_node_array.h
30
class OffdeviceIntermediateDictPtNodeArray
final
{
class in namespace:latinime::dicttoolkit
/system/webservd/libwebserv/
response_impl.h
31
class ResponseImpl
final
: public Response {
class in namespace:libwebserv
/system/webservd/webservd/
log_manager.h
32
class LogManager
final
{
class in namespace:webservd
/external/clang/test/CXX/class/class.mem/
p8-0x.cpp
9
virtual void h()
final
final
; // expected-error {{class member already marked '
final
'}}
member in struct:A
25
virtual void f()
final
;
member in struct:C
26
void g()
final
; // expected-error {{only virtual member functions can be marked '
final
'}}
member in struct:C
27
int h
final
; // expected-error {{only virtual member functions can be marked '
final
'}}
member in struct:C
37
virtual void h()
final
final
{} // expected-error {{class member already marked 'final'}
[
all
...]
/external/clang/test/CXX/class/
p2-0x.cpp
4
class A
final
{ }; // expected-note {{'A' declared here}}
class in namespace:Test1
5
class B : A { }; // expected-error {{base 'A' is marked '
final
'}}
11
template<typename T> struct A
final
{ }; // expected-note 2 {{'A' declared here}}
struct in namespace:Test2
12
struct B : A<int> { }; // expected-error {{base 'A' is marked '
final
'}}
14
template<typename T> struct C : A<T> { }; // expected-error {{base 'A' is marked '
final
'}}
22
template<> struct A<int>
final
{ }; // expected-note {{'A' declared here}}
struct in namespace:Test3
25
struct C : A<int> { }; // expected-error {{base 'A' is marked '
final
'}}
31
struct A
final
{ virtual void func() = 0; }; // expected-warning {{abstract class is marked '
final
'}} expected-note {{unimplemented pure virtual method 'func' in 'A'}}
struct in namespace:Test4
34
struct C
final
: B { }; // expected-warning {{abstract class is marked 'final'}
struct in namespace:Test4
[
all
...]
/external/clang/test/CodeGenCXX/
derived-to-virtual-base-class-calls-final.cpp
7
struct D
final
: virtual C {
struct in inherits:C
/external/libbrillo/brillo/
asynchronous_signal_handler.h
26
class BRILLO_EXPORT AsynchronousSignalHandler
final
:
class in namespace:brillo
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_polymorphic.pass.cpp
56
class
Final
final
{
class
59
class
Final
{
76
test_is_not_polymorphic<
Final
>();
/external/libweave/src/commands/
command_queue.h
26
class CommandQueue
final
{
class in namespace:weave
/external/libweave/src/notification/
xmpp_stream_parser.h
39
class XmppStreamParser
final
{
class in namespace:weave
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldCOFF.cpp
28
class LoadedCOFFObjectInfo
final
class in namespace:__anon18853
/external/llvm/lib/Target/AMDGPU/
AMDGPUTargetObjectFile.h
31
class AMDGPUHSATargetObjectFile
final
: public AMDGPUTargetObjectFile {
class in namespace:llvm
/external/llvm/lib/Target/WebAssembly/MCTargetDesc/
WebAssemblyMCCodeEmitter.cpp
30
class WebAssemblyMCCodeEmitter
final
: public MCCodeEmitter {
class in namespace:__anon19289
/external/llvm/lib/Target/WebAssembly/
WebAssemblyFastISel.cpp
43
class WebAssemblyFastISel
final
: public FastISel {
class in namespace:__anon19295
Completed in 847 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>