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

  /external/protobuf/src/google/protobuf/
map_field.h 241 typedef typename MapIf<kIsValueEnum, T, const T&>::type CastValueType;
map_field_inl.h 443 (*map)[it->key()] = static_cast<CastValueType>(it->value());
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
map_field.h 241 typedef typename MapIf<kIsValueEnum, T, const T&>::type CastValueType;
map_field_inl.h 443 (*map)[it->key()] = static_cast<CastValueType>(it->value());

Completed in 717 milliseconds