HomeSort by: relevance | last modified time | path
    Searched defs:commit (Results 1 - 25 of 86) sorted by relevancy

1 2 3 4

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
DebugCrossExSubsection.cpp 43 Error DebugCrossModuleExportsSubsection::commit( function in class:DebugCrossModuleExportsSubsection
DebugSymbolsSubsection.cpp 22 Error DebugSymbolsSubsection::commit(BinaryStreamWriter &Writer) const { function in class:DebugSymbolsSubsection
DebugFrameDataSubsection.cpp 43 Error DebugFrameDataSubsection::commit(BinaryStreamWriter &Writer) const { function in class:DebugFrameDataSubsection
DebugSymbolRVASubsection.cpp 29 Error DebugSymbolRVASubsection::commit(BinaryStreamWriter &Writer) const { function in class:DebugSymbolRVASubsection
DebugCrossImpSubsection.cpp 72 Error DebugCrossModuleImportsSubsection::commit( function in class:DebugCrossModuleImportsSubsection
DebugSubsectionRecord.cpp 68 Error DebugSubsectionRecordBuilder::commit(BinaryStreamWriter &Writer, function in class:DebugSubsectionRecordBuilder
84 if (auto EC = Subsection->commit(Writer))
DebugChecksumsSubsection.cpp 94 Error DebugChecksumsSubsection::commit(BinaryStreamWriter &Writer) const { function in class:DebugChecksumsSubsection
DebugInlineeLinesSubsection.cpp 83 Error DebugInlineeLinesSubsection::commit(BinaryStreamWriter &Writer) const { function in class:DebugInlineeLinesSubsection
DebugStringTableSubsection.cpp 64 Error DebugStringTableSubsection::commit(BinaryStreamWriter &Writer) const { function in class:DebugStringTableSubsection
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
SymbolStream.cpp 41 Error SymbolStream::commit() { return Error::success(); } function in class:SymbolStream
InfoStreamBuilder.cpp 58 Error InfoStreamBuilder::commit(const msf::MSFLayout &Layout, function in class:InfoStreamBuilder
72 if (auto EC = NamedStreams.commit(Writer))
ModuleDebugStream.cpp 130 Error ModuleDebugStreamRef::commit() { return Error::success(); } function in class:ModuleDebugStreamRef
NamedStreamMap.cpp 66 Error NamedStreamMap::commit(BinaryStreamWriter &Writer) const { function in class:NamedStreamMap
77 if (auto EC = OffsetIndexMap.commit(Writer))
TpiStreamBuilder.cpp 176 Error TpiStreamBuilder::commit(const msf::MSFLayout &Layout, function in class:TpiStreamBuilder
  /src/external/bsd/jemalloc.old/dist/test/unit/
pages.c 5 bool commit; local
9 commit = true;
10 pages = pages_map(NULL, alloc_size, PAGE, &commit);
  /src/external/bsd/jemalloc/dist/test/unit/
pages.c 5 bool commit; local
9 commit = true;
10 pages = pages_map(NULL, alloc_size, PAGE, &commit);
  /src/external/bsd/jemalloc.old/dist/src/
hpa_hooks.c 26 bool commit = true; local
27 return pages_map(NULL, size, HUGEPAGE, &commit);
  /src/external/apache2/llvm/dist/llvm/lib/Support/
BinaryStreamRef.cpp 60 Error commit() override { return BBS.commit(); }
130 Error WritableBinaryStreamRef::commit() { return BorrowedImpl->commit(); } function in class:WritableBinaryStreamRef
  /src/external/bsd/kyua-cli/dist/utils/sqlite/
transaction.cpp 85 commit(void) function in struct:utils::sqlite::transaction::impl
88 db.exec("COMMIT");
128 sqlite::transaction::commit(void) function in class:sqlite::transaction
130 _pimpl->commit();
  /src/external/gpl2/xcvs/dist/src/
watch.h 23 int commit; member in struct:addremove_args
25 /* Are we adding or removing (non-temporary) edit,unedit,and/or commit
33 /* Should we add a temporary commit watch? */
  /src/external/mpl/bind/dist/lib/dns/include/dns/
callbacks.h 44 * 'commit' after updating rdatasets.
46 * Some database implementations will commit each rdataset as
47 * soon as it's updated, in which case 'setup' and 'commit' need
50 * setup and commit functions allow this transaction to be
55 dns_transactionfunc_t commit; member in struct:dns_rdatacallbacks
  /src/external/bsd/jemalloc/dist/src/
hpa_hooks.c 27 bool commit = true; local
29 void *ret = pages_map(NULL, size, HUGEPAGE, &commit);
  /src/external/bsd/jemalloc.old/include/jemalloc/
jemalloc_typedefs.h 6 * size_t alignment, bool *zero, bool *commit, unsigned arena_ind);
71 extent_commit_t *commit; member in struct:extent_hooks_s
  /src/external/bsd/jemalloc/dist/include/jemalloc/
jemalloc_typedefs.h 10 * size_t alignment, bool *zero, bool *commit, unsigned arena_ind);
75 extent_commit_t *commit; member in struct:extent_hooks_s
  /src/external/bsd/jemalloc/include/jemalloc/
jemalloc_typedefs.h 10 * size_t alignment, bool *zero, bool *commit, unsigned arena_ind);
75 extent_commit_t *commit; member in struct:extent_hooks_s

Completed in 55 milliseconds

1 2 3 4