Home
last modified time | relevance | path

Searched defs:STRING_PIECE (Results 1 – 7 of 7) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/FieldOptions/
DCType.php27 const STRING_PIECE = 2; define in Google\\Protobuf\\Internal\\FieldOptions\\CType
/third_party/skia/m133/third_party/externals/icu/source/common/
Dulocbuilder.cpp58 #define STRING_PIECE(s, l) ((l)<0 ? StringPiece(s) : StringPiece((s), (l))) macro
/third_party/protobuf/benchmarks/
Ddescriptor_sv.proto508 STRING_PIECE = 2; enumerator
Ddescriptor.proto506 STRING_PIECE = 2; enumerator
/third_party/protobuf/src/google/protobuf/
Ddescriptor.proto665 STRING_PIECE = 2; enumerator
Ddescriptor.pb.cc2348 constexpr FieldOptions_CType FieldOptions::STRING_PIECE; member in google::protobuf::FieldOptions
Ddescriptor.pb.h6876 static constexpr CType STRING_PIECE = FieldOptions_CType_STRING_PIECE; variable