HomeSort by relevance Sort by last modified time
    Searched refs:end_tag (Results 1 - 7 of 7) sorted by null

  /art/runtime/base/
bit_vector.h 85 struct end_tag { }; struct in class:art::BitVector::IndexIterator
92 IndexIterator(const BitVector* bit_vector, end_tag)
139 return IndexIterator(bit_vector_, IndexIterator::end_tag());
  /hardware/qcom/audio/hal/
platform_info.c 227 static void end_tag(void *userdata __unused, const XML_Char *tag_name) function
264 XML_SetElementHandler(parser, start_tag, end_tag);
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
encoder.py 702 end_tag = TagBytes(field_number, wire_format.WIRETYPE_END_GROUP)
709 write(end_tag)
715 return write(end_tag)
  /external/protobuf/python/google/protobuf/internal/
encoder.py 619 end_tag = TagBytes(field_number, wire_format.WIRETYPE_END_GROUP)
626 write(end_tag)
632 return write(end_tag)
  /system/media/audio_route/
audio_route.c 465 static void end_tag(void *data, const XML_Char *tag_name) function
765 XML_SetElementHandler(parser, start_tag, end_tag);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.cc 1605 uint32 end_tag = WireFormatLite::MakeTag( local
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.cc 1365 uint32 end_tag = WireFormatLite::MakeTag( local
    [all...]

Completed in 120 milliseconds