HomeSort by relevance Sort by last modified time
    Searched defs:FindOrDie (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/
map_util.h 28 // FindOrDie returns a const reference to the value associated with
34 const typename Collection::value_type::second_type& FindOrDie(
44 typename Collection::value_type::second_type& FindOrDie(
52 // Like FindOrDie but returns an error instead of dying if `key` is not in
  /external/protobuf/src/google/protobuf/stubs/
map_util.h 74 FindOrDie(const Collection& collection,
84 FindOrDie(Collection& collection, // NOLINT
91 // Same as FindOrDie above, but doesn't log the key on failure.

Completed in 67 milliseconds