Home
last modified time | relevance | path

Searched refs:Value (Results 1 – 20 of 20) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
Diterator_adaptor.hpp174 , class Value
186 Value
195 Value, iterator_value<Base>
207 is_same<Value,use_default>
209 , add_reference<Value>
256 , class Value = use_default
263 Derived, Base, Value, Traversal, Reference, Difference
270 Derived, Base, Value, Traversal, Reference, Difference
287 typedef iterator_adaptor<Derived,Base,Value,Traversal,Reference,Difference> iterator_adaptor_;
Diterator_facade.hpp220 template <class Reference, class Value>
229 , Value const volatile*
238 template <class Reference, class Value>
241 is_non_proxy_reference_impl<Reference, Value>::value
245 template <class Reference, class Value>
250 , Value const volatile*
270 template <class Iterator, class Value, class Reference, class CategoryOrTraversal>
275 is_convertible<Reference,Value const&>
287 is_non_proxy_reference<Reference,Value>
382 template <class Iterator, class Value, class Reference>
[all …]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
Dfixed_mapping.hpp59 template<typename Key, typename Value, typename Compare = std::less<Key> >
62 typedef std::pair<Key,Value> elem_type;
67 typedef typename call_traits<Value>::param_type value_param_type;
68 typedef typename call_traits<Value>::const_reference value_ref_type;
105 Value m_invalid_value;
/ndk/tests/device/test-cxx-init-array/jni/
Dglobal_ctor.h7 int Value;
14 return (Value == 42); in IsInitialized()
Dglobal_ctor.cpp3 GlobalCtor::GlobalCtor() : Value(42) { } in GlobalCtor()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
Dalways.hpp23 template< typename Value > struct always
31 typedef Value type;
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
Dmeta.hpp59 template<class Value,
73 typedef equal_to<Value,Case0Val> is_case0 ;
74 typedef equal_to<Value,Case1Val> is_case1 ;
75 typedef equal_to<Value,Case2Val> is_case2 ;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ext/
Dhash_set21 template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
22 class Alloc = allocator<Value>>
27 typedef Value key_type;
93 template <class Value, class Hash, class Pred, class Alloc>
94 void swap(hash_set<Value, Hash, Pred, Alloc>& x,
95 hash_set<Value, Hash, Pred, Alloc>& y);
97 template <class Value, class Hash, class Pred, class Alloc>
99 operator==(const hash_set<Value, Hash, Pred, Alloc>& x,
100 const hash_set<Value, Hash, Pred, Alloc>& y);
102 template <class Value, class Hash, class Pred, class Alloc>
[all …]
/ndk/sources/third_party/googletest/googletest/test/
Dgtest_output_test_golden_lin.txt4 Value of: false
8 Value of: 3
37 Value of: actual
42 Value of: actual
51 Value of: x
58 Value of: x
65 Value of: false
99 Value of: n
105 Value of: n
114 Value of: n
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dunordered_set23 template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
24 class Alloc = allocator<Value>>
29 typedef Value key_type;
157 template <class Value, class Hash, class Pred, class Alloc>
158 void swap(unordered_set<Value, Hash, Pred, Alloc>& x,
159 unordered_set<Value, Hash, Pred, Alloc>& y)
162 template <class Value, class Hash, class Pred, class Alloc>
164 operator==(const unordered_set<Value, Hash, Pred, Alloc>& x,
165 const unordered_set<Value, Hash, Pred, Alloc>& y);
167 template <class Value, class Hash, class Pred, class Alloc>
[all …]
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_watcom.h138 long __stl_InterlockedExchange( long *Destination, long Value );
/ndk/sources/host-tools/make-3.81/doc/
Dmake.info135 Node: Value Function239226
Dmake.info-1240 * Value Function:: Return the un-expanded value of a variable.
5112 * Value Function:: Return the un-expanded value of a variable.
5664 File: make.info, Node: Call Function, Next: Value Function, Prev: Foreach Function, Up: Functio…
5741 File: make.info, Node: Value Function, Next: Eval Function, Prev: Call Function, Up: Functions
5781 File: make.info, Node: Eval Function, Next: Origin Function, Prev: Value Function, Up: Functions
5801 characters when using `eval'. The `value' function (*note Value
Dmake.info-22330 *Note The `value' Function: Value Function.
4138 * variables, unexpanded value: Value Function. (line 6)
4379 * value: Value Function. (line 6)
Dmake.texi266 * Value Function:: Return the un-expanded value of a variable.
6202 * Value Function:: Return the un-expanded value of a variable.
6937 @node Call Function, Value Function, Foreach Function, Functions
7030 @node Value Function, Eval Function, Call Function, Functions
7078 @node Eval Function, Origin Function, Value Function, Functions
7101 function (@pxref{Value Function}) can sometimes be useful in these
10522 @xref{Value Function, ,The @code{value} Function}.
/ndk/sources/third_party/googletest/googletest/
DCHANGES43 * Value-parameterized test fixtures can now derive from Test and
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest-param-test.h.pump44 // Value-parameterized tests allow you to test your code with different
/ndk/build/gmsl/
D__gmsl786 # 2: Value to push onto the top of the stack (must not contain
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
Dcmath.pass.cpp20 struct Value { struct
/ndk/docs/text/
DCHANGES.text424 - Fixed Clang 3.2 X86/MIPS ICE in llvm/lib/VMCore/Value.cpp.