Home
last modified time | relevance | path

Searched refs:ProtoToString (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/system/core/debuggerd/libdebuggerd/test/
H A Dtombstone_proto_to_text_test.cpp62 void ProtoToString() { in ProtoToString() function in TombstoneProtoToTextTest
84 ProtoToString(); in TEST_F()
88 ProtoToString(); in TEST_F()
93 ProtoToString(); in TEST_F()
100 ProtoToString(); in TEST_F()
108 ProtoToString(); in TEST_F()
112 ProtoToString(); in TEST_F()
116 ProtoToString(); in TEST_F()
121 ProtoToString(); in TEST_F()
131 ProtoToString(); in TEST_F()
[all …]
/aosp_15_r20/device/google/cuttlefish/host/commands/metrics/
Dutils.h37 std::string ProtoToString(LogEvent* event);
Devents.cc202 std::string ProtoToString(LogEvent* event) { in ProtoToString() function
/aosp_15_r20/external/webrtc/p2p/base/
H A Dport.h130 const char* ProtoToString(ProtocolType proto);
H A Dturn_port.cc397 << ProtoToString(server_address_.proto) << " @ " in PrepareAddress()
896 ProtoToString(server_address_.proto), // The first hop protocol. in OnAllocateSuccess()
H A Dp2p_transport_channel.cc1076 c.protocol() == ProtoToString(proto)) { in OnUnknownAddress()
1129 component(), ProtoToString(proto), address, remote_candidate_priority, in OnUnknownAddress()
H A Dport.cc81 const char* ProtoToString(ProtocolType proto) { in ProtoToString() function
/aosp_15_r20/external/webrtc/pc/
H A Dwebrtc_sdp.cc1230 *candidate = Candidate(component_id, cricket::ProtoToString(*protocol), in ParseCandidate()