Home
last modified time | relevance | path

Searched refs:getOrNull (Results 1 – 7 of 7) sorted by relevance

/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
DCsvTable.java373 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/
Dindex.d.ts303 getOrNull(collection: string, id: number): Promise<object|null>;
Dindex.js538 getOrNull(collection, id) { method in EJDB2
/third_party/ejdb/src/bindings/ejdb2_node/
Dindex.d.ts390getOrNull<T extends object = { [key: string]: any }>(collection: string, id: number): Promise<T|nu…
Dindex.js567 getOrNull(collection, id) { method in EJDB2
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp1115 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/
DChangelog308 * Added getOrNull to node/react bindings