Home
last modified time | relevance | path

Searched defs:CUnescape (Results 1 – 20 of 20) sorted by relevance

/external/angle/third_party/abseil-cpp/absl/strings/
Descaping.h75 inline bool CUnescape(absl::string_view source, std::string* dest) { in CUnescape() function
Descaping.cc862 bool CUnescape(absl::string_view source, std::string* dest, in CUnescape() function
/external/abseil-cpp/absl/strings/
Descaping.h75 inline bool CUnescape(absl::string_view source, std::string* dest) { in CUnescape() function
Descaping.cc849 bool CUnescape(absl::string_view source, std::string* dest, in CUnescape() function
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Descaping.h75 inline bool CUnescape(absl::string_view source, std::string* dest) { in CUnescape() function
Descaping.cc849 bool CUnescape(absl::string_view source, std::string* dest, in CUnescape() function
/external/tensorflow/third_party/absl/abseil-cpp/absl/strings/
Descaping.h75 inline bool CUnescape(absl::string_view source, std::string* dest) { in CUnescape() function
Descaping.cc862 bool CUnescape(absl::string_view source, std::string* dest, in CUnescape() function
/external/webrtc/third_party/abseil-cpp/absl/strings/
Descaping.h75 inline bool CUnescape(absl::string_view source, std::string* dest) { in CUnescape() function
Descaping.cc862 bool CUnescape(absl::string_view source, std::string* dest, in CUnescape() function
/external/cronet/third_party/abseil-cpp/absl/strings/
Descaping.h75 inline bool CUnescape(absl::string_view source, std::string* dest) { in CUnescape() function
Descaping.cc862 bool CUnescape(absl::string_view source, std::string* dest, in CUnescape() function
/external/openscreen/third_party/abseil/src/absl/strings/
Descaping.h75 inline bool CUnescape(absl::string_view source, std::string* dest) { in CUnescape() function
Descaping.cc849 bool CUnescape(absl::string_view source, std::string* dest, in CUnescape() function
/external/libtextclassifier/abseil-cpp/absl/strings/
Descaping.h75 inline bool CUnescape(absl::string_view source, std::string* dest) { in CUnescape() function
Descaping.cc849 bool CUnescape(absl::string_view source, std::string* dest, in CUnescape() function
/external/protobuf/python/google/protobuf/
Dtext_encoding.py86 def CUnescape(text): function
/external/cronet/third_party/protobuf/python/google/protobuf/
Dtext_encoding.py86 def CUnescape(text): function
/external/tensorflow/tensorflow/core/platform/
Dstr_util_test.cc39 TEST(CUnescape, Basic) { in TEST() argument
47 TEST(CUnescape, HandlesCopyOnWriteStrings) { in TEST() argument
Dstr_util.cc34 bool CUnescape(StringPiece source, string* dest, string* error) { in CUnescape() function