Home
last modified time | relevance | path

Searched defs:ParseMessage (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/
H A Dreflection.py62 def ParseMessage(descriptor, byte_str): function
/aosp_15_r20/external/protobuf/python/google/protobuf/
H A Dreflection.py62 def ParseMessage(descriptor, byte_str): function
/aosp_15_r20/external/federated-compute/fcp/testing/
H A Dtesting.h193 static std::unique_ptr<google::protobuf::Message> ParseMessage( in ParseMessage() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
H A Dcrypto_framer.cc62 std::unique_ptr<CryptoHandshakeMessage> CryptoFramer::ParseMessage( in ParseMessage() function in quic::CryptoFramer
/aosp_15_r20/external/perfetto/src/trace_processor/util/
H A Dproto_to_args_parser.cc97 base::Status ProtoToArgsParser::ParseMessage( in ParseMessage() function in perfetto::trace_processor::util::ProtoToArgsParser
/aosp_15_r20/external/grpc-grpc/test/cpp/util/
H A Dgrpc_tool.cc871 bool GrpcTool::ParseMessage(int argc, const char** argv, in ParseMessage() function in grpc::testing::GrpcTool
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/
H A Djson_util_test.cc263 TEST_F(JsonUtilTest, ParseMessage) { in TEST_F() argument
/aosp_15_r20/external/protobuf/src/google/protobuf/util/
H A Djson_util_test.cc263 TEST_F(JsonUtilTest, ParseMessage) { in TEST_F() argument
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Dparse_context.cc279 const char* ParseContext::ParseMessage(MessageLite* msg, const char* ptr) { in ParseMessage() function in google::protobuf::internal::ParseContext
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Dparse_context.cc279 const char* ParseContext::ParseMessage(MessageLite* msg, const char* ptr) { in ParseMessage() function in google::protobuf::internal::ParseContext
/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dstreamer.cpp82 bool ParseMessage(const uint8_t* data, size_t length, Json::Value* msg_out) { in ParseMessage() function
/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_mdns.cpp1063 static void ParseMessage(const Message &aMessage, const Core::AddressInfo *aUnicastDest) in ParseMessage() function