Searched refs:getOrNull (Results 1 – 7 of 7) sorted by relevance
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/ |
D | CsvTable.java | 373 getColumns().stream().map(c -> c.serialize(getOrNull(key, c)))); in getCsvRow() 436 columnsToExport.stream().map(c -> formatValue(c, getOrNull(k, c))))); in exportCsvHelper() 442 @Nullable private <T extends Comparable<T>> T getOrNull(K rowKey, Column<T> column) { in getOrNull() method in CsvTable 450 return Optional.ofNullable(getOrNull(rowKey, column)); in get() 458 T value = getOrNull(rowKey, column); in getOrDefault() 469 .map(k -> getOrNull(k, column)) in getValues()
|
/third_party/ejdb/src/bindings/ejdb2_react_native/binding/ |
D | index.d.ts | 303 getOrNull(collection: string, id: number): Promise<object|null>;
|
D | index.js | 538 getOrNull(collection, id) { method in EJDB2
|
/third_party/ejdb/src/bindings/ejdb2_node/ |
D | index.d.ts | 390 …getOrNull<T extends object = { [key: string]: any }>(collection: string, id: number): Promise<T|nu…
|
D | index.js | 567 getOrNull(collection, id) { method in EJDB2
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | SpirvShaderDebugger.cpp | 1115 T *getOrNull(SpirvID<T> id) const; 1623 type->returnTy = getOrNull(debug::Type::ID(insn.word(6))); in process() 1929 T *SpirvShader::Impl::Debugger::getOrNull(SpirvID<T> id) const in getOrNull() function in sw::SpirvShader::Impl::Debugger
|
/third_party/ejdb/ |
D | Changelog | 308 * Added getOrNull to node/react bindings
|