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

  /external/dbus/dbus/
dbus-message-private.h 101 unsigned int in_cache : 1; /**< Has been "freed" since it's in the cache (this is a debug feature) */ member in struct:DBusMessage
  /external/v8/src/
jsregexp.cc 115 bool in_cache = !cached.is_null(); local
116 LOG(RegExpCompileEvent(re, in_cache));
119 if (in_cache) {
    [all...]

Completed in 93 milliseconds