Home
last modified time | relevance | path

Searched defs:Take (Results 1 – 8 of 8) sorted by relevance

/external/libchrome/base/files/
Dscoped_temp_dir.cc73 FilePath ScopedTempDir::Take() { in Take() function in base::ScopedTempDir
/external/libmojo/mojo/public/cpp/bindings/
Dstruct_ptr.h109 void Take(StructPtr* other) { in Take() function
197 void Take(InlinedStructPtr* other) { in Take() function
Dwtf_array.h184 void Take(WTFArray* other) { in Take() function
Dwtf_map.h187 void Take(WTFMap* other) { in Take() function
Darray.h199 void Take(Array* other) { in Take() function
Dmap.h252 void Take(Map* other) { in Take() function
/external/libchrome/base/
Dbind_helpers.h267 T Take() const { in Take() function
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
DEnumerableExtensions.cs248 public static IEnumerable<TSource> Take<TSource>(IEnumerable<TSource> source, int count) { in Take() method in Antlr.Runtime.JavaExtensions.EnumerableExtensions