Home
last modified time | relevance | path

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

/third_party/protobuf/php/src/Google/Protobuf/Internal/FieldDescriptorProto/
DType.php58 const TYPE_STRING = 9; define in Google\\Protobuf\\Internal\\FieldDescriptorProto\\Type
/third_party/protobuf/php/src/Google/Protobuf/Field/
DKind.php75 const TYPE_STRING = 9; define in Google\\Protobuf\\Field\\Kind
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_data_DataShareResultSet.js22 TYPE_STRING: 3, property
/third_party/protobuf/src/google/protobuf/
Dtype.proto85 TYPE_STRING = 9; enumerator
Ddescriptor.proto154 TYPE_STRING = 9; enumerator
Dtype.pb.cc301 constexpr Field_Kind Field::TYPE_STRING; member in Field
Ddescriptor.h605 TYPE_STRING = 9, // UTF-8 text. enumerator
Dwire_format_lite.h121 TYPE_STRING = 9, enumerator
Dtype.pb.h552 static constexpr Kind TYPE_STRING = variable
Ddescriptor.pb.cc1246 constexpr FieldDescriptorProto_Type FieldDescriptorProto::TYPE_STRING; member in FieldDescriptorProto
Ddescriptor.pb.h1863 static constexpr Type TYPE_STRING = variable
/third_party/protobuf/src/google/protobuf/util/internal/
Ddatapiece.h72 TYPE_STRING = 9, enumerator
/third_party/protobuf/src/google/protobuf/io/
Dtokenizer.h119 TYPE_STRING, // A quoted sequence of escaped characters. Either single enumerator
/third_party/cups-filters/filter/foomatic-rip/
Doptions.h39 #define TYPE_STRING 6 macro
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto119 TYPE_STRING = 9; enumerator
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto119 TYPE_STRING = 9; enumerator
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto119 TYPE_STRING = 9; enumerator
/third_party/node/deps/v8/src/flags/
Dflags.cc62 TYPE_STRING, enumerator
/third_party/python/Python/
Dmarshal.c58 #define TYPE_STRING 's' macro
/third_party/protobuf/python/google/protobuf/
Ddescriptor.py469 TYPE_STRING = 9 variable in FieldDescriptor