Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dreadability-magic-numbers.cpp62 int ValueArray[] = {3, 5, 0, 0, 0}; variable
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/internal/
Dgtest-param-util.h731 ValueArray(Ts... v) : v_{std::move(v)...} {} in ValueArray() function
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-param-util.h734 ValueArray(Ts... v) : v_{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/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-param-util.h773 ValueArray(Ts... v) : v_{ std::move(v)... } {} in ValueArray() function
/external/tensorflow/tensorflow/core/kernels/
Dlookup_table_op.cc313 typedef gtl::InlinedVector<V, 4> ValueArray; typedef in tensorflow::lookup::MutableHashTableOfTensors
/external/pdfium/fxjs/
Dcjs_field.cpp2098 v8::Local<v8::Array> ValueArray = pRuntime->NewArray(); in get_value() local
2147 v8::Local<v8::Array> ValueArray = pRuntime->ToArray(vp); in set_value() local