Home
last modified time | relevance | path

Searched refs:ValueAndPostionView (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/logging/rtc_event_log/events/
Drtc_event_field_encoding_parser.cc382 RtcEventLogParseStatusOr<EventParser::ValueAndPostionView>
385 using StatusOr = RtcEventLogParseStatusOr<ValueAndPostionView>; in ParseOptionalNumericField()
390 ValueAndPostionView view{GetValues(), GetPositions()}; in ParseOptionalNumericField()
Drtc_event_field_encoding_parser.h102 struct ValueAndPostionView { struct
124 RtcEventLogParseStatusOr<ValueAndPostionView> ParseOptionalNumericField( argument