Home
last modified time | relevance | path

Searched refs:initOnce (Results 1 – 25 of 73) sorted by relevance

123

/third_party/node/deps/icu-small/source/i18n/
Dcollationroot.cpp37 static UInitOnce initOnce {}; variable
45 initOnce.reset(); in uprv_collation_root_cleanup()
106 umtx_initOnce(initOnce, CollationRoot::load, static_cast<const char*>(nullptr), errorCode); in getRootCacheEntry()
113 umtx_initOnce(initOnce, CollationRoot::load, static_cast<const char*>(nullptr), errorCode); in getRoot()
134 umtx_initOnce(initOnce, CollationRoot::load, ucadataPath, errorCode); in forceLoadFromFile()
/third_party/icu/icu4c/source/i18n/
Dcollationroot.cpp37 static UInitOnce initOnce {}; variable
45 initOnce.reset(); in uprv_collation_root_cleanup()
106 umtx_initOnce(initOnce, CollationRoot::load, static_cast<const char*>(NULL), errorCode); in getRootCacheEntry()
113 umtx_initOnce(initOnce, CollationRoot::load, static_cast<const char*>(NULL), errorCode); in getRoot()
134 umtx_initOnce(initOnce, CollationRoot::load, ucadataPath, errorCode); in forceLoadFromFile()
/third_party/protobuf/php/src/GPBMetadata/Google/Protobuf/
DType.php11 public static function initOnce() { function in GPBMetadata\\Google\\Protobuf\\Type
17 \GPBMetadata\Google\Protobuf\Any::initOnce();
18 \GPBMetadata\Google\Protobuf\SourceContext::initOnce();
DApi.php11 public static function initOnce() { function in GPBMetadata\\Google\\Protobuf\\Api
17 \GPBMetadata\Google\Protobuf\SourceContext::initOnce();
18 \GPBMetadata\Google\Protobuf\Type::initOnce();
DAny.php11 public static function initOnce() { function in GPBMetadata\\Google\\Protobuf\\Any
DDuration.php11 public static function initOnce() { function in GPBMetadata\\Google\\Protobuf\\Duration
DGPBEmpty.php11 public static function initOnce() { function in GPBMetadata\\Google\\Protobuf\\GPBEmpty
DWrappers.php11 public static function initOnce() { function in GPBMetadata\\Google\\Protobuf\\Wrappers
DFieldMask.php11 public static function initOnce() { function in GPBMetadata\\Google\\Protobuf\\FieldMask
DTimestamp.php11 public static function initOnce() { function in GPBMetadata\\Google\\Protobuf\\Timestamp
DSourceContext.php11 public static function initOnce() { function in GPBMetadata\\Google\\Protobuf\\SourceContext
DStruct.php11 public static function initOnce() { function in GPBMetadata\\Google\\Protobuf\\Struct
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationroot.cpp36 static UInitOnce initOnce = U_INITONCE_INITIALIZER; variable
44 initOnce.reset(); in uprv_collation_root_cleanup()
76 umtx_initOnce(initOnce, CollationRoot::load, errorCode); in getRootCacheEntry()
83 umtx_initOnce(initOnce, CollationRoot::load, errorCode); in getRoot()
/third_party/protobuf/php/src/Google/Protobuf/
DGPBEmpty.php34 \GPBMetadata\Google\Protobuf\GPBEmpty::initOnce();
DInt64Value.php37 \GPBMetadata\Google\Protobuf\Wrappers::initOnce();
DUInt64Value.php37 \GPBMetadata\Google\Protobuf\Wrappers::initOnce();
DFloatValue.php37 \GPBMetadata\Google\Protobuf\Wrappers::initOnce();
DDoubleValue.php37 \GPBMetadata\Google\Protobuf\Wrappers::initOnce();
DInt32Value.php37 \GPBMetadata\Google\Protobuf\Wrappers::initOnce();
DUInt32Value.php37 \GPBMetadata\Google\Protobuf\Wrappers::initOnce();
DBytesValue.php37 \GPBMetadata\Google\Protobuf\Wrappers::initOnce();
DSourceContext.php39 \GPBMetadata\Google\Protobuf\SourceContext::initOnce();
DBoolValue.php37 \GPBMetadata\Google\Protobuf\Wrappers::initOnce();
DStringValue.php37 \GPBMetadata\Google\Protobuf\Wrappers::initOnce();
DFieldMask.php192 \GPBMetadata\Google\Protobuf\FieldMask::initOnce();

123