HomeSort by relevance Sort by last modified time
    Searched refs:NestedC (Results 1 - 4 of 4) sorted by null

  /external/clang/test/SemaCXX/
cxx0x-class.cpp 7 struct NestedC {
8 NestedC(int);
13 static const NestedC ci = 0; // expected-error {{static data member of type 'const C::NestedC' must be initialized out of line}}
class.cpp 19 class NestedC {
21 NestedC(int);
24 x = 0; // expected-error {{use of non-static data member 'x' of 'C' from nested type 'NestedC'}}
26 m(); // expected-error {{call to non-static member function 'm' of 'C' from nested type 'NestedC'}}
40 NestedC bc : 1; // expected-error {{bit-field 'bc' has non-integral type}}
49 static const NestedC ci = 0; // expected-error {{static data member of type 'const C::NestedC' must be initialized out of line}}
  /external/perfetto/src/protozero/test/example_proto/
test_messages.proto 82 message NestedC { optional int32 value_c = 1; }
83 optional NestedC value_b = 1;
86 optional NestedB.NestedC super_nested = 3;
  /external/perfetto/src/protozero/test/
protozero_conformance_unittest.cc 138 pbtest::NestedA::NestedB::NestedC* msg_c = msg_b->set_value_b();

Completed in 78 milliseconds