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

  /external/chromium_org/net/quic/
quic_utils_chromium_test.cc 21 // Check FindOrNull
22 int* p1 = FindOrNull(m, 0);
26 const int* p2 = FindOrNull(const_m, 0);
28 CHECK(FindOrNull(m, 1) == NULL);
quic_utils_chromium.h 57 FindOrNull(const Collection& collection,
69 FindOrNull(Collection& collection, // NOLINT
  /external/chromium_org/chrome/browser/extensions/
extension_action.h 181 if (const bool* tab_is_visible = FindOrNull(&is_visible_, tab_id))
188 FindOrNull(&is_visible_, kDefaultTabId))
234 static const typename Map::mapped_type* FindOrNull(
245 if (const T* tab_value = FindOrNull(map, tab_id)) {
247 } else if (const T* default_value = FindOrNull(map, kDefaultTabId)) {
  /external/ceres-solver/internal/ceres/
map_util.h 100 FindOrNull(Collection& collection, // NOLINT
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
map-util.h 62 FindOrNull(const Collection& collection,
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
command_line_interface.cc     [all...]
parser.cc     [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
text_format.cc 143 FindOrNull(locations_, field);
156 const vector<TextFormat::ParseInfoTree*>* trees = FindOrNull(nested_, field);
    [all...]
extension_set.cc 94 FindOrNull(*registry_, make_pair(containing_type, number));
    [all...]
descriptor.cc 639 const Symbol* result = FindOrNull(symbols_by_name_, key.c_str());
650 FindOrNull(symbols_by_parent_, PointerStringPair(parent, name.c_str()));
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
call.cc 57 V FindOrNull(const std::map<K, V>& map,
    [all...]

Completed in 4820 milliseconds