Searched refs:x_ (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/utest/core/elf-tls/
H A Dtls.cpp67 Ctor() : x_(UINT64_MAX) {}
68 uint64_t x_; member in struct:Ctor
111 ASSERT_EQ(ctor.x_, UINT64_MAX, "unexpected initialized value");
/fuchsia/zircon/system/utest/fbl/
H A Dref_ptr_tests.cpp576 explicit C(int x) : x_(x) {}
578 int get_x() const { return x_; }
581 int x_; member in class:__anon1349::C

Completed in 73 milliseconds