Home
last modified time | relevance | path

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

123

/third_party/icu/icu4c/source/i18n/
H A Dcollationroot.cpp37 static UInitOnce initOnce {};
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/node/deps/icu-small/source/i18n/
H A Dcollationroot.cpp37 static UInitOnce initOnce {};
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/protobuf/php/src/GPBMetadata/Google/Protobuf/
H A DApi.php11 public static function initOnce() { function
17 \GPBMetadata\Google\Protobuf\SourceContext::initOnce();
18 \GPBMetadata\Google\Protobuf\Type::initOnce();
H A DType.php11 public static function initOnce() { function
17 \GPBMetadata\Google\Protobuf\Any::initOnce();
18 \GPBMetadata\Google\Protobuf\SourceContext::initOnce();
H A DFieldMask.php11 public static function initOnce() { function
H A DDuration.php11 public static function initOnce() { function
H A DGPBEmpty.php11 public static function initOnce() { function
H A DAny.php11 public static function initOnce() { function
H A DWrappers.php11 public static function initOnce() { function
H A DSourceContext.php11 public static function initOnce() { function
H A DTimestamp.php11 public static function initOnce() { function
H A DStruct.php11 public static function initOnce() { function
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationroot.cpp36 static UInitOnce initOnce = U_INITONCE_INITIALIZER; member
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/
H A DGPBEmpty.php34 \GPBMetadata\Google\Protobuf\GPBEmpty::initOnce();
H A DBytesValue.php37 \GPBMetadata\Google\Protobuf\Wrappers::initOnce();
H A DBoolValue.php37 \GPBMetadata\Google\Protobuf\Wrappers::initOnce();
H A DDuration.php102 \GPBMetadata\Google\Protobuf\Duration::initOnce();
H A DDoubleValue.php37 \GPBMetadata\Google\Protobuf\Wrappers::initOnce();
H A DInt64Value.php37 \GPBMetadata\Google\Protobuf\Wrappers::initOnce();
H A DStruct.php42 \GPBMetadata\Google\Protobuf\Struct::initOnce();
H A DUInt64Value.php37 \GPBMetadata\Google\Protobuf\Wrappers::initOnce();
H A DUInt32Value.php37 \GPBMetadata\Google\Protobuf\Wrappers::initOnce();
H A DFieldMask.php192 \GPBMetadata\Google\Protobuf\FieldMask::initOnce();
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DExtensionRangeOptions.php36 \GPBMetadata\Google\Protobuf\Internal\Descriptor::initOnce();
H A DOneofOptions.php36 \GPBMetadata\Google\Protobuf\Internal\Descriptor::initOnce();

Completed in 7 milliseconds

123