OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:upb_isident
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/ruby/ext/google/protobuf_c/
upb.c
38
static bool
upb_isident
(const char *str, size_t len, bool full, upb_status *s) {
function
107
if (!
upb_isident
(fullname, strlen(fullname), true, s)) {
514
if (!
upb_isident
(name, strlen(name), false, status)) {
870
/* TODO: validate name (
upb_isident
() doesn't quite work atm because this name
[
all
...]
/external/protobuf/php/ext/google/protobuf/
upb.c
37
static bool
upb_isident
(const char *str, size_t len, bool full, upb_status *s) {
function
76
if (!
upb_isident
(fullname, strlen(fullname), true, s)) return false;
443
if (!
upb_isident
(name, strlen(name), false, status)) {
746
/* TODO: validate name (
upb_isident
() doesn't quite work atm because this name
[
all
...]
Completed in 45 milliseconds