Home
last modified time | relevance | path

Searched refs:data_view (Results 1 – 15 of 15) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/tests/
Ddata_view_unittest.cc19 namespace data_view { namespace
28 std::unique_ptr<TestStructDataView> data_view; member
39 result->data_view = in SerializeTestStruct()
66 auto& data_view = *data_view_holder->data_view; in TEST_F() local
69 data_view.GetFStringDataView(&string_data_view); in TEST_F()
82 auto& data_view = *data_view_holder->data_view; in TEST_F() local
85 data_view.GetFStructDataView(&struct_data_view); in TEST_F()
97 auto& data_view = *data_view_holder->data_view; in TEST_F() local
100 data_view.GetFNativeStructDataView(&struct_data_view); in TEST_F()
118 auto& data_view = *data_view_holder->data_view; in TEST_F() local
[all …]
/external/libchrome/mojo/public/tools/bindings/generators/cpp_templates/
Dstruct_serialization_declaration.tmpl2 {%- set data_view = struct|get_qualified_name_for_kind ~ "DataView" %}
10 struct Serializer<{{data_view}}, MaybeConstUserType> {
12 using Traits = StructTraits<{{data_view}}, UserType>;
34 {{data_view}} data_view(input, context);
35 return Traits::Read(data_view, output);
Dunion_serialization_declaration.tmpl1 {%- set data_view = union|get_qualified_name_for_kind ~ "DataView" %}
7 struct Serializer<{{data_view}}, MaybeConstUserType> {
9 using Traits = UnionTraits<{{data_view}}, UserType>;
37 case {{data_view}}::Tag::{{field.name|upper}}: {
101 {{data_view}} data_view(input, context);
102 return Traits::Read(data_view, output);
/external/webrtc/rtc_tools/rtc_event_log_visualizer/
Danalyzer_common.h91 const IterableType& data_view, in ProcessPoints() argument
93 for (size_t i = 0; i < data_view.size(); i++) { in ProcessPoints()
94 const DataType& elem = data_view[i]; in ProcessPoints()
148 const IterableType& data_view, in MovingAverage() argument
157 while (window_index_end < data_view.size() && in MovingAverage()
158 data_view[window_index_end].log_time_us() < t) { in MovingAverage()
159 absl::optional<ResultType> value = fy(data_view[window_index_end]); in MovingAverage()
164 while (window_index_begin < data_view.size() && in MovingAverage()
165 data_view[window_index_begin].log_time_us() < in MovingAverage()
167 absl::optional<ResultType> value = fy(data_view[window_index_begin]); in MovingAverage()
/external/libchrome/mojo/public/cpp/base/
Dread_only_buffer_mojom_traits.cc13 ArrayDataView<uint8_t> data_view; in Read() local
14 input.GetBufferDataView(&data_view); in Read()
19 *out = base::span<const uint8_t>(data_view.data(), data_view.size()); in Read()
/external/webrtc/test/fuzzers/
Daudio_encoder_fuzzer.cc24 void FuzzAudioEncoder(rtc::ArrayView<const uint8_t> data_view, in FuzzAudioEncoder() argument
26 test::FuzzDataHelper data(data_view); in FuzzAudioEncoder()
30 if (data_view.size() / block_size_bytes > 1000) { in FuzzAudioEncoder()
Daudio_encoder_fuzzer.h21 void FuzzAudioEncoder(rtc::ArrayView<const uint8_t> data_view,
/external/pdfium/testing/fuzzers/
Dpdf_formcalc_context_fuzzer.cc526 ByteStringView data_view(data_, size_); in OnRenderFinished() local
530 WideString::FromUTF8(data_view).AsStringView(), in OnRenderFinished()
/external/webrtc/audio/voip/
Daudio_ingress.cc159 auto data_view = rtc::ArrayView<const uint8_t>(payload, payload_data_length); in ReceivedRTPPacket() local
162 if (acm_receiver_.InsertPacket(header, data_view) != 0) { in ReceivedRTPPacket()
/external/libchrome/mojo/public/cpp/bindings/lib/
Dnative_struct_serialization.cc56 native::NativeStructDataView data_view(input, context); in Deserialize() local
58 native::NativeStructPtr>::Read(data_view, output); in Deserialize()
/external/libchrome/mojo/public/interfaces/bindings/tests/
Dtest_data_view.mojom5 module mojo.test.data_view;
/external/skia/experimental/wasm-skp-debugger/
Ddebugger_bindings.cpp225 std::string_view data_view(reinterpret_cast<const char*>(skdata->data()), skdata->size()); in jsonCommandList()
227 return std::string(data_view); in jsonCommandList()
248 std::string_view data_view(reinterpret_cast<const char*>(skdata->data()), skdata->size()); in lastCommandInfo()
250 return std::string(data_view); in lastCommandInfo()
/external/libabigail/tests/data/test-read-dwarf/
Dtest11-pr18828.so.abi13993 …taView' size-in-bits='64' visibility='default' filepath='src/mongo/base/data_view.h' line='39' col…
13995 …<typedef-decl name='bytes_type' type-id='type-id-85' filepath='src/mongo/base/data_view.h' line='4…
13998 …s' type-id='type-id-3182' visibility='default' filepath='src/mongo/base/data_view.h' line='66' col…
14001 …<function-decl name='ConstDataView' filepath='src/mongo/base/data_view.h' line='43' column='1' vis…
14008 … mangled-name='_ZN5mongo13ConstDataViewC2EPKc' filepath='src/mongo/base/data_view.h' line='43' col…
14015 …angled-name='_ZNK5mongo13ConstDataView4viewEm' filepath='src/mongo/base/data_view.h' line='45' col…
14017 …<parameter type-id='type-id-1381' name='offset' filepath='src/mongo/base/data_view.h' line='45' co…
14022 …ConstDataView4readINS_12LittleEndianIiEEEET_m' filepath='src/mongo/base/data_view.h' line='57' col…
14024 …<parameter type-id='type-id-1381' name='offset' filepath='src/mongo/base/data_view.h' line='57' co…
14029 …ataView4readINS_12LittleEndianIiEEEERKS0_PT_m' filepath='src/mongo/base/data_view.h' line='50' col…
[all …]
Dtest12-pr18844.so.abi18621 …taView' size-in-bits='64' visibility='default' filepath='src/mongo/base/data_view.h' line='39' col…
18623 …<typedef-decl name='bytes_type' type-id='type-id-100' filepath='src/mongo/base/data_view.h' line='…
18626 …s' type-id='type-id-3456' visibility='default' filepath='src/mongo/base/data_view.h' line='66' col…
18629 …<function-decl name='ConstDataView' filepath='src/mongo/base/data_view.h' line='43' column='1' vis…
18636 …taView' size-in-bits='64' visibility='default' filepath='src/mongo/base/data_view.h' line='69' col…
18639 …<typedef-decl name='bytes_type' type-id='type-id-208' filepath='src/mongo/base/data_view.h' line='…
18642 …<function-decl name='DataView' filepath='src/mongo/base/data_view.h' line='73' column='1' visibili…
DPR22122-libftdc.so.abi2831 …<typedef-decl name='bytes_type' type-id='type-id-66' filepath='src/mongo/base/data_view.h' line='7…