Home
last modified time | relevance | path

Searched defs:fixed_array (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/angle/third_party/abseil-cpp/
H A Dabsl_hardening_test.cc40 absl::FixedArray<int, 4> fixed_array(0); in TEST() local
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/
H A Dabsl_hardening_test.cc40 absl::FixedArray<int, 4> fixed_array(0); in TEST() local
/aosp_15_r20/external/cronet/third_party/abseil-cpp/
H A Dabsl_hardening_test.cc40 absl::FixedArray<int, 4> fixed_array(0); in TEST() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/src/tables/postscript/
H A Dstack.rs166 pub fn fixed_array<const N: usize>(&self, first_index: usize) -> Result<[Fixed; N], Error> { in fixed_array() method
/aosp_15_r20/packages/modules/Bluetooth/system/gd/packet/parser/test/
Dgenerated_packet_test.cc477 std::array<ForArrays, 5> fixed_array{{ForArrays::ONE, ForArrays::TWO, ForArrays::ONE_TWO, in TEST() local
762 std::array<Variable, 5> fixed_array{std::string("one"), std::string("two"), std::string("three"), in TEST() local
796 std::array<Variable, 5> fixed_array{std::string("one"), std::string("two"), std::string("three"), in TEST() local