Searched refs:explode (Results 1 - 9 of 9) sorted by relevance
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | GPBUtil.php | 308 $classname = implode('_', explode('.', $name)); 316 $parts = explode('.', $name); 371 $parts = array_map('ucwords', explode('.', $package)); 380 implode('\\', array_map('ucwords', explode('.', $package))). 537 $path_strings = explode(",", $paths_string); 540 $field_strings = explode(".", $path_string); 554 $fields = explode('.', $path); 557 $segments = explode('_', $field);
|
H A D | FieldDescriptor.php | 252 lcfirst(implode('', array_map('ucwords', explode('_', $proto->getName())))); 257 $json_name = implode('', array_map('ucwords', explode('_', $proto_name))); 264 $camel_name = implode('', array_map('ucwords', explode('_', $proto->getName())));
|
H A D | MessageBuilderContext.php | 59 $camel_name = implode('', array_map('ucwords', explode('_', $name)));
|
/third_party/protobuf/conformance/ |
H A D | autoload.php | 10 $path = '../php/src/' . implode('/', array_map('ucwords', explode('\\', $class))) . '.php';
|
/third_party/protobuf/benchmarks/php/ |
H A D | autoload.php | 12 $path = $include_path . '/' . implode('/', array_map('ucwords', explode('\\', $class))) . '.php';
|
H A D | PhpBenchmark.php | 20 foreach (explode(PATH_SEPARATOR, get_include_path()) as $one_include_path) {
|
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | make-preload.php | 8 $filenames = explode("\n", stream_get_contents($handle));
|
/third_party/ffmpeg/libavcodec/ |
H A D | libdav1d.c | 184 int explode = !!(c->err_recognition & AV_EF_EXPLODE); in libdav1d_parse_extradata() local 185 av_log(c, explode ? AV_LOG_ERROR : AV_LOG_WARNING, in libdav1d_parse_extradata() 187 return explode ? AVERROR_INVALIDDATA : 0; in libdav1d_parse_extradata()
|
H A D | h264dec.c | 399 int explode = avctx->err_recognition & AV_EF_EXPLODE; in h264_decode_init() local 400 av_log(avctx, explode ? AV_LOG_ERROR: AV_LOG_WARNING, in h264_decode_init() 402 if (explode) { in h264_decode_init()
|
Completed in 5 milliseconds