Home
last modified time | relevance | path

Searched refs:endTag (Results 1 - 8 of 8) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DuncalledFunctionChecksInConditional2.js42 measure = (name, startTag, endTag) => {
43 perf.measure(name, startTag, endTag)
45 perf.clearMarks(endTag)
83 measure = function (name, startTag, endTag) {
84 perf_1.measure(name, startTag, endTag);
86 perf_1.clearMarks(endTag);
/third_party/lame/ACM/tinyxml/
H A Dtinyxmlparser.cpp194 const char* endTag, in ReadText()
204 && !StringEqual( p, endTag, caseInsensitive ) in ReadText()
219 && !StringEqual( p, endTag, caseInsensitive ) ) in ReadText()
246 return p + strlen( endTag ); in ReadText()
540 string endTag = "</"; in Parse() local
541 endTag += value; in Parse()
542 endTag += ">"; in Parse()
576 if ( StringEqual( p, endTag.c_str(), false ) ) in Parse()
578 p += endTag.length(); in Parse()
739 const char* endTag in Parse() local
191 ReadText( const char* p, string* text, bool trimWhiteSpace, const char* endTag, bool caseInsensitive ) ReadText() argument
[all...]
H A Dtinyxml.h132 const char* endTag, // what ends this text
159 // Return true if the next characters in the stream are any of the endTag sequences.
161 const char* endTag,
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
H A Dtinyxmlparser.cpp577 const char* endTag, in ReadText()
587 && !StringEqual( p, endTag, caseInsensitive, encoding ) in ReadText()
603 && !StringEqual( p, endTag, caseInsensitive, encoding ) ) in ReadText()
635 p += strlen( endTag ); in ReadText()
1078 TIXML_STRING endTag ("</"); in Parse()
1079 endTag += value; in Parse()
1122 if ( StringEqual( p, endTag.c_str(), false, encoding ) ) in Parse()
1124 p += endTag.length(); in Parse()
1350 const char* endTag = "-->"; in Parse() local
1362 // p = ReadText( p, &value, false, endTag, fals in Parse()
574 ReadText( const char* p, TIXML_STRING * text, bool trimWhiteSpace, const char* endTag, bool caseInsensitive, TiXmlEncoding encoding ) ReadText() argument
1509 const char* const endTag = "]]>"; Parse() local
[all...]
H A Dtinyxml.h318 const char* endTag, // what ends this text
363 // Return true if the next characters in the stream are any of the endTag sequences.
367 const char* endTag,
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DFieldCodec.cs446 /// <param name="endTag">The end group tag.</param>
449 public static FieldCodec<T> ForGroup<T>(uint startTag, uint endTag, MessageParser<T> parser) where T : class, IMessage<T>
484 message => CodedOutputStream.ComputeGroupSize(message), startTag, endTag); field
772 uint endTag = 0) : this(reader, writer, inputMerger, valuesMerger, sizeCalculator, tag, endTag, DefaultDefault)
783 uint endTag,
793 EndTag = endTag;
796 if (endTag != 0)
797 tagSize += CodedOutputStream.ComputeRawVarint32Size(endTag);
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DArrayDecoders.java944 final int endTag = (fieldNumber << 3) | WireFormat.WIRETYPE_END_GROUP; in decodeExtension()
947 data, position, limit, endTag, registers); in decodeExtension()
H A DMessageSchema.java4828 final int endTag = (tag & ~0x7) | WireFormat.WIRETYPE_END_GROUP; in parseOneofField()
4831 getMessageFieldSchema(bufferPosition), data, position, limit, endTag, registers); in parseOneofField()
5055 final int endTag = (number << 3) | WireFormat.WIRETYPE_END_GROUP; in parseProto2Message()
5058 getMessageFieldSchema(pos), data, position, limit, endTag, registers); in parseProto2Message()

Completed in 22 milliseconds