Home
last modified time | relevance | path

Searched refs:end_tag (Results 1 - 20 of 20) sorted by relevance

/third_party/ltp/tools/
H A Dgenhtml.pl65 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 Dencoder.py735 end_tag = TagBytes(field_number, wire_format.WIRETYPE_END_GROUP)
742 write(end_tag)
748 return write(end_tag)
H A Dmessage_test.py165 end_tag = encoder.TagBytes(1, 4)
168 msg.FromString(end_tag)
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
H A Dtre.h167 int end_tag; member
H A Dregexec.c944 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 Dregcomp.c1226 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 Dtre.h166 int end_tag; member
H A Dregexec.c944 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 Dregcomp.c1225 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 Dtre.h166 int end_tag; member
H A Dregexec.c944 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 Dregcomp.c1225 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 Dtre.h165 int end_tag; member
H A Dregexec.c944 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 Dregcomp.c1225 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 Dvalue-serializer.h314 SerializationTag end_tag,
H A Dvalue-serializer.cc2272 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 Dprotostream_objectsource.h129 // Writes a proto2 Message to the ObjectWriter. When the given end_tag is
136 const uint32 end_tag,
H A Dprotostream_objectsource.cc189 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 Dcpp_helpers.cc1846 uint32 end_tag = WireFormatLite::MakeTag( in GenerateParseLoop() local
1852 format_("($1$u <= tag && tag < $2$u)", start_tag, end_tag); in GenerateParseLoop()

Completed in 36 milliseconds