Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:voicemail_
(Results
1 - 3
of
3
) sorted by relevance
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
H
A
D
Phonemetadata.java
543
private PhoneNumberDesc
voicemail_
= null;
field in Phonemetadata.PhoneMetadata
545
public PhoneNumberDesc getVoicemail() { return
voicemail_
; }
in getVoicemail()
551
voicemail_
= value;
in setVoicemail()
896
voicemail_
.writeExternal(objectOutput);
in writeExternal()
/third_party/libphonenumber/cpp/src/phonenumbers/
H
A
D
phonemetadata.pb.cc
848
::i18n::phonenumbers::_PhoneMetadata_default_instance_._instance.get_mutable()->
voicemail_
= const_cast< ::i18n::phonenumbers::PhoneNumberDesc*>(
in InitAsDefaultInstance()
1019
return *msg->
voicemail_
;
in voicemail()
1156
voicemail_
= new ::i18n::phonenumbers::PhoneNumberDesc(*from.
voicemail_
);
in PhoneMetadata()
1158
voicemail_
= nullptr;
in PhoneMetadata()
1229
if (this != internal_default_instance()) delete
voicemail_
;
in SharedDtor()
1338
GOOGLE_DCHECK(
voicemail_
!= nullptr);
in Clear()
1339
voicemail_
->Clear();
in Clear()
2048
*
voicemail_
);
in ByteSizeLong()
H
A
D
phonemetadata.pb.h
1265
::i18n::phonenumbers::PhoneNumberDesc*
voicemail_
;
member in i18n::phonenumbers::PROTOBUF_FINAL
2989
PROTOBUF_ASSUME(!value ||
voicemail_
!= nullptr);
in _internal_has_voicemail()
2996
if (
voicemail_
!= nullptr)
voicemail_
->Clear();
in clear_voicemail()
3000
const ::i18n::phonenumbers::PhoneNumberDesc* p =
voicemail_
;
in _internal_voicemail()
3011
delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(
voicemail_
);
in unsafe_arena_set_allocated_voicemail()
3013
voicemail_
= voicemail;
in unsafe_arena_set_allocated_voicemail()
3023
::i18n::phonenumbers::PhoneNumberDesc* temp =
voicemail_
;
in release_voicemail()
3024
voicemail_
= nullptr;
in release_voicemail()
3033
::i18n::phonenumbers::PhoneNumberDesc* temp =
voicemail_
;
in unsafe_arena_release_voicemail()
[all...]
Completed in 13 milliseconds