Home
last modified time | relevance | path

Searched defs:ValueArray (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-param-util.h734 ValueArray(Ts... v) : v_{std::move(v)...} {} in ValueArray() function
/external/cronet/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-param-util.h792 explicit ValueArray(Ts... v) : v_(FlatTupleConstructTag{}, std::move(v)...) {} in ValueArray() function
/external/googletest/googletest/include/gtest/internal/
Dgtest-param-util.h794 explicit ValueArray(Ts... v) : v_(FlatTupleConstructTag{}, std::move(v)...) {} in ValueArray() function
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/internal/
Dgtest-param-util.h794 explicit ValueArray(Ts... v) : v_(FlatTupleConstructTag{}, std::move(v)...) {} in ValueArray() function
/external/cronet/third_party/boringssl/src/third_party/googletest/include/gtest/internal/
Dgtest-param-util.h794 explicit ValueArray(Ts... v) : v_(FlatTupleConstructTag{}, std::move(v)...) {} in ValueArray() function
/external/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-param-util.h802 explicit ValueArray(Ts... v) : v_(FlatTupleConstructTag{}, std::move(v)...) {} in ValueArray() function
/external/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-param-util.h802 explicit ValueArray(Ts... v) : v_(FlatTupleConstructTag{}, std::move(v)...) {} in ValueArray() function
/external/pdfium/fxjs/
Dcjs_field.cpp2068 v8::Local<v8::Array> ValueArray = pRuntime->NewArray(); in get_value() local
2117 v8::Local<v8::Array> ValueArray = pRuntime->ToArray(vp); in set_value() local
/external/tensorflow/tensorflow/core/kernels/
Dlookup_table_op.cc407 typedef gtl::InlinedVector<V, 4> ValueArray; typedef in tensorflow::lookup::MutableHashTableOfTensors