/third_party/ltp/tools/ |
H A D | genhtml.pl | 65 my $end_tag = shift (@ARGV) || syntax(); 70 print "syntax: prtag2tag start_tag end_tag output_tag execution_tag file(s)\n"; 91 if ($start_tag eq "" || $end_tag eq "" || $output_tag eq "" || $execution_tag eq "") { 116 if ($line =~ /$end_tag/) {
|
/third_party/protobuf/python/google/protobuf/internal/ |
H A D | encoder.py | 735 end_tag = TagBytes(field_number, wire_format.WIRETYPE_END_GROUP) 742 write(end_tag) 748 return write(end_tag)
|
H A D | message_test.py | 165 end_tag = encoder.TagBytes(1, 4) 168 msg.FromString(end_tag)
|
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/ |
H A D | tre.h | 167 int end_tag; member
|
H A D | regexec.c | 944 if (submatch_data[i].so_tag == tnfa->end_tag) in tre_fill_pmatch() 949 if (submatch_data[i].eo_tag == tnfa->end_tag) in tre_fill_pmatch()
|
H A D | regcomp.c | 1226 tnfa->end_tag = 0; in tre_add_tags() 1663 tnfa->end_tag = num_tags; in tre_add_tags()
|
/third_party/musl/porting/liteos_m/kernel/src/regex/ |
H A D | tre.h | 166 int end_tag; member
|
H A D | regexec.c | 944 if (submatch_data[i].so_tag == tnfa->end_tag) in tre_fill_pmatch() 949 if (submatch_data[i].eo_tag == tnfa->end_tag) in tre_fill_pmatch()
|
H A D | regcomp.c | 1225 tnfa->end_tag = 0; in tre_add_tags() 1662 tnfa->end_tag = num_tags; in tre_add_tags()
|
/third_party/musl/porting/uniproton/kernel/src/regex/ |
H A D | tre.h | 166 int end_tag; member
|
H A D | regexec.c | 944 if (submatch_data[i].so_tag == tnfa->end_tag) in tre_fill_pmatch() 949 if (submatch_data[i].eo_tag == tnfa->end_tag) in tre_fill_pmatch()
|
H A D | regcomp.c | 1225 tnfa->end_tag = 0; in tre_add_tags() 1662 tnfa->end_tag = num_tags; in tre_add_tags()
|
/third_party/musl/src/regex/ |
H A D | tre.h | 165 int end_tag; member
|
H A D | regexec.c | 944 if (submatch_data[i].so_tag == tnfa->end_tag) in tre_fill_pmatch() 949 if (submatch_data[i].eo_tag == tnfa->end_tag) in tre_fill_pmatch()
|
H A D | regcomp.c | 1225 tnfa->end_tag = 0; in tre_add_tags() 1662 tnfa->end_tag = num_tags; in tre_add_tags()
|
/third_party/node/deps/v8/src/objects/ |
H A D | value-serializer.h | 314 SerializationTag end_tag,
|
H A D | value-serializer.cc | 2272 Handle<JSObject> object, SerializationTag end_tag, in ReadJSObjectProperties() 2289 if (tag == end_tag) { in ReadJSObjectProperties() 2290 ConsumeTag(end_tag); in ReadJSObjectProperties() 2390 if (tag == end_tag) { in ReadJSObjectProperties() 2391 ConsumeTag(end_tag); in ReadJSObjectProperties() 2271 ReadJSObjectProperties( Handle<JSObject> object, SerializationTag end_tag, bool can_use_transitions) ReadJSObjectProperties() argument
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | protostream_objectsource.h | 129 // Writes a proto2 Message to the ObjectWriter. When the given end_tag is 136 const uint32 end_tag,
|
H A D | protostream_objectsource.cc | 189 const uint32 end_tag, in WriteMessage() 204 if (!name.empty() && tag == end_tag && suppress_empty_object_) { in WriteMessage() 211 while (tag != end_tag && tag != 0) { in WriteMessage() 187 WriteMessage(const google::protobuf::Type& type, StringPiece name, const uint32 end_tag, bool include_start_and_end, ObjectWriter* ow) const WriteMessage() argument
|
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | cpp_helpers.cc | 1846 uint32 end_tag = WireFormatLite::MakeTag( in GenerateParseLoop() local 1852 format_("($1$u <= tag && tag < $2$u)", start_tag, end_tag); in GenerateParseLoop()
|