Home
last modified time | relevance | path

Searched defs:debug_string (Results 1 – 24 of 24) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dunredacted_debug_format_for_test.cc14 std::string debug_string; in UnredactedDebugFormatForTest() local
27 std::string debug_string; in UnredactedShortDebugFormatForTest() local
45 std::string debug_string; in UnredactedUtf8DebugFormatForTest() local
Dunknown_field_set_unittest.cc366 const std::string debug_string = empty_message_.DebugString(); in TEST_F() local
376 const std::string debug_string = empty_message_.DebugString(); in TEST_F() local
Dtext_format.cc87 inline void TrimTrailingSpace(std::string& debug_string) { in TrimTrailingSpace()
157 std::string debug_string; in DebugString() local
178 std::string debug_string; in ShortDebugString() local
201 std::string debug_string; in Utf8DebugString() local
Dmessage_lite.h439 std::string (*debug_string)(const MessageLite&); member
Dtext_format_unittest.cc347 std::string debug_string = proto_.DebugString(); in TEST_F() local
373 std::string debug_string = proto_.DebugString(); in TEST_F() local
/third_party/grpc/src/core/lib/security/credentials/iam/
Diam_credentials.h48 std::string debug_string() override { return debug_string_; } in debug_string() function
/third_party/grpc/src/core/lib/security/credentials/oauth2/
Doauth2_credentials.cc265 std::string Oauth2TokenFetcherCredentials::debug_string() { in debug_string() function in grpc_core::Oauth2TokenFetcherCredentials
297 std::string debug_string() override { in debug_string() function in __anon5263210e0111::grpc_compute_engine_token_fetcher_credentials
396 std::string grpc_google_refresh_token_credentials::debug_string() { in debug_string() function in grpc_google_refresh_token_credentials
470 std::string debug_string() override { in debug_string() function in grpc_core::__anon5263210e0211::StsTokenFetcherCredentials
641 std::string grpc_access_token_credentials::debug_string() { in debug_string() function in grpc_access_token_credentials
/third_party/grpc/src/core/lib/security/credentials/fake/
Dfake_credentials.h107 std::string debug_string() override { return "MD only Test Credentials"; } in debug_string() function
/third_party/grpc/src/core/lib/security/credentials/jwt/
Djwt_credentials.h61 std::string debug_string() override { in debug_string() function
/third_party/protobuf/rust/upb/
Dtext.rs45 pub unsafe fn debug_string(msg: RawMessage, mt: *const upb_MiniTable) -> String { in debug_string() function
/third_party/grpc/src/core/lib/security/credentials/external/
Dfile_external_account_credentials.cc154 std::string FileExternalAccountCredentials::debug_string() { in debug_string() function in grpc_core::FileExternalAccountCredentials
Durl_external_account_credentials.cc133 std::string UrlExternalAccountCredentials::debug_string() { in debug_string() function in grpc_core::UrlExternalAccountCredentials
Daws_external_account_credentials.cc508 std::string AwsExternalAccountCredentials::debug_string() { in debug_string() function in grpc_core::AwsExternalAccountCredentials
/third_party/grpc/src/core/lib/security/credentials/gcp_service_account_identity/
Dgcp_service_account_identity_credentials.cc158 std::string GcpServiceAccountIdentityCallCredentials::debug_string() { in debug_string() function in grpc_core::GcpServiceAccountIdentityCallCredentials
/third_party/grpc/src/core/lib/security/credentials/composite/
Dcomposite_credentials.cc64 std::string grpc_composite_call_credentials::debug_string() { in debug_string() function in grpc_composite_call_credentials
/third_party/grpc/src/core/lib/security/credentials/plugin/
Dplugin_credentials.cc46 std::string grpc_plugin_credentials::debug_string() { in debug_string() function in grpc_plugin_credentials
/third_party/grpc/src/core/lib/security/credentials/
Dcredentials.h226 virtual std::string debug_string() { in debug_string() function
/third_party/grpc/src/core/lib/transport/
Dparsed_metadata.h229 std::string (*const debug_string)(const Buffer& value); member
/third_party/grpc/include/grpc/
Dcredentials.h180 char* (*debug_string)(void* state); member
/third_party/grpc/test/cpp/interop/
Dinterop_client.cc1195 std::string debug_string = absl::StrFormat( in PerformOneSoakTestIteration() local
1233 std::string debug_string = std::get<2>(result); in PerformSoakTest() local
/third_party/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc2769 std::string debug_string = original_file->DebugString(); in TEST_F() local
2817 std::string debug_string = original_file->DebugString(); in TEST_F() local
2955 const std::string debug_string = in TEST_F() local
2992 std::string debug_string = file->DebugString(); in TEST_F() local
/third_party/protobuf/rust/
Dcpp.rs332 pub fn debug_string(msg: RawMessage, f: &mut fmt::Formatter<'_>) -> fmt::Result { in debug_string() function
/third_party/protobuf/src/google/protobuf/util/
Dmessage_differencer.cc53 std::string debug_string; in PrintShortTextFormat() local
/third_party/grpc/test/core/security/
Dcredentials_test.cc2443 std::string debug_string() override { in debug_string() function in grpc_core::__anon62eef70e0111::TokenFetcherCredentialsTest::TestTokenFetcherCredentials
2711 std::string debug_string() override { in debug_string() function in grpc_core::__anon62eef70e0111::TestExternalAccountCredentials