Home
last modified time | relevance | path

Searched refs:CodeText (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/regex-re2/re2/
H A Dregexp.cc513 string RegexpStatus::CodeText(enum RegexpStatusCode code) { in CodeText() function in re2::RegexpStatus
521 return CodeText(code_); in Text()
523 s.append(CodeText(code_)); in Text()
H A Dregexp.h207 static string CodeText(RegexpStatusCode code);
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/
Dregexp.cc511 std::string RegexpStatus::CodeText(enum RegexpStatusCode code) { in CodeText() function in re2::RegexpStatus
519 return CodeText(code_); in Text()
521 s.append(CodeText(code_)); in Text()
Dregexp.h209 static std::string CodeText(RegexpStatusCode code);
/aosp_15_r20/external/cronet/third_party/re2/src/re2/
H A Dregexp.cc527 std::string RegexpStatus::CodeText(enum RegexpStatusCode code) { in CodeText() function in re2::RegexpStatus
535 return CodeText(code_); in Text()
537 s.append(CodeText(code_)); in Text()
H A Dregexp.h208 static std::string CodeText(RegexpStatusCode code);
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/security/BluetoothGeneratedPacketsSmp_h/gen/security/
Dsmp_packets.h86 inline std::string CodeText(const Code& param) {std::stringstream builder;switch (param) {case Code… in CodeText() function
142 … << std::showbase << std::hex << "Command { ";ss << "" << "code = " << CodeText(GetCode()) << ", … in CreateOptional()