Home
last modified time | relevance | path

Searched defs:value_ (Results 1 – 10 of 10) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-linked_ptr.h191 T* value_; variable
195 if (link_.depart()) delete value_; in depart() local
H A Dgtest-param-util.h237 T value_; variable
339 mutable scoped_ptr<const T> value_; variable
H A Dgtest-internal.h451 RawType value_; // The raw floating-point number. member
/minix3/external/bsd/libc++/dist/libcxx/test/support/
H A Dhexfloat.h25 T value_; variable
/minix3/external/bsd/kyua-cli/dist/utils/format/
H A Dformatter_test.cpp56 int_wrapper(const int value_) : _value(value_) in int_wrapper()
/minix3/external/bsd/kyua-cli/dist/utils/
H A Doptional_test.cpp55 test_alloc(int value_) : value(value_) in test_alloc()
/minix3/external/bsd/kyua-cli/dist/utils/config/
H A Dtree_test.cpp56 explicit int_wrapper(int value_) : in int_wrapper()
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.decls/temp.friend/
H A Dp1.cpp5 T value_; member
/minix3/external/bsd/llvm/dist/clang/test/Analysis/
H A Dmisc-ps-region-store.cpp216 T value_; member in Foo3
/minix3/external/bsd/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h499 internal::String value_; variable