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

  /external/protobuf/src/google/protobuf/
map_test_util.cc     [all...]
map_field.h 95 virtual void MapBegin(MapIterator* map_iter) const = 0;
190 void MapBegin(MapIterator* map_iter) const;
map_field_test.cc 91 void MapBegin(MapIterator* map_iter) const {}
message.cc 262 MapIterator Reflection::MapBegin(
generated_message_reflection.h 277 MapIterator MapBegin(
map_field_inl.h 112 void TypeDefinedMapFieldBase<Key, T>::MapBegin(MapIterator* map_iter) const {
message.h     [all...]
generated_message_reflection.cc     [all...]
  /external/swiftshader/third_party/subzero/src/
IceCfgNode.cpp 783 LiveBeginEndMap &MapBegin = *Liveness->getLiveBegin(this);
785 if (std::adjacent_find(MapBegin.begin(), MapBegin.end(), ComparePair) ==
786 MapBegin.end() &&
804 for (auto Start = MapBegin.begin();
805 (Start = std::adjacent_find(Start, MapBegin.end(), ComparePair)) !=
806 MapBegin.end();
840 LiveBeginEndMap &MapBegin = *Liveness->getLiveBegin(this);
842 std::sort(MapBegin.begin(), MapBegin.end())
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
map_field.h 95 virtual void MapBegin(MapIterator* map_iter) const = 0;
190 void MapBegin(MapIterator* map_iter) const;
generated_message_reflection.h 277 MapIterator MapBegin(
map_field_inl.h 112 void TypeDefinedMapFieldBase<Key, T>::MapBegin(MapIterator* map_iter) const {
message.h     [all...]
  /external/protobuf/python/google/protobuf/pyext/
map_container.cc 885 reflection->MapBegin(message, self->parent_field_descriptor)));
    [all...]

Completed in 297 milliseconds